forked from OCA/account-financial-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] account_fiscal_year: Migration to 14.0
- Loading branch information
Showing
17 changed files
with
523 additions
and
202 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). | ||
|
||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,27 @@ | ||
# Copyright 2016 Camptocamp SA | ||
# Copyright 2018 Lorenzo Battistini <https://github.com/eLBati> | ||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). | ||
# Copyright 2020 Simone Rubino - Agile Business Group | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). | ||
{ | ||
"name": "Account Fiscal Year", | ||
"summary": "Create a menu for Account Fiscal Year", | ||
"version": "13.0.1.0.0", | ||
"summary": "Create Account Fiscal Year", | ||
"version": "14.0.1.0.0", | ||
"development_status": "Beta", | ||
"category": "Accounting", | ||
"website": "https://github.com/OCA/account-financial-tools", | ||
"website": "https://github.com/OCA/account-financial-tools" | ||
"14.0/account_fiscal_year", | ||
"author": "Agile Business Group, Camptocamp SA, " | ||
"Odoo Community Association (OCA)", | ||
"maintainers": ["eLBati"], | ||
"license": "LGPL-3", | ||
"application": False, | ||
"installable": True, | ||
"depends": ["account", "date_range"], | ||
"data": ["data/date_range_type.xml", "views/account_views.xml"], | ||
"license": "AGPL-3", | ||
"depends": [ | ||
"account", | ||
"date_range", | ||
], | ||
"data": [ | ||
"security/ir.model.access.csv", | ||
"data/date_range_type.xml", | ||
"views/account_fiscal_year_views.xml", | ||
"views/account_views.xml", | ||
], | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,17 +4,41 @@ | |
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Project-Id-Version: Odoo Server 14.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2018-12-24 16:58+0000\n" | ||
"Last-Translator: Sergio Zanchetta <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: it\n" | ||
"POT-Creation-Date: 2020-11-06 09:43+0000\n" | ||
"PO-Revision-Date: 2020-11-06 09:43+0000\n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 3.3\n" | ||
"Plural-Forms: \n" | ||
|
||
#. module: account_fiscal_year | ||
#: model_terms:ir.actions.act_window,help:account_fiscal_year.actions_account_fiscal_year | ||
msgid "Click here to create a new fiscal year." | ||
msgstr "Clicca qui per creare un nuovo anno fiscale." | ||
|
||
#. module: account_fiscal_year | ||
#: model:ir.model,name:account_fiscal_year.model_res_company | ||
msgid "Companies" | ||
msgstr "Aziende" | ||
|
||
#. module: account_fiscal_year | ||
#: model:ir.model.fields,field_description:account_fiscal_year.field_account_fiscal_year__company_id | ||
msgid "Company" | ||
msgstr "Azienda" | ||
|
||
#. module: account_fiscal_year | ||
#: model:ir.model.fields,field_description:account_fiscal_year.field_account_fiscal_year__create_uid | ||
msgid "Created by" | ||
msgstr "" | ||
|
||
#. module: account_fiscal_year | ||
#: model:ir.model.fields,field_description:account_fiscal_year.field_account_fiscal_year__create_date | ||
msgid "Created on" | ||
msgstr "" | ||
|
||
#. module: account_fiscal_year | ||
#: model:ir.ui.menu,name:account_fiscal_year.menu_date_range_type_action_accounting | ||
|
@@ -31,13 +55,35 @@ msgstr "Intervalli data" | |
msgid "Date ranges" | ||
msgstr "Intervalli data" | ||
|
||
#. module: account_fiscal_year | ||
#: model:ir.model.fields,field_description:account_fiscal_year.field_account_fiscal_year__display_name | ||
#: model:ir.model.fields,field_description:account_fiscal_year.field_res_company__display_name | ||
msgid "Display Name" | ||
msgstr "Nome visualizzato" | ||
|
||
#. module: account_fiscal_year | ||
#: model:ir.model.fields,field_description:account_fiscal_year.field_account_fiscal_year__date_to | ||
msgid "End Date" | ||
msgstr "Data fine" | ||
|
||
#. module: account_fiscal_year | ||
#: model:ir.model.fields,help:account_fiscal_year.field_account_fiscal_year__date_to | ||
msgid "Ending Date, included in the fiscal year." | ||
msgstr "Data di chiusura, inclusa nell'anno fiscale." | ||
|
||
#. module: account_fiscal_year | ||
#: model:date.range.type,name:account_fiscal_year.fiscalyear | ||
#, fuzzy | ||
#: model:ir.model,name:account_fiscal_year.model_account_fiscal_year | ||
msgid "Fiscal Year" | ||
msgstr "Anni fiscali" | ||
|
||
#. module: account_fiscal_year | ||
#: model_terms:ir.ui.view,arch_db:account_fiscal_year.account_fiscal_year_form_view | ||
msgid "Fiscal Year 2020" | ||
msgstr "Anno fiscale 2020" | ||
|
||
#. module: account_fiscal_year | ||
#: model:ir.actions.act_window,name:account_fiscal_year.actions_account_fiscal_year | ||
#: model:ir.ui.menu,name:account_fiscal_year.menu_actions_account_fiscal_year | ||
msgid "Fiscal Years" | ||
msgstr "Anni fiscali" | ||
|
@@ -46,3 +92,56 @@ msgstr "Anni fiscali" | |
#: model:ir.ui.menu,name:account_fiscal_year.menu_date_range_generator_action | ||
msgid "Generate Date Ranges" | ||
msgstr "Generazione intervalli data" | ||
|
||
#. module: account_fiscal_year | ||
#: model:ir.model.fields,field_description:account_fiscal_year.field_account_fiscal_year__id | ||
#: model:ir.model.fields,field_description:account_fiscal_year.field_res_company__id | ||
msgid "ID" | ||
msgstr "" | ||
|
||
#. module: account_fiscal_year | ||
#: model:ir.model.fields,field_description:account_fiscal_year.field_account_fiscal_year____last_update | ||
#: model:ir.model.fields,field_description:account_fiscal_year.field_res_company____last_update | ||
msgid "Last Modified on" | ||
msgstr "Ultima modifica il" | ||
|
||
#. module: account_fiscal_year | ||
#: model:ir.model.fields,field_description:account_fiscal_year.field_account_fiscal_year__write_uid | ||
msgid "Last Updated by" | ||
msgstr "" | ||
|
||
#. module: account_fiscal_year | ||
#: model:ir.model.fields,field_description:account_fiscal_year.field_account_fiscal_year__write_date | ||
msgid "Last Updated on" | ||
msgstr "" | ||
|
||
#. module: account_fiscal_year | ||
#: model:ir.model.fields,field_description:account_fiscal_year.field_account_fiscal_year__name | ||
msgid "Name" | ||
msgstr "Nome" | ||
|
||
#. module: account_fiscal_year | ||
#: model:ir.model.fields,field_description:account_fiscal_year.field_account_fiscal_year__date_from | ||
msgid "Start Date" | ||
msgstr "Data inizio" | ||
|
||
#. module: account_fiscal_year | ||
#: model:ir.model.fields,help:account_fiscal_year.field_account_fiscal_year__date_from | ||
msgid "Start Date, included in the fiscal year." | ||
msgstr "Data inizio, inclusa nell'anno fiscale." | ||
|
||
#. module: account_fiscal_year | ||
#: code:addons/account_fiscal_year/models/account_fiscal_year.py:0 | ||
#, python-format | ||
msgid "The ending date must not be prior to the starting date." | ||
msgstr "La data di fine non deve essere antecedente a quella di inizio." | ||
|
||
#. module: account_fiscal_year | ||
#: code:addons/account_fiscal_year/models/account_fiscal_year.py:0 | ||
#, python-format | ||
msgid "" | ||
"This fiscal year '{fy}' overlaps with '{overlapping_fy}'.\n" | ||
"Please correct the start and/or end dates of your fiscal years." | ||
msgstr "" | ||
"Questo anno fiscale '{fy}' si sovrappone a '{overlapping_fy}'.\n" | ||
"Correggere le relative date di inizio e/o di fine." |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
||
from . import account_fiscal_year | ||
from . import res_company |
Oops, something went wrong.