22 lines
584 B
Python
22 lines
584 B
Python
{
|
|
'author': 'Odoo',
|
|
'name': "Romania - Synchronize E-Factura",
|
|
'version': '1.0',
|
|
'category': 'Accounting/Localizations/EDI',
|
|
'summary': "Additional module to synchronize bills with the SPV",
|
|
'countries': ['ro'],
|
|
'depends': ['l10n_ro_edi'],
|
|
'data': [
|
|
'data/ir_cron.xml',
|
|
'views/account_move_views.xml',
|
|
'views/res_config_settings.xml',
|
|
],
|
|
'assets': {
|
|
'web.assets_backend': [
|
|
'l10n_ro_efactura_synchronize/static/src/components/*',
|
|
],
|
|
},
|
|
'installable': True,
|
|
'license': 'LGPL-3',
|
|
}
|