diff --git a/NEWS.rst b/NEWS.rst index 8717ecae9e2cf16f5212fa77448ba69b132cfd00_TkVXUy5yc3Q=..c765ffac88b2ad0cd296eda3127505e8882f4590_TkVXUy5yc3Q= 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,11 @@ Changelog ========= +13.0.1.2.3 +========== + +Add "Date" field to account line tree view. + 13.0.1.2.2 ========== diff --git a/__manifest__.py b/__manifest__.py index 8717ecae9e2cf16f5212fa77448ba69b132cfd00_X19tYW5pZmVzdF9fLnB5..c765ffac88b2ad0cd296eda3127505e8882f4590_X19tYW5pZmVzdF9fLnB5 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -21,7 +21,7 @@ { "name": "Accounting Reports", "license": "AGPL-3", - "version": "13.0.1.2.2", + "version": "13.0.1.2.3", "category": "Accounting/Accounting", "author": "XCG Consulting", "website": "https://odoo.consulting/", diff --git a/views/account_move_line.xml b/views/account_move_line.xml index 8717ecae9e2cf16f5212fa77448ba69b132cfd00_dmlld3MvYWNjb3VudF9tb3ZlX2xpbmUueG1s..c765ffac88b2ad0cd296eda3127505e8882f4590_dmlld3MvYWNjb3VudF9tb3ZlX2xpbmUueG1s 100644 --- a/views/account_move_line.xml +++ b/views/account_move_line.xml @@ -13,6 +13,7 @@ <field name="ref" /> <field name="move_id" /> <field name="period_id" /> + <field name="date" /> <field name="transaction_date" string="Transaction date" /> <field name="date_maturity" /> <field name="journal_id" />