26.02.26
This commit is contained in:
@@ -30,8 +30,8 @@ class Sale(metaclass=PoolMeta):
|
|||||||
@property
|
@property
|
||||||
def report_agent(self):
|
def report_agent(self):
|
||||||
if self.agent:
|
if self.agent:
|
||||||
return self.agent.party.address_get(
|
return (self.agent.party.address_get(
|
||||||
type='invoice')
|
type='invoice')).full_address
|
||||||
else:
|
else:
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user