diff --git a/account_invoice_constraint_chronology/README.rst b/account_invoice_constraint_chronology/README.rst index e8d83830..b85ff2ec 100644 --- a/account_invoice_constraint_chronology/README.rst +++ b/account_invoice_constraint_chronology/README.rst @@ -14,13 +14,13 @@ Account Invoice Constraint Chronology :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/12.0/account_invoice_constraint_chronology + :target: https://github.com/OCA/account-financial-tools/tree/14.0/account_invoice_constraint_chronology :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-12-0/account-financial-tools-12-0-account_invoice_constraint_chronology + :target: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_invoice_constraint_chronology :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/12.0 + :target: https://runbot.odoo-community.org/runbot/92/14.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -31,6 +31,7 @@ It prevents the validation of invoices when: * there are draft invoices with a prior date * there are validated invoices with a later date +* there are validated invoices with a higher number **Table of contents** @@ -43,7 +44,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. @@ -54,6 +55,7 @@ Authors ~~~~~~~ * ACSONE SA/NV +* CorporateHub Contributors ~~~~~~~~~~~~ @@ -63,6 +65,9 @@ Contributors * Francesco Apruzzese * Thomas Binsfeld * Souheil Bejaoui +* `CorporateHub `__ + + * Alexey Pelykh Maintainers ~~~~~~~~~~~ @@ -77,6 +82,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_invoice_constraint_chronology/i18n/fr.po b/account_invoice_constraint_chronology/i18n/fr.po index 64cd4bb4..afb7309e 100644 --- a/account_invoice_constraint_chronology/i18n/fr.po +++ b/account_invoice_constraint_chronology/i18n/fr.po @@ -10,14 +10,15 @@ msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-01-30 16:31+0000\n" -"PO-Revision-Date: 2018-01-15 13:09+0000\n" -"Last-Translator: Quentin THEURET , 2018\n" +"PO-Revision-Date: 2021-09-18 13:34+0000\n" +"Last-Translator: Rémi \n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" "Language: fr\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" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.3.2\n" #. module: account_invoice_constraint_chronology #: model:ir.model.fields,field_description:account_invoice_constraint_chronology.field_account_bank_statement_import_journal_creation__check_chronology @@ -27,17 +28,17 @@ msgstr "Vérifier la chronologie" #. module: account_invoice_constraint_chronology #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:66 -#, fuzzy, python-format +#, python-format msgid "" "Chronology Error. Please confirm older draft invoices before {date_invoice} " "and try again." msgstr "" -"Erreur de chronologie. Veuillez confirmer les anciennes factures brouillon " -"avant le {date_invoice} et réessayer." +"Erreur de chronologie. Veuillez confirmer les anciennes factures en " +"brouillon datées d'avant le {date_invoice} et réessayer." #. module: account_invoice_constraint_chronology #: code:addons/account_invoice_constraint_chronology/model/account_invoice.py:82 -#, fuzzy, python-format +#, python-format msgid "" "Chronology Error. There exist at least one invoice with a later date to " "{date_invoice}." diff --git a/account_invoice_constraint_chronology/static/description/index.html b/account_invoice_constraint_chronology/static/description/index.html index 3693bf58..b26b8dbe 100644 --- a/account_invoice_constraint_chronology/static/description/index.html +++ b/account_invoice_constraint_chronology/static/description/index.html @@ -367,12 +367,13 @@ 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 helps ensuring the chronology of invoice numbers.

It prevents the validation of invoices when:

  • there are draft invoices with a prior date
  • there are validated invoices with a later date
  • +
  • there are validated invoices with a higher number

Table of contents

@@ -391,7 +392,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.

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

Authors

  • ACSONE SA/NV
  • +
  • CorporateHub
@@ -410,6 +412,10 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
  • Francesco Apruzzese <f.apruzzese@apuliasoftware.it>
  • Thomas Binsfeld <thomas.binsfeld@acsone.eu>
  • Souheil Bejaoui <souheil.bejaoui@acsone.eu>
  • +
  • CorporateHub +
  • @@ -419,7 +425,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.