Skip to content

Commit 801b546

Browse files
committed
Fix broken manifest
1 parent 5758153 commit 801b546

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

account_peppol_backport/__manifest__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
],
1515
"external_dependencies": {
1616
"python": ["phonenumbers"],
17-
'installable': False,
18-
},
17+
},
1918
'data': [
2019
'data/cron.xml',
2120
'views/account_journal_dashboard_views.xml',
@@ -32,8 +31,7 @@
3231
'web.assets_backend': [
3332
'account_peppol_backport/static/src/components/**/*',
3433
],
35-
'installable': False,
36-
},
34+
},
3735
'author': 'Odoo S.A.,ACSONE SA/NV,Odoo Community Association (OCA)',
3836
'website': 'https://github.com/acsone/odoo-peppol-backport',
3937
'installable': False,

0 commit comments

Comments
 (0)