mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
FIX connector_walmart Field name on sale orders went from "project_id" to "analytic_account_id"
This commit is contained in:
@@ -136,7 +136,7 @@ class SaleOrderImportMapper(Component):
|
||||
@mapping
|
||||
def project_id(self, record):
|
||||
if self.backend_record.analytic_account_id:
|
||||
return {'project_id': self.backend_record.analytic_account_id.id}
|
||||
return {'analytic_account_id': self.backend_record.analytic_account_id.id}
|
||||
|
||||
@mapping
|
||||
def warehouse_id(self, record):
|
||||
|
||||
Reference in New Issue
Block a user