Skip to content

Commit 8c792a4

Browse files
[FIX] Do not copy geodis_shippingid as we dont want to send the same to geodis in case of return and new shipping
1 parent 930b7df commit 8c792a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

delivery_roulier_geodis_fr/models/stock_picking.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
class StockPicking(models.Model):
3535
_inherit = "stock.picking"
3636

37-
geodis_shippingid = fields.Char(help="Shipping Id in Geodis terminology")
37+
geodis_shippingid = fields.Char(help="Shipping Id in Geodis terminology", copy=False)
3838

3939
def _geodis_fr_convert_address(self, partner):
4040
"""Truncate address and name to 35 chars."""

0 commit comments

Comments
 (0)