Skip to content
Snippets Groups Projects
Commit c765ffac88b2 authored by oury.balde's avatar oury.balde
Browse files

Add "Date" field to account move line tree view

parent 8717ecae9e2c
No related branches found
No related tags found
1 merge request!22Add "Date" field to account move line tree view
Pipeline #56953 passed
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
Changelog Changelog
========= =========
13.0.1.2.3
==========
Add "Date" field to account line tree view.
13.0.1.2.2 13.0.1.2.2
========== ==========
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
{ {
"name": "Accounting Reports", "name": "Accounting Reports",
"license": "AGPL-3", "license": "AGPL-3",
"version": "13.0.1.2.2", "version": "13.0.1.2.3",
"category": "Accounting/Accounting", "category": "Accounting/Accounting",
"author": "XCG Consulting", "author": "XCG Consulting",
"website": "https://odoo.consulting/", "website": "https://odoo.consulting/",
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
<field name="ref" /> <field name="ref" />
<field name="move_id" /> <field name="move_id" />
<field name="period_id" /> <field name="period_id" />
<field name="date" />
<field name="transaction_date" string="Transaction date" /> <field name="transaction_date" string="Transaction date" />
<field name="date_maturity" /> <field name="date_maturity" />
<field name="journal_id" /> <field name="journal_id" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment