# -*- 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, }