Skip to content

Commit

Permalink
[IMP] base_wamas_ubl: Fix arte grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
duongtq committed Jun 7, 2024
1 parent bea9b74 commit 75282ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions base_wamas_ubl/lib/wamas/wamas_grammar/arte.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"type": "str",
"length": 5,
"dp": False,
"dict_key": "product_uom_wamas_code",
"dict_key": "code",
"df_val": False,
"df_func": False,
},
Expand Down Expand Up @@ -139,7 +139,7 @@
"type": "str",
"length": 5,
"dp": False,
"dict_key": "product_uom_wamas_code",
"dict_key": "code",
"df_val": False,
"df_func": False,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"height": 50,
"weight": 1,
"length": 10,
"product_uom_wamas_code": "HAR",
"code": "CART",
"game_identifier": "N",
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ODOO WAMAS 00000120231221051251ARTE00051000223 224 225 00000000010000055000050HAR 000000000001000000 HAR 000000000000000000000000 000000000000000000000000N1000000000001000NNN
ODOO WAMAS 00000120231221051251ARTE00051000223 224 225 00000000010000055000050CART 000000000001000000 CART 000000000000000000000000 000000000000000000000000N1000000000001000NNN

0 comments on commit 75282ef

Please sign in to comment.