1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/l10n_uk_customer_statements/__manifest__.py
2024-12-10 09:04:09 +07:00

19 lines
508 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'UK - Customer Statements',
'version': '1.0',
'description': """
This is a bridge module to install the customer statements module by default with the UK localization
""",
'summary': "Customer Statements",
'countries': ['gb'],
'depends': [
'l10n_uk',
'l10n_account_customer_statements'
],
'installable': True,
'auto_install': ['l10n_uk'],
'license': 'OEEL-1',
}