Commit c17e57ac by Yvon Kerdoncuff

Merge branch '4664-pos-dont-add-product-if-no-member' into 'dev_cooperatic'

4664 pos dont add product if no member

See merge request !53
parents 7a543c46 dee28cff
......@@ -220,6 +220,11 @@ odoo.define("lacagette_custom_pos.screens", function (require) {
}
}
},
barcode_product_action: function(code){
if (this.gui.get_current_screen() === "products") {
this._super(code);
}
},
});
screens.ProductScreenWidget.include({
......
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