26.02.26
This commit is contained in:
@@ -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 ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user