Skip to content

Commit 659351e

Browse files
[IMP] shopfloor: Single pack transfer create package level for company of picking type
1 parent d081151 commit 659351e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shopfloor/services/single_pack_transfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def _create_package_level(self, package):
193193
"picking_id": picking.id,
194194
"package_id": package.id,
195195
"location_dest_id": picking.location_dest_id.id,
196-
"company_id": self.env.company.id,
196+
"company_id": picking.company_id.id,
197197
}
198198
)
199199
picking.action_confirm()

0 commit comments

Comments
 (0)