main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit 2c38d2742b - Show all commits

View File

@@ -30,8 +30,8 @@ class Sale(metaclass=PoolMeta):
@property
def report_agent(self):
if self.agent:
return self.agent.party.address_get(
type='invoice')
return (self.agent.party.address_get(
type='invoice')).full_address
else:
return ''