FIX sale_planner FakeSaleOrder project_id => analytic_accout_id

This commit is contained in:
Jared Kipe
2019-07-15 08:17:42 -07:00
committed by Leo Pinedo
parent 4e8a322425
commit 8981bea955

View File

@@ -132,7 +132,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
self.date_order = fields.Date.today() self.date_order = fields.Date.today()
self.shipping_account_id = False # from delivery_hibou self.shipping_account_id = False # from delivery_hibou