Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD] pos modules used by vracoop : #7

Open
wants to merge 17 commits into
base: 12.0
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[WIP][FIX] pos_container: do not rewrite the same barcode
  • Loading branch information
vvrossem committed Jan 6, 2021

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit c43f62c118cf143311c14800070df89ed7e8f732
2 changes: 1 addition & 1 deletion pos_container/static/src/js/models_and_db.js
Original file line number Diff line number Diff line change
@@ -226,7 +226,7 @@ odoo.define('pos_container.models_and_db', function (require) {
var fields = {};
fields.id = container.id || false;
fields.weight = container.weight;
fields.barcode = container.barcode;
//fields.barcode = container.barcode;
fields.name = container.name;
fields.deposit_value = container.deposit_value;
fields.state = container.state;