Merge PR #408 into 12.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2019-10-30 19:42:23 +00:00
70 changed files with 78 additions and 78 deletions

View File

@@ -19,7 +19,7 @@ class ContractAbstractContract(models.AbstractModel):
name = fields.Char(required=True)
# Needed for avoiding errors on several inherited behaviors
partner_id = fields.Many2one(
comodel_name="res.partner", string="Partner (always False)", index=True
comodel_name="res.partner", string="Partner", index=True
)
pricelist_id = fields.Many2one(
comodel_name='product.pricelist', string='Pricelist'