mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[FIX]minor crap in several modules
This commit is contained in:
committed by
Aaron ForgeFlow
parent
ca61ef4b21
commit
f7dc2f1b41
@@ -21,6 +21,8 @@ class RmaLineMakePurchaseOrder(models.TransientModel):
|
||||
|
||||
@api.model
|
||||
def _prepare_purchase_order_line(self, po, item):
|
||||
res = super(RmaLineMakePurchaseOrder, self)._prepare_purchase_order_line(po, item)
|
||||
res = super(
|
||||
RmaLineMakePurchaseOrder, self)._prepare_purchase_order_line(
|
||||
po, item)
|
||||
res['account_analytic_id'] = item.line_id.analytic_account_id.id
|
||||
return res
|
||||
|
||||
Reference in New Issue
Block a user