ICT bug
This commit is contained in:
@@ -1693,10 +1693,6 @@ class InvoicePaddingContext(ModelView):
|
||||
class InvoiceLine(metaclass=PoolMeta):
|
||||
__name__ = 'account.invoice.line'
|
||||
|
||||
lot_weight_snapshots = fields.One2Many(
|
||||
'account.invoice.line.lot.weight', 'invoice_line',
|
||||
"Lot Weight Snapshots")
|
||||
|
||||
def _get_report_trade(self):
|
||||
origin = getattr(self, 'origin', None)
|
||||
if not origin:
|
||||
|
||||
Reference in New Issue
Block a user