Commit 0272b2df by Yvon Kerdoncuff

Merge branch 'dev_cooperatic' into 'supercafoutch_prod'

MEP Supercafoutch 9 juin 2024

See merge request !76
parents 056920e2 cac9391a
...@@ -150,6 +150,8 @@ odoo.define('lacagette_custom_pos.DB', function(require) { ...@@ -150,6 +150,8 @@ odoo.define('lacagette_custom_pos.DB', function(require) {
self.gui.show_screen("products"); self.gui.show_screen("products");
} }
}); });
$(".payment-screen .screen-content .top-content .back").replaceWith("<span class='button back'><i class='fa fa-angle-double-left'></i> Modifier le panier</span>");
} }
}) })
......
...@@ -19,6 +19,9 @@ ...@@ -19,6 +19,9 @@
<field name="name" position="after"> <field name="name" position="after">
<field name="seller_ids" string="Vendor Product Code" <field name="seller_ids" string="Vendor Product Code"
filter_domain="[('seller_ids.product_code','ilike',self)]" /> filter_domain="[('seller_ids.product_code','ilike',self)]" />
<field name="barcode" string="Code barre (actifs ou non)"
context="{'active_test': False}"
filter_domain="[('barcode','ilike',self)]" />
</field> </field>
</field> </field>
</record> </record>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment