Skip to content
Snippets Groups Projects
Commit 43d99dc0 authored by Juliana's avatar Juliana
Browse files

[ADD]Add tare to mayam

parent cc8ccfd9
Branches 10.0
No related tags found
No related merge requests found
{
"name": "VRACOOP - POS API V2",
"summary": "VRACOOP - POS API V2",
"version": "12.1.0.0",
"version": "12.1.1.0",
"development_status": "Beta",
"author": "Le Filament",
"maintainers": ["remi-filament"],
......
......@@ -55,7 +55,8 @@ class PosTransaction(models.Model):
"seller_name": seller_id.name.name,
"seller_code": seller_id.product_code,
"ean13_product": transaction.product_id.barcode,
"ean13_weight_product": transaction.ean13
"ean13_weight_product": transaction.ean13,
"tare": transaction.weight_tare
}
list_transaction.append(data_transaction)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment