diff --git a/account_credit_control/__init__.py b/account_credit_control/__init__.py index 15a388665..27a4fabc2 100644 --- a/account_credit_control/__init__.py +++ b/account_credit_control/__init__.py @@ -27,3 +27,4 @@ from . import policy from . import company from . import wizard from . import report +from . import invoice diff --git a/account_credit_control/i18n/de.po b/account_credit_control/i18n/de.po index 6bde84721..761cfb60a 100644 --- a/account_credit_control/i18n/de.po +++ b/account_credit_control/i18n/de.po @@ -363,6 +363,14 @@ msgstr "" msgid "Lines marker" msgstr "Lines marker" + +#. module: account_credit_control +#: code:addons/account_credit_control/invoice.py:35 +#, python-format +msgid "You cannot cancel this invoice ! A payment reminder has already been sent to the customer.You must create a credit note and raise a new invoice." +msgstr "You cannot cancel this invoice ! A payment reminder has already been sent to the customer.You must create a credit note and raise a new invoice." + + #. module: account_credit_control #: field:credit.control.printer,state:0 msgid "state" diff --git a/account_credit_control/i18n/en.po b/account_credit_control/i18n/en.po index bd1d5081a..a485dd7c4 100644 --- a/account_credit_control/i18n/en.po +++ b/account_credit_control/i18n/en.po @@ -363,6 +363,14 @@ msgstr "" msgid "Lines marker" msgstr "Lines marker" + +#. module: account_credit_control +#: code:addons/account_credit_control/invoice.py:35 +#, python-format +msgid "You cannot cancel this invoice ! A payment reminder has already been sent to the customer.You must create a credit note and raise a new invoice." +msgstr "You cannot cancel this invoice ! A payment reminder has already been sent to the customer.You must create a credit note and raise a new invoice." + + #. module: account_credit_control #: field:credit.control.printer,state:0 msgid "state" diff --git a/account_credit_control/i18n/es.po b/account_credit_control/i18n/es.po index bd1d5081a..8c6ef96d9 100644 --- a/account_credit_control/i18n/es.po +++ b/account_credit_control/i18n/es.po @@ -368,6 +368,12 @@ msgstr "Lines marker" msgid "state" msgstr "state" +#. module: account_credit_control +#: code:addons/account_credit_control/invoice.py:35 +#, python-format +msgid "You cannot cancel this invoice ! A payment reminder has already been sent to the customer.You must create a credit note and raise a new invoice." +msgstr "You cannot cancel this invoice ! A payment reminder has already been sent to the customer.You must create a credit note and raise a new invoice." + #. module: account_credit_control #: field:credit.control.run,report:0 msgid "Report" diff --git a/account_credit_control/i18n/fr.po b/account_credit_control/i18n/fr.po index 247635b35..85867283b 100644 --- a/account_credit_control/i18n/fr.po +++ b/account_credit_control/i18n/fr.po @@ -345,6 +345,13 @@ msgstr "" msgid "Lines marker" msgstr "Traiter les lignes" +#. module: account_credit_control +#: code:addons/account_credit_control/invoice.py:35 +#, python-format +msgid "You cannot cancel this invoice ! A payment reminder has already been sent to the customer.You must create a credit note and raise a new invoice." +msgstr "Vous ne pouvez pas annuler cette facture ! Une lettre de relance a été envoyé au client. Vous devez créer un avoir et établir une nouvelle facture." + + #. module: account_credit_control #: field:credit.control.printer,state:0 msgid "state"