-
-
Notifications
You must be signed in to change notification settings - Fork 697
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] account_invoice_alternate_payer: Migration to 17.0
- Loading branch information
Alpha Oumar
committed
Dec 11, 2024
1 parent
2c723fc
commit a582495
Showing
10 changed files
with
146 additions
and
144 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -71,6 +71,10 @@ Contributors | |
|
||
- Jordi Ballester Alomar <[email protected]> | ||
|
||
- Auneor Conseil (https://www.auneor-conseil.fr) | ||
|
||
- Alpha Oumar Sandaly DIALLO <[email protected]> | ||
|
||
Maintainers | ||
----------- | ||
|
||
|
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
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
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,62 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_invoice_alternate_payer | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 17.0+e\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-12-09 13:13+0000\n" | ||
"PO-Revision-Date: 2024-12-09 13:13+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: \n" | ||
|
||
#. module: account_invoice_alternate_payer | ||
#: model:ir.model.fields,field_description:account_invoice_alternate_payer.field_account_bank_statement_line__alternate_payer_id | ||
#: model:ir.model.fields,field_description:account_invoice_alternate_payer.field_account_move__alternate_payer_id | ||
#: model:ir.model.fields,field_description:account_invoice_alternate_payer.field_account_payment__alternate_payer_id | ||
msgid "Alternate Payer" | ||
msgstr "Payeur" | ||
|
||
#. module: account_invoice_alternate_payer | ||
#: model:ir.model.fields,help:account_invoice_alternate_payer.field_account_bank_statement_line__alternate_payer_id | ||
#: model:ir.model.fields,help:account_invoice_alternate_payer.field_account_move__alternate_payer_id | ||
#: model:ir.model.fields,help:account_invoice_alternate_payer.field_account_payment__alternate_payer_id | ||
msgid "" | ||
"If set, this will be the partner that we expect to pay or to be paid by. If " | ||
"not set, the payor is by default the commercial" | ||
msgstr "S'il est défini, il s'agira du partenaire que nous prévoyons de payer ou par lequel nous prévoyons d'être payés." | ||
"S'il n'est pas défini, le payeur est par défaut le partenaire commercial." | ||
|
||
#. module: account_invoice_alternate_payer | ||
#: model:ir.model,name:account_invoice_alternate_payer.model_account_move | ||
msgid "Journal Entry" | ||
msgstr "Pièce comptable" | ||
|
||
#. module: account_invoice_alternate_payer | ||
#: model:ir.model,name:account_invoice_alternate_payer.model_account_move_line | ||
msgid "Journal Item" | ||
msgstr "Écriture comptable" | ||
|
||
#. module: account_invoice_alternate_payer | ||
#. odoo-python | ||
#: code:addons/account_invoice_alternate_payer/models/account_move.py:0 | ||
#, python-format | ||
msgid "Outstanding credits" | ||
msgstr "crédits en circulation" | ||
|
||
#. module: account_invoice_alternate_payer | ||
#. odoo-python | ||
#: code:addons/account_invoice_alternate_payer/models/account_move.py:0 | ||
#, python-format | ||
msgid "Outstanding debits" | ||
msgstr "Débits en circulation" | ||
|
||
#. module: account_invoice_alternate_payer | ||
#: model:ir.model,name:account_invoice_alternate_payer.model_account_payment | ||
msgid "Payments" | ||
msgstr "Paiements" |
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
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
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,2 +1,5 @@ | ||
- Eficent Business and IT Consulting Services, S.L. (<https://www.eficent.com>) | ||
- Jordi Ballester Alomar \<<[email protected]>\> | ||
- Eficent Business and IT Consulting Services, S.L. (<https://www.eficent.com>) | ||
- Jordi Ballester Alomar <<[email protected]>\> | ||
|
||
- Auneor Conseil (https://www.auneor-conseil.fr) | ||
- Alpha Oumar Sandaly DIALLO <<[email protected]>\> |
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
Oops, something went wrong.