31 lines
1001 B
Python
31 lines
1001 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': 'Odoo 16 Fiscal Year & Lock Date',
|
|
'version': '16.0.1.0.0',
|
|
'category': 'Accounting',
|
|
'summary': 'Odoo 16 Fiscal Year, Fiscal Year in Odoo 16, Lock Date in Odoo 16',
|
|
'description': 'Odoo 16 Fiscal Year, Fiscal Year in Odoo 16',
|
|
'live_test_url': 'https://www.youtube.com/watch?v=Kj4hR7_uNs4',
|
|
'sequence': '1',
|
|
'website': 'https://www.odoomates.tech',
|
|
'author': 'Odoo Mates, Odoo SA',
|
|
'maintainer': 'Odoo Mates',
|
|
'license': 'LGPL-3',
|
|
'support': 'odoomates@gmail.com',
|
|
'depends': ['account'],
|
|
'demo': [],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'security/account_security.xml',
|
|
'wizard/change_lock_date.xml',
|
|
'views/fiscal_year.xml',
|
|
'views/settings.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': False,
|
|
'images': ['static/description/banner.png'],
|
|
}
|