delete shipmethod

This commit is contained in:
Alnus Tmp 2021-07-26 11:32:13 -05:00
parent bf185a8e96
commit 02b83d0719
1 changed files with 0 additions and 2 deletions

View File

@ -100,8 +100,6 @@ class Purchase(metaclass=PoolMeta):
if self.shop.purchase_invoice_method:
self.invoice_method = self.shop.purchase_invoice_method
if self.shop.purchase_shipment_method:
self.shipment_method = self.shop.purchase_shipment_method
@fields.depends('shop')
def on_change_with_shop_address(self, name=None):