Skip to content

Commit

Permalink
Add start_date & end_date to general ledger view
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu.saison committed Jun 6, 2024
1 parent 215899a commit 792a0df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions account_invoice_start_end_dates/views/account_move_line.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,14 @@
</field>
</field>
</record>
<record id="view_move_line_tree_grouped" model="ir.ui.view">
<field name="model">account.move.line</field>
<field name="inherit_id" ref="account.view_move_line_tree_grouped" />
<field name="arch" type="xml">
<field name="date_maturity" position="after">
<field name="start_date" optional="show" />
<field name="end_date" optional="show" />
</field>
</field>
</record>
</odoo>

0 comments on commit 792a0df

Please sign in to comment.