This commit is contained in:
2026-06-09 14:20:32 +02:00
parent 217344d3d5
commit f722c6fa1c
2 changed files with 8 additions and 3 deletions

View File

@@ -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 = []