From 55d0ec254456a1afebcb00983cc739f49fc436b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 9 Oct 2015 09:59:23 +0200 Subject: [PATCH] prefix versions with 8.0 --- account_move_template/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_move_template/__openerp__.py b/account_move_template/__openerp__.py index c06b52432..715b63a09 100644 --- a/account_move_template/__openerp__.py +++ b/account_move_template/__openerp__.py @@ -21,7 +21,7 @@ ############################################################################## { 'name': "Account Move Template", - 'version': '1.0', + 'version': '8.0.1.0.0', 'category': 'Generic Modules/Accounting', 'summary': "Templates for recurring Journal Entries", 'author': "Agile Business Group,Odoo Community Association (OCA)",