mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
19 lines
545 B
Python
19 lines
545 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2016 Camptocamp SA (Matthieu Dietrich)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Permanent Lock Move",
|
|
"version": "10.0.1.0.0",
|
|
"depends": ["account"],
|
|
"author": "Camptocamp,Odoo Community Association (OCA)",
|
|
"website": "http://www.camptocamp.com/",
|
|
"category": "Finance",
|
|
"data": [
|
|
"views/res_config_view.xml",
|
|
"wizard/permanent_lock_date_wizard.xml",
|
|
],
|
|
'license': 'AGPL-3',
|
|
"auto_install": False,
|
|
'installable': True,
|
|
}
|