Skip to content

Commit

Permalink
Merge branch '16.0' into 16.0-t-33433-mav
Browse files Browse the repository at this point in the history
  • Loading branch information
mav-adhoc committed Oct 23, 2023
2 parents 72a967d + 926af5e commit 2b5771b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_ar_stock/models/stock_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def get_arba_file_data(
str(int(round(importe * 100.0)))[-14:],
])

for line in rec.mapped('move_lines').filtered(lambda x: x.product_uom_qty):
for line in rec.mapped('move_ids').filtered(lambda x: x.product_uom_qty):

# buscamos si hay unidad de medida de la cateogria que tenga
# codigo de arba y usamos esa, ademas convertimos la cantidad
Expand Down

0 comments on commit 2b5771b

Please sign in to comment.