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

16 lines
465 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Account accountant check printing',
'version': '1.0',
'category': 'Accounting',
'summary': 'Allows using Reconciliation with the account check printing.',
'depends': ['account_accountant', 'account_check_printing'],
'data': [
'views/bank_rec_widget_views.xml',
],
'installable': True,
'auto_install': True,
'license': 'OEEL-1',
}