diff --git a/NEWS.rst b/NEWS.rst index c50d27bad19c4fdda059fbd1fc8e4a6b9755166d_TkVXUy5yc3Q=..413285d6a07717caf3cf4a53887f09eab5169aea_TkVXUy5yc3Q= 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,5 +1,10 @@ +11.0.1.6.0 +========== + +* Add a new state to monthly statements for manual validation. + 11.0.1.5.0 ========== * On accounting entry reconciliation, the restriction to one partner associated to reconciled entries can be deactivated, using a context key. @@ -1,9 +6,8 @@ 11.0.1.5.0 ========== * On accounting entry reconciliation, the restriction to one partner associated to reconciled entries can be deactivated, using a context key. -* Add a new state to monthly statements for manual validation. 11.0.1.4.0 ========== diff --git a/__manifest__.py b/__manifest__.py index c50d27bad19c4fdda059fbd1fc8e4a6b9755166d_X19tYW5pZmVzdF9fLnB5..413285d6a07717caf3cf4a53887f09eab5169aea_X19tYW5pZmVzdF9fLnB5 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -21,7 +21,7 @@ { "name": "Accounting Reports", "license": "AGPL-3", - "version": "11.0.1.5.0", + "version": "11.0.1.6.0", "category": "Accounting", "author": "XCG Consulting", "website": "https://odoo.consulting/",