Files
account-financial-tools/account_permanent_lock_move/__manifest__.py
2020-11-27 17:11:50 +01:00

18 lines
541 B
Python

# © 2016 Camptocamp SA (Matthieu Dietrich)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Permanent Lock Move",
"version": "12.0.1.0.0",
"depends": ["account"],
"author": "Camptocamp,Odoo Community Association (OCA)",
"website": 'https://github.com/OCA/account-financial-tools',
"category": "Finance",
"data": [
"views/res_config_view.xml",
"wizard/permanent_lock_date_wizard.xml",
],
'license': 'AGPL-3',
"auto_install": False,
'installable': True,
}