mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] Remove unneeded and inefficient "store=True"
This commit is contained in:
@@ -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)
|
||||
)
|
||||
|
||||
@@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user