From f0a2f6d24203c8c54eda0f7cce4afab4e378c16e Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Thu, 10 Sep 2015 13:21:41 +0200 Subject: [PATCH] Set full version in __openerp__.py --- account_easy_reconcile/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_easy_reconcile/__openerp__.py b/account_easy_reconcile/__openerp__.py index 36b54948..886c78ce 100755 --- a/account_easy_reconcile/__openerp__.py +++ b/account_easy_reconcile/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Easy Reconcile", - "version": "1.3.1", + "version": "8.0.1.3.1", "depends": ["account"], "author": "Akretion,Camptocamp,Odoo Community Association (OCA)", "website": "http://www.akretion.com/",