mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[FIX] base_comment_template: Make field truly company dependent
Previous field declaration was incorrect due to a typo, leading to non applying the company dependent features. Now everything is correct and the migration scripts care of moving data properly.
This commit is contained in:
committed by
Pierre Verkest
parent
88e7627b11
commit
9b738976fe
@@ -9,7 +9,7 @@ class ResPartner(models.Model):
|
||||
property_comment_template_id = fields.Many2one(
|
||||
comodel_name='base.comment.template',
|
||||
string='Conditions template',
|
||||
company_dependant=True,
|
||||
company_dependent=True,
|
||||
)
|
||||
|
||||
@api.model
|
||||
|
||||
Reference in New Issue
Block a user