From 0f240d26f6cbb136973809db966a0ae7198c917f Mon Sep 17 00:00:00 2001 From: Nicolas JEUDY Date: Wed, 30 Dec 2015 16:29:29 +0100 Subject: [PATCH] mig: initial migration work to 9.0 --- mass_editing/__openerp__.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mass_editing/__openerp__.py b/mass_editing/__openerp__.py index 4b66b14e48a..b0dea8cbfca 100644 --- a/mass_editing/__openerp__.py +++ b/mass_editing/__openerp__.py @@ -21,10 +21,11 @@ ############################################################################## { "name": "Mass Editing", - "version": "8.0.1.3.0", - "author": "Serpent Consulting Services,Odoo Community Association (OCA)", + "version": "9.0.1.0.0", + "author": "Serpent Consulting Services,Sudokeys,Odoo Community Association (OCA)", "contributors": [ "Oihane Crucelaegui ", + "Nicolas JEUDY " ], "category": "Tools", "website": "http://www.serpentcs.com", @@ -45,7 +46,7 @@ "security/ir.model.access.csv", 'views/mass_editing_view.xml', ], - 'installable': False, + 'installable': True, 'application': True, 'auto_install': False, }