Skip to content

Commit

Permalink
[IMP] sale_margin_delivered: Improve UI
Browse files Browse the repository at this point in the history
Put all the new fields after the orginal margin fields from odoo. (prior to this change, the new fields were displayed among the margin fields from Odoo
  • Loading branch information
lmignon committed Jun 19, 2024
1 parent a5ebccc commit 6f36c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sale_margin_delivered/views/sale_margin_delivered_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<field name="model">sale.order</field>
<field name="inherit_id" ref="sale_margin.sale_margin_sale_order_line_form" />
<field name="arch" type="xml">
<xpath expr="//field[@name='margin']" position="after">
<xpath expr="//field[@name='margin_percent']" position="after">
<field
name="purchase_price_delivery"
string="Cost Price dlvd."
Expand Down

0 comments on commit 6f36c4f

Please sign in to comment.