IMP connector_walmart Add the ability to set the Salesperson on imported Walmart orders.

This commit is contained in:
Jared Kipe
2019-06-03 11:34:51 -07:00
parent e35fbb94fc
commit 55d15aa597
4 changed files with 9 additions and 1 deletions

View File

@@ -59,6 +59,8 @@ class WalmartBackend(models.Model):
'field on the sale order created by the connector.'
)
team_id = fields.Many2one(comodel_name='crm.team', string='Sales Team')
user_id = fields.Many2one(comodel_name='res.users', string='Salesperson',
help="Default Salesperson for newly imported orders.")
sale_prefix = fields.Char(
string='Sale Prefix',
help="A prefix put before the name of imported sales orders.\n"