diff --git a/account_chart_update/__openerp__.py b/account_chart_update/__openerp__.py index a972f0e9c..9c5b6ab01 100644 --- a/account_chart_update/__openerp__.py +++ b/account_chart_update/__openerp__.py @@ -26,7 +26,7 @@ { 'name': "Detect changes and update the Account Chart from a template", - 'version': "1.0", + 'version': "1.0.1", 'author': "Zikzakmedia SL", 'website': "www.zikzakmedia.com", 'depends': ["account"], @@ -62,7 +62,7 @@ Any problem found while updating will be shown on the last step. "account", "base", ], - "demo" : [], + "demo": [], "data": [ 'wizard/wizard_chart_update_view.xml', ],