# HG changeset patch # User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr> # Date 1614337246 -3600 # Fri Feb 26 12:00:46 2021 +0100 # Branch 13.0 # Node ID 134054cb558ebca0e6f8d04d60731dc987e37003 # Parent b5e0858956229c967353fd6d01f9901e5e38c634 💄 remove unused module dependency TG-380 diff --git a/NEWS.rst b/NEWS.rst --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,8 @@ +13.0.1.1.2 +========== + +* Remove unused module dependency. + 13.0.1.0.0 ========== diff --git a/__manifest__.py b/__manifest__.py --- a/__manifest__.py +++ b/__manifest__.py @@ -20,7 +20,7 @@ { "name": "Accounting Reports", - "version": "13.0.1.1.1", + "version": "13.0.1.1.2", "category": "Accounting", "author": "XCG Consulting", "website": "http://odoo.consulting/", @@ -30,7 +30,6 @@ "account_payment_split", "account_period", "account_analytic_structure", - "report_py3o", "account_export", "partner_codes", ],