diff --git a/__manifest__.py b/__manifest__.py index f8390e613b2c4be7cb37a810ae3cc5010232570b..ba2ede60cfc5baefc445fedadd138b4086969abf 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -1,12 +1,11 @@ { "name": "CG SCOP - Feuille de temps", "summary": "CG SCOP - Feuille de temps", - "version": "12.0.1.1.0", + "version": "12.0.1.2.0", "development_status": "Production/Stable", "author": "Le Filament", "license": "AGPL-3", "application": False, - "installable": True, "depends": [ "hr_timesheet", "analytic", @@ -32,4 +31,6 @@ 'qweb': [ 'static/src/xml/*.xml', ], + "installable": True, + 'auto_install': False, }