Template
This commit is contained in:
@@ -894,6 +894,13 @@ class Sale(metaclass=PoolMeta):
|
||||
with Transaction().set_context(address_with_party=True):
|
||||
return self.invoice_address.full_address
|
||||
|
||||
@property
|
||||
def report_melya_buyer_block(self):
|
||||
return '\n'.join(filter(None, [
|
||||
'Buyer:',
|
||||
self.report_melya_buyer_address,
|
||||
]))
|
||||
|
||||
@property
|
||||
def report_melya_incoterm(self):
|
||||
parts = []
|
||||
|
||||
Reference in New Issue
Block a user