mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[MIG] account_move_fiscal_month: Migration to 12.0
This commit is contained in:
committed by
JasminSForgeFlow
parent
0674e0723e
commit
e284ec91ef
@@ -18,7 +18,7 @@ Usage
|
||||
|
||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||
:alt: Try me on Runbot
|
||||
:target: https://runbot.odoo-community.org/runbot/92/11.0
|
||||
:target: https://runbot.odoo-community.org/runbot/92/12.0
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
||||
@@ -3,9 +3,8 @@
|
||||
|
||||
{
|
||||
'name': 'Account Move Fiscal Month',
|
||||
'summary': """
|
||||
Display the fiscal month on journal entries/item""",
|
||||
'version': '11.0.1.0.0',
|
||||
'summary': """Display the fiscal month on journal entries/item""",
|
||||
'version': '12.0.1.0.0',
|
||||
'license': 'AGPL-3',
|
||||
'author': 'ACSONE SA/NV,Odoo Community Association (OCA)',
|
||||
'website': 'https://github.com/OCA/account-financial-tools',
|
||||
|
||||
@@ -9,5 +9,5 @@ class AccountMoveLine(models.Model):
|
||||
_inherit = 'account.move.line'
|
||||
|
||||
date_range_fm_id = fields.Many2one(
|
||||
related='move_id.date_range_fm_id', readonly=True,
|
||||
related='move_id.date_range_fm_id',
|
||||
store=True, copy=False)
|
||||
|
||||
1
account_move_fiscal_month/readme/CONFIGURE.rst
Normal file
1
account_move_fiscal_month/readme/CONFIGURE.rst
Normal file
@@ -0,0 +1 @@
|
||||
You just need to create date ranges associated to 'Fiscal Month' type.
|
||||
1
account_move_fiscal_month/readme/CONTRIBUTORS.rst
Normal file
1
account_move_fiscal_month/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1 @@
|
||||
* Benjamin Willig <benjamin.willig@acsone.eu>
|
||||
1
account_move_fiscal_month/readme/DESCRIPTION.rst
Normal file
1
account_move_fiscal_month/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1 @@
|
||||
Display the fiscal month on journal entries/items.
|
||||
Reference in New Issue
Block a user