mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
IMP connector_walmart Add the ability to set the Salesperson on imported Walmart orders.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user