2017-07-06 09:41:05 +02:00
|
|
|
# Copyright 2017 ACSONE SA/NV
|
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
|
|
|
|
{
|
|
|
|
'name': 'Account Move Fiscal Month',
|
2019-10-14 14:45:15 +02:00
|
|
|
'summary': """Display the fiscal month on journal entries/item""",
|
2020-08-11 15:26:20 +02:00
|
|
|
'version': '12.0.1.1.1',
|
2017-07-06 09:41:05 +02:00
|
|
|
'license': 'AGPL-3',
|
|
|
|
'author': 'ACSONE SA/NV,Odoo Community Association (OCA)',
|
2018-03-17 16:43:55 +01:00
|
|
|
'website': 'https://github.com/OCA/account-financial-tools',
|
2017-07-06 09:41:05 +02:00
|
|
|
'depends': [
|
|
|
|
'account_fiscal_month',
|
|
|
|
],
|
|
|
|
'data': [
|
|
|
|
'views/account_move.xml',
|
|
|
|
'views/account_move_line.xml',
|
|
|
|
],
|
|
|
|
}
|