b79d5d84b2
Currently translated at 66.7% (2 of 3 strings) Translation: account-financial-tools-12.0/account-financial-tools-12.0-account_move_fiscal_month Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_move_fiscal_month/sl/
19 lines
543 B
Python
19 lines
543 B
Python
# Copyright 2017 ACSONE SA/NV
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Account Move Fiscal Month',
|
|
'summary': """Display the fiscal month on journal entries/item""",
|
|
'version': '12.0.1.1.1',
|
|
'license': 'AGPL-3',
|
|
'author': 'ACSONE SA/NV,Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/OCA/account-financial-tools',
|
|
'depends': [
|
|
'account_fiscal_month',
|
|
],
|
|
'data': [
|
|
'views/account_move.xml',
|
|
'views/account_move_line.xml',
|
|
],
|
|
}
|