Skip to content
Snippets Groups Projects
Commit bd01e79c24ac authored by arthur.mayer's avatar arthur.mayer
Browse files

Add period_id in aml tree view (cf account_consult MO16-190)

parent f9f8a848d9b4
No related branches found
Tags 16.0.1.0.4
1 merge request!30Add period_id in aml tree view (cf account_consult MO16-190)
Pipeline #60738 passed
This commit is part of merge request !30. Comments created here will be created in the context of that merge request.
......@@ -6,6 +6,7 @@
----------
* Fix: override unlink methods to fix cascade delete (fiscal_year>periods>date_ranges)
* Add period_id in aml tree view.
16.0.1.0.3
----------
......
......@@ -33,6 +33,7 @@
"data/date_range_type.xml",
"wizards/account_period_close_view.xml",
"views/account_move.xml",
"views/account_move_line.xml",
"views/account_period.xml",
"views/account_fiscal_year.xml",
],
......
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="account_period_aml_list" model="ir.ui.view">
<field name="name">account_period_aml_list</field>
<field name="model">account.move.line</field>
<field name="inherit_id" ref="account.view_move_line_tree" />
<field name="arch" type="xml">
<xpath expr="//field[@name='date']" position="after">
<field name="period_id" />
</xpath>
</field>
</record>
</odoo>
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