26.03.26
This commit is contained in:
@@ -79,6 +79,13 @@ class Invoice(metaclass=PoolMeta):
|
||||
if trade and getattr(trade, 'trader', None):
|
||||
return trade.trader.initial or ''
|
||||
return ''
|
||||
|
||||
@property
|
||||
def report_origin(self):
|
||||
trade = self._get_report_trade()
|
||||
if trade and getattr(trade, 'product_origin', None):
|
||||
return trade.product_origin or ''
|
||||
return ''
|
||||
|
||||
@property
|
||||
def report_operator_initial(self):
|
||||
|
||||
Reference in New Issue
Block a user