sale_usability+sale_stock_usability: update FR translation

sale_usability: remove wizard discount on all lines, which is mostly native
This commit is contained in:
Alexis de Lattre
2024-07-04 18:13:41 +02:00
parent a7fd6a1361
commit 8d584871d6
7 changed files with 80 additions and 393 deletions

View File

@@ -10,7 +10,7 @@
<!-- This is in the sale_usability module instead of the product_usability module
because the parent menu entry is in the sale module -->
<record id="product_pricelist_item_action" model="ir.actions.act_window">
<field name="name">Pricelist Items</field>
<field name="name">Price Rules</field>
<field name="res_model">product.pricelist.item</field>
<field name="view_mode">tree,form</field>
<field name="context">{'product_pricelist_item_main_view': True}</field>