Odoo18-Base/addons/l10n_be_pos_restaurant/__manifest__.py
2025-01-06 10:57:38 +07:00

12 lines
360 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Belgian POS Restaurant Localization',
'version': '1.0',
'category': 'Localization/Point of Sale',
'depends': ['pos_restaurant', 'l10n_be'],
'auto_install': True,
'installable': True,
'license': 'LGPL-3',
'post_init_hook': 'post_init_hook',
}