From ae2e0bf538590f37a0dd45233ca7c7987a12a467 Mon Sep 17 00:00:00 2001 From: Ruchir Shukla Date: Mon, 20 Mar 2023 15:59:20 +0530 Subject: [PATCH] [MIG][15.0]account_fiscal_month:Migration to 15.0 --- account_fiscal_month/README.rst | 10 +++++----- account_fiscal_month/__manifest__.py | 2 +- .../i18n/account_fiscal_month.pot | 20 +------------------ account_fiscal_month/i18n/de.po | 2 +- account_fiscal_month/i18n/el_GR.po | 2 +- account_fiscal_month/i18n/es.po | 2 +- account_fiscal_month/i18n/es_EC.po | 2 +- account_fiscal_month/i18n/fi.po | 2 +- account_fiscal_month/i18n/fr.po | 2 +- account_fiscal_month/i18n/hr.po | 6 +++--- account_fiscal_month/i18n/hr_HR.po | 2 +- account_fiscal_month/i18n/it.po | 2 +- account_fiscal_month/i18n/lt.po | 2 +- account_fiscal_month/i18n/nl.po | 2 +- account_fiscal_month/i18n/nl_NL.po | 2 +- account_fiscal_month/i18n/pt.po | 2 +- account_fiscal_month/i18n/pt_BR.po | 6 +++--- account_fiscal_month/i18n/sk.po | 2 +- account_fiscal_month/i18n/sl.po | 2 +- account_fiscal_month/i18n/tr.po | 2 +- account_fiscal_month/i18n/tr_TR.po | 2 +- .../static/description/index.html | 6 +++--- 22 files changed, 32 insertions(+), 50 deletions(-) diff --git a/account_fiscal_month/README.rst b/account_fiscal_month/README.rst index 8e97d7ac..cf5adcfb 100644 --- a/account_fiscal_month/README.rst +++ b/account_fiscal_month/README.rst @@ -14,13 +14,13 @@ Account Fiscal Month :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github - :target: https://github.com/OCA/account-financial-tools/tree/14.0/account_fiscal_month + :target: https://github.com/OCA/account-financial-tools/tree/15.0/account_fiscal_month :alt: OCA/account-financial-tools .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_fiscal_month + :target: https://translation.odoo-community.org/projects/account-financial-tools-15-0/account-financial-tools-15-0-account_fiscal_month :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/92/14.0 + :target: https://runbot.odoo-community.org/runbot/92/15.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -38,7 +38,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -68,6 +68,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/account-financial-tools `_ project on GitHub. +This module is part of the `OCA/account-financial-tools `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_fiscal_month/__manifest__.py b/account_fiscal_month/__manifest__.py index 1780d4fc..3527c3e9 100644 --- a/account_fiscal_month/__manifest__.py +++ b/account_fiscal_month/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Account Fiscal Month", "summary": """Provide a fiscal month date range type""", - "version": "14.0.1.0.0", + "version": "15.0.1.0.0", "license": "AGPL-3", "author": "ACSONE SA/NV, Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-financial-tools", diff --git a/account_fiscal_month/i18n/account_fiscal_month.pot b/account_fiscal_month/i18n/account_fiscal_month.pot index 18a17e0b..296c1083 100644 --- a/account_fiscal_month/i18n/account_fiscal_month.pot +++ b/account_fiscal_month/i18n/account_fiscal_month.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 14.0\n" +"Project-Id-Version: Odoo Server 15.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: \n" "Language-Team: \n" @@ -23,34 +23,16 @@ msgstr "" msgid "Date Range Type" msgstr "" -#. module: account_fiscal_month -#: model:ir.model.fields,field_description:account_fiscal_month.field_date_range_type__display_name -#: model:ir.model.fields,field_description:account_fiscal_month.field_res_company__display_name -msgid "Display Name" -msgstr "" - #. module: account_fiscal_month #: model:date.range.type,name:account_fiscal_month.date_range_fiscal_month msgid "Fiscal month" msgstr "" -#. module: account_fiscal_month -#: model:ir.model.fields,field_description:account_fiscal_month.field_date_range_type__id -#: model:ir.model.fields,field_description:account_fiscal_month.field_res_company__id -msgid "ID" -msgstr "" - #. module: account_fiscal_month #: model:ir.model.fields,field_description:account_fiscal_month.field_date_range_type__fiscal_month msgid "Is fiscal month?" msgstr "" -#. module: account_fiscal_month -#: model:ir.model.fields,field_description:account_fiscal_month.field_date_range_type____last_update -#: model:ir.model.fields,field_description:account_fiscal_month.field_res_company____last_update -msgid "Last Modified on" -msgstr "" - #. module: account_fiscal_month #: code:addons/account_fiscal_month/models/date_range_type.py:0 #, python-format diff --git a/account_fiscal_month/i18n/de.po b/account_fiscal_month/i18n/de.po index 19831cd9..057ea91b 100644 --- a/account_fiscal_month/i18n/de.po +++ b/account_fiscal_month/i18n/de.po @@ -40,7 +40,7 @@ msgid "Is fiscal month?" msgstr "Ist Steuermonat?" #. module: account_fiscal_month -#: code:addons/account_fiscal_month/models/date_range_type.py:18 +#: code:addons/account_fiscal_month/models/date_range_type.py:0 #, python-format msgid "You can't delete date range type: Fiscal month" msgstr "Der Datumsbereichstyp 'Steuermonat' kann nicht gelöscht werden." diff --git a/account_fiscal_month/i18n/el_GR.po b/account_fiscal_month/i18n/el_GR.po index b2f83284..babb6617 100644 --- a/account_fiscal_month/i18n/el_GR.po +++ b/account_fiscal_month/i18n/el_GR.po @@ -40,7 +40,7 @@ msgid "Is fiscal month?" msgstr "" #. module: account_fiscal_month -#: code:addons/account_fiscal_month/models/date_range_type.py:18 +#: code:addons/account_fiscal_month/models/date_range_type.py:0 #, python-format msgid "You can't delete date range type: Fiscal month" msgstr "" diff --git a/account_fiscal_month/i18n/es.po b/account_fiscal_month/i18n/es.po index 30d1c699..a97eac63 100644 --- a/account_fiscal_month/i18n/es.po +++ b/account_fiscal_month/i18n/es.po @@ -40,7 +40,7 @@ msgid "Is fiscal month?" msgstr "" #. module: account_fiscal_month -#: code:addons/account_fiscal_month/models/date_range_type.py:18 +#: code:addons/account_fiscal_month/models/date_range_type.py:0 #, python-format msgid "You can't delete date range type: Fiscal month" msgstr "" diff --git a/account_fiscal_month/i18n/es_EC.po b/account_fiscal_month/i18n/es_EC.po index fd6ff428..243b0c62 100644 --- a/account_fiscal_month/i18n/es_EC.po +++ b/account_fiscal_month/i18n/es_EC.po @@ -40,7 +40,7 @@ msgid "Is fiscal month?" msgstr "" #. module: account_fiscal_month -#: code:addons/account_fiscal_month/models/date_range_type.py:18 +#: code:addons/account_fiscal_month/models/date_range_type.py:0 #, python-format msgid "You can't delete date range type: Fiscal month" msgstr "" diff --git a/account_fiscal_month/i18n/fi.po b/account_fiscal_month/i18n/fi.po index 19e61045..176deafc 100644 --- a/account_fiscal_month/i18n/fi.po +++ b/account_fiscal_month/i18n/fi.po @@ -39,7 +39,7 @@ msgid "Is fiscal month?" msgstr "" #. module: account_fiscal_month -#: code:addons/account_fiscal_month/models/date_range_type.py:18 +#: code:addons/account_fiscal_month/models/date_range_type.py:0 #, python-format msgid "You can't delete date range type: Fiscal month" msgstr "" diff --git a/account_fiscal_month/i18n/fr.po b/account_fiscal_month/i18n/fr.po index 77f8aff4..ef5efaa2 100644 --- a/account_fiscal_month/i18n/fr.po +++ b/account_fiscal_month/i18n/fr.po @@ -39,7 +39,7 @@ msgid "Is fiscal month?" msgstr "" #. module: account_fiscal_month -#: code:addons/account_fiscal_month/models/date_range_type.py:18 +#: code:addons/account_fiscal_month/models/date_range_type.py:0 #, python-format msgid "You can't delete date range type: Fiscal month" msgstr "" diff --git a/account_fiscal_month/i18n/hr.po b/account_fiscal_month/i18n/hr.po index f9bd5929..26d6053b 100644 --- a/account_fiscal_month/i18n/hr.po +++ b/account_fiscal_month/i18n/hr.po @@ -16,8 +16,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" -"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 3.8\n" #. module: account_fiscal_month @@ -41,7 +41,7 @@ msgid "Is fiscal month?" msgstr "Je fiskalni mjesec?" #. module: account_fiscal_month -#: code:addons/account_fiscal_month/models/date_range_type.py:18 +#: code:addons/account_fiscal_month/models/date_range_type.py:0 #, python-format msgid "You can't delete date range type: Fiscal month" msgstr "Nije moguće brisanje raspona tipa \"Fiskalni mjesec\"" diff --git a/account_fiscal_month/i18n/hr_HR.po b/account_fiscal_month/i18n/hr_HR.po index c0e90978..69842f0d 100644 --- a/account_fiscal_month/i18n/hr_HR.po +++ b/account_fiscal_month/i18n/hr_HR.po @@ -42,7 +42,7 @@ msgid "Is fiscal month?" msgstr "" #. module: account_fiscal_month -#: code:addons/account_fiscal_month/models/date_range_type.py:18 +#: code:addons/account_fiscal_month/models/date_range_type.py:0 #, python-format msgid "You can't delete date range type: Fiscal month" msgstr "" diff --git a/account_fiscal_month/i18n/it.po b/account_fiscal_month/i18n/it.po index d2353293..9e39777c 100644 --- a/account_fiscal_month/i18n/it.po +++ b/account_fiscal_month/i18n/it.po @@ -40,7 +40,7 @@ msgid "Is fiscal month?" msgstr "" #. module: account_fiscal_month -#: code:addons/account_fiscal_month/models/date_range_type.py:18 +#: code:addons/account_fiscal_month/models/date_range_type.py:0 #, python-format msgid "You can't delete date range type: Fiscal month" msgstr "" diff --git a/account_fiscal_month/i18n/lt.po b/account_fiscal_month/i18n/lt.po index 46bc5cbc..fe703c48 100644 --- a/account_fiscal_month/i18n/lt.po +++ b/account_fiscal_month/i18n/lt.po @@ -40,7 +40,7 @@ msgid "Is fiscal month?" msgstr "" #. module: account_fiscal_month -#: code:addons/account_fiscal_month/models/date_range_type.py:18 +#: code:addons/account_fiscal_month/models/date_range_type.py:0 #, python-format msgid "You can't delete date range type: Fiscal month" msgstr "" diff --git a/account_fiscal_month/i18n/nl.po b/account_fiscal_month/i18n/nl.po index 470603ee..369571c4 100644 --- a/account_fiscal_month/i18n/nl.po +++ b/account_fiscal_month/i18n/nl.po @@ -39,7 +39,7 @@ msgid "Is fiscal month?" msgstr "" #. module: account_fiscal_month -#: code:addons/account_fiscal_month/models/date_range_type.py:18 +#: code:addons/account_fiscal_month/models/date_range_type.py:0 #, python-format msgid "You can't delete date range type: Fiscal month" msgstr "" diff --git a/account_fiscal_month/i18n/nl_NL.po b/account_fiscal_month/i18n/nl_NL.po index c0457413..3c60eebc 100644 --- a/account_fiscal_month/i18n/nl_NL.po +++ b/account_fiscal_month/i18n/nl_NL.po @@ -40,7 +40,7 @@ msgid "Is fiscal month?" msgstr "" #. module: account_fiscal_month -#: code:addons/account_fiscal_month/models/date_range_type.py:18 +#: code:addons/account_fiscal_month/models/date_range_type.py:0 #, python-format msgid "You can't delete date range type: Fiscal month" msgstr "" diff --git a/account_fiscal_month/i18n/pt.po b/account_fiscal_month/i18n/pt.po index c71649e6..10a83a0c 100644 --- a/account_fiscal_month/i18n/pt.po +++ b/account_fiscal_month/i18n/pt.po @@ -40,7 +40,7 @@ msgid "Is fiscal month?" msgstr "É um mês fiscal?" #. module: account_fiscal_month -#: code:addons/account_fiscal_month/models/date_range_type.py:18 +#: code:addons/account_fiscal_month/models/date_range_type.py:0 #, python-format msgid "You can't delete date range type: Fiscal month" msgstr "Não pode eliminar o tipo de período: Mês Fiscal" diff --git a/account_fiscal_month/i18n/pt_BR.po b/account_fiscal_month/i18n/pt_BR.po index 8152f4d2..8a1d2997 100644 --- a/account_fiscal_month/i18n/pt_BR.po +++ b/account_fiscal_month/i18n/pt_BR.po @@ -11,8 +11,8 @@ msgstr "" "POT-Creation-Date: 2017-11-28 23:23+0000\n" "PO-Revision-Date: 2020-06-16 15:19+0000\n" "Last-Translator: Maurício Liell \n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/" -"23907/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -41,7 +41,7 @@ msgid "Is fiscal month?" msgstr "É um mês fiscal?" #. module: account_fiscal_month -#: code:addons/account_fiscal_month/models/date_range_type.py:18 +#: code:addons/account_fiscal_month/models/date_range_type.py:0 #, python-format msgid "You can't delete date range type: Fiscal month" msgstr "Você não pode excluir o tipo de período: Mês Fiscal" diff --git a/account_fiscal_month/i18n/sk.po b/account_fiscal_month/i18n/sk.po index 53a89791..b9cb998f 100644 --- a/account_fiscal_month/i18n/sk.po +++ b/account_fiscal_month/i18n/sk.po @@ -39,7 +39,7 @@ msgid "Is fiscal month?" msgstr "" #. module: account_fiscal_month -#: code:addons/account_fiscal_month/models/date_range_type.py:18 +#: code:addons/account_fiscal_month/models/date_range_type.py:0 #, python-format msgid "You can't delete date range type: Fiscal month" msgstr "" diff --git a/account_fiscal_month/i18n/sl.po b/account_fiscal_month/i18n/sl.po index 6b3e5f57..03af96a0 100644 --- a/account_fiscal_month/i18n/sl.po +++ b/account_fiscal_month/i18n/sl.po @@ -40,7 +40,7 @@ msgid "Is fiscal month?" msgstr "" #. module: account_fiscal_month -#: code:addons/account_fiscal_month/models/date_range_type.py:18 +#: code:addons/account_fiscal_month/models/date_range_type.py:0 #, python-format msgid "You can't delete date range type: Fiscal month" msgstr "" diff --git a/account_fiscal_month/i18n/tr.po b/account_fiscal_month/i18n/tr.po index 443fe1ea..7d520b2c 100644 --- a/account_fiscal_month/i18n/tr.po +++ b/account_fiscal_month/i18n/tr.po @@ -39,7 +39,7 @@ msgid "Is fiscal month?" msgstr "" #. module: account_fiscal_month -#: code:addons/account_fiscal_month/models/date_range_type.py:18 +#: code:addons/account_fiscal_month/models/date_range_type.py:0 #, python-format msgid "You can't delete date range type: Fiscal month" msgstr "" diff --git a/account_fiscal_month/i18n/tr_TR.po b/account_fiscal_month/i18n/tr_TR.po index 860a68bc..6681930a 100644 --- a/account_fiscal_month/i18n/tr_TR.po +++ b/account_fiscal_month/i18n/tr_TR.po @@ -40,7 +40,7 @@ msgid "Is fiscal month?" msgstr "" #. module: account_fiscal_month -#: code:addons/account_fiscal_month/models/date_range_type.py:18 +#: code:addons/account_fiscal_month/models/date_range_type.py:0 #, python-format msgid "You can't delete date range type: Fiscal month" msgstr "" diff --git a/account_fiscal_month/static/description/index.html b/account_fiscal_month/static/description/index.html index 67615ee7..0d717edb 100644 --- a/account_fiscal_month/static/description/index.html +++ b/account_fiscal_month/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runbot

This module simply provides a date range type marked as ‘Fiscal month’.

Table of contents

@@ -386,7 +386,7 @@ ul.auto-toc {

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -410,7 +410,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

-

This module is part of the OCA/account-financial-tools project on GitHub.

+

This module is part of the OCA/account-financial-tools project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.