[FIX] Remove unneeded and inefficient "store=True"
This commit is contained in:
parent
7395a6d348
commit
c9cb2d810f
@ -5,7 +5,7 @@
|
|||||||
'name': 'Account Move Fiscal Year',
|
'name': 'Account Move Fiscal Year',
|
||||||
'summary': """
|
'summary': """
|
||||||
Display the fiscal year on journal entries/item""",
|
Display the fiscal year on journal entries/item""",
|
||||||
'version': '12.0.1.0.0',
|
'version': '12.0.1.1.0',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'author': 'ACSONE SA/NV, Odoo Community Association (OCA)',
|
'author': 'ACSONE SA/NV, Odoo Community Association (OCA)',
|
||||||
'website': 'https://github.com/OCA/account-financial-tools',
|
'website': 'https://github.com/OCA/account-financial-tools',
|
||||||
|
@ -10,4 +10,4 @@ class AccountMoveLine(models.Model):
|
|||||||
|
|
||||||
date_range_fy_id = fields.Many2one(
|
date_range_fy_id = fields.Many2one(
|
||||||
related='move_id.date_range_fy_id',
|
related='move_id.date_range_fy_id',
|
||||||
store=True, copy=False)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user