Skip to content

Commit

Permalink
[16.0][IMP] purchase_discount: improve visual of purchase order line
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciagaarzo committed Apr 23, 2024
1 parent d95713f commit 6fa69dd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions purchase_discount/views/purchase_discount_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,14 @@
</xpath>
</field>
</record>
<record model="ir.ui.view" id="purchase_history_tree">
<field name="name">purchase_discount.history.tree</field>
<field name="model">purchase.order.line</field>
<field name="inherit_id" ref="purchase.purchase_history_tree" />
<field name="arch" type="xml">
<field name="price_unit" position="after">
<field name="discount" />
</field>
</field>
</record>
</odoo>

0 comments on commit 6fa69dd

Please sign in to comment.