[MIG] account_move_fiscal_month: Migration to 12.0

This commit is contained in:
mreficent
2019-10-14 14:45:15 +02:00
committed by JasminSForgeFlow
parent 0674e0723e
commit e284ec91ef
6 changed files with 7 additions and 5 deletions

View File

@@ -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
===========

View File

@@ -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',

View File

@@ -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)

View File

@@ -0,0 +1 @@
You just need to create date ranges associated to 'Fiscal Month' type.

View File

@@ -0,0 +1 @@
* Benjamin Willig <benjamin.willig@acsone.eu>

View File

@@ -0,0 +1 @@
Display the fiscal month on journal entries/items.