Merge PR #915 into 12.0

Signed-off-by aheficent
This commit is contained in:
OCA-git-bot
2019-11-27 12:12:45 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,4 +10,4 @@ class AccountMoveLine(models.Model):
date_range_fm_id = fields.Many2one(
related='move_id.date_range_fm_id',
store=True, copy=False)
)

View File

@@ -10,4 +10,4 @@ class AccountMoveLine(models.Model):
date_range_fy_id = fields.Many2one(
related='move_id.date_range_fy_id',
store=True, copy=False)
)