mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
FIX sale_planner FakeSaleOrder project_id => analytic_accout_id
This commit is contained in:
@@ -133,7 +133,7 @@ class FakeSaleOrder():
|
|||||||
self.id = 0
|
self.id = 0
|
||||||
self.name = 'Quote'
|
self.name = 'Quote'
|
||||||
self.team_id = None
|
self.team_id = None
|
||||||
self.project_id = None
|
self.analytic_account_id = None
|
||||||
self.amount_total = 0.0
|
self.amount_total = 0.0
|
||||||
for attr, value in kwargs.items():
|
for attr, value in kwargs.items():
|
||||||
setattr(self, attr, value)
|
setattr(self, attr, value)
|
||||||
|
|||||||
Reference in New Issue
Block a user