Skip to content

Commit

Permalink
[16.0][IMP] sale_import_wizard_laser: Al crear el producto poner su c…
Browse files Browse the repository at this point in the history
…oste.
  • Loading branch information
alfredoavanzosc authored and anajuaristi committed Feb 21, 2025
1 parent 237a9d3 commit ca68fa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sale_import_wizard_laser/models/sale_order_import_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def _catch_product_values(self):
"dimensional_uom_id": uom.id,
"sale_import_id": self.import_id.id,
"route_ids": [(6, 0, self.import_id.route_ids.ids)],
"standard_price": self.unit_cost,
}
return vals

Expand Down

0 comments on commit ca68fa3

Please sign in to comment.