Skip to content

Commit

Permalink
Merge PR #168 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by legalsylvain
  • Loading branch information
github-grap-bot committed Dec 17, 2024
2 parents a80076d + 7ca7465 commit 1cb6e71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mrp_product_price_quick_menus/views/view_product_product.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

<record id="view_mrp_product_price_quick_menus_product" model="ir.ui.view">
<field name="model">product.product</field>
<field name="priority">100</field>
<field name="arch" type="xml">
<tree editable="bottom" create="false" decoration-danger="standard_price == 0">
<field name="default_code" string="Ref."/>
Expand Down Expand Up @@ -59,6 +60,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<!-- MRP Handling Prices Menu Step 3 : Products Update Margin and Sale Price -->
<record id="view_handle_sale_price_tree" model="ir.ui.view">
<field name="model">product.template</field>
<field name="priority">100</field>
<field name="arch" type="xml">
<tree editable="bottom" decoration-warning="margin_state == 'too_expensive'" decoration-danger="margin_state == 'too_cheap'" create="false">
<field name="default_code" readonly="1" string="Ref."/>
Expand Down

0 comments on commit 1cb6e71

Please sign in to comment.