odoo18/addons/l10n_tr_nilvera/__manifest__.py

18 lines
493 B
Python

{
'name': 'Türkiye - Nilvera',
'version': '1.0',
'category': 'Accounting/Accounting',
'description': """
Base module containing core functionalities required by other Nilvera modules.
""",
'depends': ['l10n_tr'],
'data': [
'security/ir.model.access.csv',
'views/res_config_settings_views.xml',
'views/res_partner_views.xml',
'data/uom_data.xml',
],
'post_init_hook': '_l10n_tr_nilvera_post_init',
'license': 'LGPL-3',
}