Fix string
This commit is contained in:
@@ -19,7 +19,7 @@ class ResPartner(models.Model):
|
|||||||
default_sale_route_id = fields.Many2one(
|
default_sale_route_id = fields.Many2one(
|
||||||
'stock.location.route', string="Default Stock Location Route",
|
'stock.location.route', string="Default Stock Location Route",
|
||||||
company_dependent=True,
|
company_dependent=True,
|
||||||
help="Stock location route used by default in sale order lines"
|
help="Stock location route used by default in sale order lines "
|
||||||
"for this customer.")
|
"for this customer.")
|
||||||
|
|
||||||
@api.multi
|
@api.multi
|
||||||
|
|||||||
Reference in New Issue
Block a user