# HG changeset patch # User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr> # Date 1608117695 -3600 # Wed Dec 16 12:21:35 2020 +0100 # Branch 13.0 # Node ID 658f7872a36d264efc53ff9256f6413fc9f24cd4 # Parent 1e49baf1d23b4aa0a29718a4661e13de83c22049 🚑 fix dependency diff --git a/__manifest__.py b/__manifest__.py --- a/__manifest__.py +++ b/__manifest__.py @@ -19,8 +19,8 @@ ############################################################################## { - "version": "13.0.1.1.0", "name": "Accounting Reports", + "version": "13.0.1.1.1", "category": "Accounting", "author": "XCG Consulting", "website": "http://odoo.consulting/", @@ -29,7 +29,7 @@ "account", "account_payment_split", "account_period", - "analytic_structure", + "account_analytic_structure", "report_py3o", "account_export", "partner_codes",