odoo-addon-account-payment-order 17.0.1.7.2__py3-none-any.whl → 18.0.1.0.0.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. odoo/addons/account_payment_order/README.rst +7 -6
  2. odoo/addons/account_payment_order/__manifest__.py +1 -1
  3. odoo/addons/account_payment_order/i18n/account_payment_order.pot +13 -71
  4. odoo/addons/account_payment_order/i18n/am.po +5 -4
  5. odoo/addons/account_payment_order/i18n/ar.po +5 -4
  6. odoo/addons/account_payment_order/i18n/ca.po +5 -4
  7. odoo/addons/account_payment_order/i18n/ca_ES.po +5 -4
  8. odoo/addons/account_payment_order/i18n/cs.po +5 -4
  9. odoo/addons/account_payment_order/i18n/da_DK.po +5 -4
  10. odoo/addons/account_payment_order/i18n/de.po +5 -4
  11. odoo/addons/account_payment_order/i18n/el_GR.po +5 -4
  12. odoo/addons/account_payment_order/i18n/es.po +9 -6
  13. odoo/addons/account_payment_order/i18n/es_AR.po +5 -4
  14. odoo/addons/account_payment_order/i18n/es_CL.po +5 -4
  15. odoo/addons/account_payment_order/i18n/es_CR.po +5 -4
  16. odoo/addons/account_payment_order/i18n/es_EC.po +5 -4
  17. odoo/addons/account_payment_order/i18n/es_ES.po +5 -4
  18. odoo/addons/account_payment_order/i18n/es_MX.po +5 -4
  19. odoo/addons/account_payment_order/i18n/es_VE.po +5 -4
  20. odoo/addons/account_payment_order/i18n/et.po +5 -4
  21. odoo/addons/account_payment_order/i18n/fi.po +5 -4
  22. odoo/addons/account_payment_order/i18n/fr.po +26 -17
  23. odoo/addons/account_payment_order/i18n/fr_FR.po +5 -4
  24. odoo/addons/account_payment_order/i18n/gl.po +5 -4
  25. odoo/addons/account_payment_order/i18n/hr.po +5 -4
  26. odoo/addons/account_payment_order/i18n/it.po +9 -6
  27. odoo/addons/account_payment_order/i18n/lt.po +5 -4
  28. odoo/addons/account_payment_order/i18n/nb_NO.po +5 -4
  29. odoo/addons/account_payment_order/i18n/nl.po +5 -4
  30. odoo/addons/account_payment_order/i18n/nl_BE.po +5 -4
  31. odoo/addons/account_payment_order/i18n/nl_NL.po +5 -4
  32. odoo/addons/account_payment_order/i18n/pl.po +5 -4
  33. odoo/addons/account_payment_order/i18n/pt.po +5 -4
  34. odoo/addons/account_payment_order/i18n/pt_BR.po +5 -4
  35. odoo/addons/account_payment_order/i18n/pt_PT.po +5 -4
  36. odoo/addons/account_payment_order/i18n/ro.po +5 -4
  37. odoo/addons/account_payment_order/i18n/ru.po +5 -4
  38. odoo/addons/account_payment_order/i18n/sl.po +5 -4
  39. odoo/addons/account_payment_order/i18n/sv.po +9 -6
  40. odoo/addons/account_payment_order/i18n/th.po +5 -4
  41. odoo/addons/account_payment_order/i18n/tr.po +5 -4
  42. odoo/addons/account_payment_order/i18n/vi.po +5 -4
  43. odoo/addons/account_payment_order/migrations/18.0.1.0.0/noupdate_changes.xml +9 -0
  44. odoo/addons/account_payment_order/migrations/18.0.1.0.0/post-migration.py +11 -0
  45. odoo/addons/account_payment_order/models/__init__.py +0 -1
  46. odoo/addons/account_payment_order/models/account_move.py +46 -38
  47. odoo/addons/account_payment_order/models/account_payment.py +18 -2
  48. odoo/addons/account_payment_order/models/account_payment_line.py +14 -12
  49. odoo/addons/account_payment_order/models/account_payment_order.py +27 -23
  50. odoo/addons/account_payment_order/models/res_bank.py +2 -2
  51. odoo/addons/account_payment_order/readme/CONFIGURE.md +2 -2
  52. odoo/addons/account_payment_order/readme/CONTRIBUTORS.md +27 -26
  53. odoo/addons/account_payment_order/readme/DESCRIPTION.md +1 -1
  54. odoo/addons/account_payment_order/readme/INSTALL.md +7 -7
  55. odoo/addons/account_payment_order/readme/USAGE.md +11 -11
  56. odoo/addons/account_payment_order/report/account_payment_order.py +2 -2
  57. odoo/addons/account_payment_order/report/account_payment_order.xml +37 -33
  58. odoo/addons/account_payment_order/report/print_account_payment_order.xml +0 -1
  59. odoo/addons/account_payment_order/security/payment_security.xml +2 -2
  60. odoo/addons/account_payment_order/static/description/index.html +5 -4
  61. odoo/addons/account_payment_order/tests/test_account_payment.py +2 -29
  62. odoo/addons/account_payment_order/tests/test_bank.py +2 -8
  63. odoo/addons/account_payment_order/tests/test_payment_mode.py +3 -6
  64. odoo/addons/account_payment_order/tests/test_payment_order_inbound.py +9 -28
  65. odoo/addons/account_payment_order/tests/test_payment_order_outbound.py +10 -17
  66. odoo/addons/account_payment_order/views/account_invoice_view.xml +5 -7
  67. odoo/addons/account_payment_order/views/account_move_line.xml +0 -13
  68. odoo/addons/account_payment_order/views/account_payment_line.xml +7 -17
  69. odoo/addons/account_payment_order/views/account_payment_method.xml +1 -1
  70. odoo/addons/account_payment_order/views/account_payment_order.xml +14 -19
  71. odoo/addons/account_payment_order/views/account_payment_views.xml +2 -2
  72. odoo/addons/account_payment_order/wizard/account_invoice_payment_line_multi_view.xml +1 -1
  73. odoo/addons/account_payment_order/wizard/account_payment_line_create.py +2 -6
  74. odoo/addons/account_payment_order/wizard/account_payment_line_create_view.xml +4 -8
  75. odoo/addons/account_payment_order/wizard/account_payment_update.py +0 -1
  76. odoo/addons/account_payment_order/wizard/account_payment_update_views.xml +0 -2
  77. {odoo_addon_account_payment_order-17.0.1.7.2.dist-info → odoo_addon_account_payment_order-18.0.1.0.0.4.dist-info}/METADATA +11 -10
  78. odoo_addon_account_payment_order-18.0.1.0.0.4.dist-info/RECORD +95 -0
  79. odoo/addons/account_payment_order/models/account_journal.py +0 -33
  80. odoo_addon_account_payment_order-17.0.1.7.2.dist-info/RECORD +0 -94
  81. {odoo_addon_account_payment_order-17.0.1.7.2.dist-info → odoo_addon_account_payment_order-18.0.1.0.0.4.dist-info}/WHEEL +0 -0
  82. {odoo_addon_account_payment_order-17.0.1.7.2.dist-info → odoo_addon_account_payment_order-18.0.1.0.0.4.dist-info}/top_level.txt +0 -0
@@ -21,8 +21,8 @@ msgstr ""
21
21
  #: code:addons/account_payment_order/models/account_move.py:0
22
22
  #, python-format
23
23
  msgid ""
24
- "%(count)d payment lines added to the existing draft payment order "
25
- "%(payorder_link)s."
24
+ "%(count)d payment lines added to the existing draft payment order <a href=# "
25
+ "data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
26
26
  msgstr ""
27
27
 
28
28
  #. module: account_payment_order
@@ -30,8 +30,9 @@ msgstr ""
30
30
  #: code:addons/account_payment_order/models/account_move.py:0
31
31
  #, python-format
32
32
  msgid ""
33
- "%(count)d payment lines added to the new draft payment order "
34
- "%(payorder_link)s, which has been automatically created."
33
+ "%(count)d payment lines added to the new draft payment order <a href=# data-"
34
+ "oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
35
+ "has been automatically created."
35
36
  msgstr ""
36
37
 
37
38
  #. module: account_payment_order
@@ -24,8 +24,8 @@ msgstr ""
24
24
  #: code:addons/account_payment_order/models/account_move.py:0
25
25
  #, python-format
26
26
  msgid ""
27
- "%(count)d payment lines added to the existing draft payment order "
28
- "%(payorder_link)s."
27
+ "%(count)d payment lines added to the existing draft payment order <a href=# "
28
+ "data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
29
29
  msgstr ""
30
30
 
31
31
  #. module: account_payment_order
@@ -33,8 +33,9 @@ msgstr ""
33
33
  #: code:addons/account_payment_order/models/account_move.py:0
34
34
  #, python-format
35
35
  msgid ""
36
- "%(count)d payment lines added to the new draft payment order "
37
- "%(payorder_link)s, which has been automatically created."
36
+ "%(count)d payment lines added to the new draft payment order <a href=# data-"
37
+ "oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
38
+ "has been automatically created."
38
39
  msgstr ""
39
40
 
40
41
  #. module: account_payment_order
@@ -24,8 +24,8 @@ msgstr ""
24
24
  #: code:addons/account_payment_order/models/account_move.py:0
25
25
  #, python-format
26
26
  msgid ""
27
- "%(count)d payment lines added to the existing draft payment order "
28
- "%(payorder_link)s."
27
+ "%(count)d payment lines added to the existing draft payment order <a href=# "
28
+ "data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
29
29
  msgstr ""
30
30
 
31
31
  #. module: account_payment_order
@@ -33,8 +33,9 @@ msgstr ""
33
33
  #: code:addons/account_payment_order/models/account_move.py:0
34
34
  #, python-format
35
35
  msgid ""
36
- "%(count)d payment lines added to the new draft payment order "
37
- "%(payorder_link)s, which has been automatically created."
36
+ "%(count)d payment lines added to the new draft payment order <a href=# data-"
37
+ "oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
38
+ "has been automatically created."
38
39
  msgstr ""
39
40
 
40
41
  #. module: account_payment_order
@@ -24,8 +24,8 @@ msgstr ""
24
24
  #: code:addons/account_payment_order/models/account_move.py:0
25
25
  #, python-format
26
26
  msgid ""
27
- "%(count)d payment lines added to the existing draft payment order "
28
- "%(payorder_link)s."
27
+ "%(count)d payment lines added to the existing draft payment order <a href=# "
28
+ "data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
29
29
  msgstr ""
30
30
 
31
31
  #. module: account_payment_order
@@ -33,8 +33,9 @@ msgstr ""
33
33
  #: code:addons/account_payment_order/models/account_move.py:0
34
34
  #, python-format
35
35
  msgid ""
36
- "%(count)d payment lines added to the new draft payment order "
37
- "%(payorder_link)s, which has been automatically created."
36
+ "%(count)d payment lines added to the new draft payment order <a href=# data-"
37
+ "oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
38
+ "has been automatically created."
38
39
  msgstr ""
39
40
 
40
41
  #. module: account_payment_order
@@ -24,8 +24,8 @@ msgstr ""
24
24
  #: code:addons/account_payment_order/models/account_move.py:0
25
25
  #, python-format
26
26
  msgid ""
27
- "%(count)d payment lines added to the existing draft payment order "
28
- "%(payorder_link)s."
27
+ "%(count)d payment lines added to the existing draft payment order <a href=# "
28
+ "data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
29
29
  msgstr ""
30
30
 
31
31
  #. module: account_payment_order
@@ -33,8 +33,9 @@ msgstr ""
33
33
  #: code:addons/account_payment_order/models/account_move.py:0
34
34
  #, python-format
35
35
  msgid ""
36
- "%(count)d payment lines added to the new draft payment order "
37
- "%(payorder_link)s, which has been automatically created."
36
+ "%(count)d payment lines added to the new draft payment order <a href=# data-"
37
+ "oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
38
+ "has been automatically created."
38
39
  msgstr ""
39
40
 
40
41
  #. module: account_payment_order
@@ -24,8 +24,8 @@ msgstr ""
24
24
  #: code:addons/account_payment_order/models/account_move.py:0
25
25
  #, python-format
26
26
  msgid ""
27
- "%(count)d payment lines added to the existing draft payment order "
28
- "%(payorder_link)s."
27
+ "%(count)d payment lines added to the existing draft payment order <a href=# "
28
+ "data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
29
29
  msgstr ""
30
30
 
31
31
  #. module: account_payment_order
@@ -33,8 +33,9 @@ msgstr ""
33
33
  #: code:addons/account_payment_order/models/account_move.py:0
34
34
  #, python-format
35
35
  msgid ""
36
- "%(count)d payment lines added to the new draft payment order "
37
- "%(payorder_link)s, which has been automatically created."
36
+ "%(count)d payment lines added to the new draft payment order <a href=# data-"
37
+ "oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
38
+ "has been automatically created."
38
39
  msgstr ""
39
40
 
40
41
  #. module: account_payment_order
@@ -23,8 +23,8 @@ msgstr ""
23
23
  #: code:addons/account_payment_order/models/account_move.py:0
24
24
  #, python-format
25
25
  msgid ""
26
- "%(count)d payment lines added to the existing draft payment order "
27
- "%(payorder_link)s."
26
+ "%(count)d payment lines added to the existing draft payment order <a href=# "
27
+ "data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
28
28
  msgstr ""
29
29
 
30
30
  #. module: account_payment_order
@@ -32,8 +32,9 @@ msgstr ""
32
32
  #: code:addons/account_payment_order/models/account_move.py:0
33
33
  #, python-format
34
34
  msgid ""
35
- "%(count)d payment lines added to the new draft payment order "
36
- "%(payorder_link)s, which has been automatically created."
35
+ "%(count)d payment lines added to the new draft payment order <a href=# data-"
36
+ "oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
37
+ "has been automatically created."
37
38
  msgstr ""
38
39
 
39
40
  #. module: account_payment_order
@@ -23,8 +23,8 @@ msgstr ""
23
23
  #: code:addons/account_payment_order/models/account_move.py:0
24
24
  #, python-format
25
25
  msgid ""
26
- "%(count)d payment lines added to the existing draft payment order "
27
- "%(payorder_link)s."
26
+ "%(count)d payment lines added to the existing draft payment order <a href=# "
27
+ "data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
28
28
  msgstr ""
29
29
 
30
30
  #. module: account_payment_order
@@ -32,8 +32,9 @@ msgstr ""
32
32
  #: code:addons/account_payment_order/models/account_move.py:0
33
33
  #, python-format
34
34
  msgid ""
35
- "%(count)d payment lines added to the new draft payment order "
36
- "%(payorder_link)s, which has been automatically created."
35
+ "%(count)d payment lines added to the new draft payment order <a href=# data-"
36
+ "oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
37
+ "has been automatically created."
37
38
  msgstr ""
38
39
 
39
40
  #. module: account_payment_order
@@ -9,37 +9,40 @@ msgstr ""
9
9
  "Project-Id-Version: Odoo Server 10.0c\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
11
  "POT-Creation-Date: 2016-09-10 16:15+0000\n"
12
- "PO-Revision-Date: 2023-06-29 12:08+0000\n"
13
- "Last-Translator: Rémi <remi@le-filament.com>\n"
12
+ "PO-Revision-Date: 2025-04-20 01:23+0000\n"
13
+ "Last-Translator: Romain BONNINGUE <bonninguer@gmail.com>\n"
14
14
  "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
15
15
  "Language: fr\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: \n"
19
19
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
20
- "X-Generator: Weblate 4.17\n"
20
+ "X-Generator: Weblate 5.10.4\n"
21
21
 
22
22
  #. module: account_payment_order
23
23
  #. odoo-python
24
24
  #: code:addons/account_payment_order/models/account_move.py:0
25
25
  #, python-format
26
26
  msgid ""
27
- "%(count)d payment lines added to the existing draft payment order "
28
- "%(payorder_link)s."
27
+ "%(count)d payment lines added to the existing draft payment order <a href=# "
28
+ "data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
29
29
  msgstr ""
30
30
  "%(count)d lignes de paiement ajoutées à l'ordre de paiement brouillon "
31
- "existant %(payorder_link)s."
31
+ "existant <a href=# data-oe-model=account.payment.order data-oe-"
32
+ "id=%(order_id)d>%(name)s</a>."
32
33
 
33
34
  #. module: account_payment_order
34
35
  #. odoo-python
35
36
  #: code:addons/account_payment_order/models/account_move.py:0
36
37
  #, python-format
37
38
  msgid ""
38
- "%(count)d payment lines added to the new draft payment order "
39
- "%(payorder_link)s, which has been automatically created."
39
+ "%(count)d payment lines added to the new draft payment order <a href=# data-"
40
+ "oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
41
+ "has been automatically created."
40
42
  msgstr ""
41
43
  "%(count)d lignes de paiement ajoutées au nouvel ordre de paiement en "
42
- "brouillon %(payorder_link)s, qui a été automatiquement créé."
44
+ "brouillon<a href=# data-oe-model=account.payment.order data-oe-"
45
+ "id=%(order_id)d>%(name)s</a>, qui a été automatiquement créé."
43
46
 
44
47
  #. module: account_payment_order
45
48
  #: model_terms:ir.ui.view,arch_db:account_payment_order.print_account_payment_order_document
@@ -221,7 +224,7 @@ msgstr "Compte bancaire requis"
221
224
  #. module: account_payment_order
222
225
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_line__partner_bank_acc_type
223
226
  msgid "Bank Account Type"
224
- msgstr ""
227
+ msgstr "Type de Compte bancaire"
225
228
 
226
229
  #. module: account_payment_order
227
230
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__journal_id
@@ -239,6 +242,7 @@ msgstr "Compte bancaire sur lequel nous devrions payer le fournisseur"
239
242
  msgid ""
240
243
  "Bank account type: Normal or IBAN. Inferred from the bank account number."
241
244
  msgstr ""
245
+ "Type de compte banque : normal ou IBAN. Déterminé par le numéro de compte."
242
246
 
243
247
  #. module: account_payment_order
244
248
  #: model:ir.model.fields.selection,name:account_payment_order.selection__account_payment_order__state__cancel
@@ -783,6 +787,9 @@ msgid ""
783
787
  "No Payment Line created for invoice %s because its payment mode is not "
784
788
  "intended for payment orders."
785
789
  msgstr ""
790
+ "Aucune ligne de paiement créée pour la facture %s parce que le mode de "
791
+ "paiement renseigné sur cette facture n'est pas prévu pour les ordres de "
792
+ "paiement."
786
793
 
787
794
  #. module: account_payment_order
788
795
  #. odoo-python
@@ -837,7 +844,7 @@ msgstr "Nombre d'erreurs"
837
844
  #. module: account_payment_order
838
845
  #: model:ir.model.fields,help:account_payment_order.field_account_payment_order__message_needaction_counter
839
846
  msgid "Number of messages requiring action"
840
- msgstr ""
847
+ msgstr "Nombre de message nécessitant une action"
841
848
 
842
849
  #. module: account_payment_order
843
850
  #: model:ir.model.fields,help:account_payment_order.field_account_payment_order__message_has_error_counter
@@ -924,12 +931,12 @@ msgstr "Ligne de paiement"
924
931
  #: model:ir.model.fields,field_description:account_payment_order.field_account_move__payment_line_count
925
932
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment__payment_line_count
926
933
  msgid "Payment Line Count"
927
- msgstr ""
934
+ msgstr "Nombre de lignes de paiement"
928
935
 
929
936
  #. module: account_payment_order
930
937
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment__payment_line_date
931
938
  msgid "Payment Line Date"
932
- msgstr ""
939
+ msgstr "Date de la ligne de paiement"
933
940
 
934
941
  #. module: account_payment_order
935
942
  #: model:ir.actions.act_window,name:account_payment_order.account_payment_line_action
@@ -982,7 +989,7 @@ msgstr "Ordre de paiement"
982
989
  #. module: account_payment_order
983
990
  #: model_terms:ir.ui.view,arch_db:account_payment_order.view_move_form
984
991
  msgid "Payment Order Lines"
985
- msgstr ""
992
+ msgstr "Lignes de l'ordre de paiement"
986
993
 
987
994
  #. module: account_payment_order
988
995
  #: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_line__payment_order_ok
@@ -994,7 +1001,7 @@ msgstr "Ordre de paiement Ok"
994
1001
  #. module: account_payment_order
995
1002
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment__order_state
996
1003
  msgid "Payment Order State"
997
- msgstr ""
1004
+ msgstr "Statut de l'ordre de paiement"
998
1005
 
999
1006
  #. module: account_payment_order
1000
1007
  #: model:ir.actions.act_window,name:account_payment_order.account_payment_order_outbound_action
@@ -1135,7 +1142,7 @@ msgstr ""
1135
1142
  #. module: account_payment_order
1136
1143
  #: model:ir.model.fields.selection,name:account_payment_order.selection__account_payment_line__communication_type__structured
1137
1144
  msgid "Structured"
1138
- msgstr ""
1145
+ msgstr "Structuré"
1139
1146
 
1140
1147
  #. module: account_payment_order
1141
1148
  #: model:ir.model.fields.selection,name:account_payment_order.selection__account_move__reference_type__structured
@@ -1170,6 +1177,8 @@ msgstr ""
1170
1177
  msgid ""
1171
1178
  "The invoice %(move)s is already added in the payment order(s) %(order)s."
1172
1179
  msgstr ""
1180
+ "La facture %(move)s a déjà été ajoutée à l'(aux) ordre(s) de paiement "
1181
+ "%(order)s."
1173
1182
 
1174
1183
  #. module: account_payment_order
1175
1184
  #. odoo-python
@@ -1286,7 +1295,7 @@ msgstr "Type de l'activité-alerte sur l'enregistrement."
1286
1295
  #: model_terms:ir.ui.view,arch_db:account_payment_order.view_account_payment_tree_payment_order
1287
1296
  #, python-format
1288
1297
  msgid "Update Payment Reference"
1289
- msgstr ""
1298
+ msgstr "Mettre à jour la référence de paiement"
1290
1299
 
1291
1300
  #. module: account_payment_order
1292
1301
  #: model_terms:ir.ui.view,arch_db:account_payment_order.print_account_payment_order_document
@@ -21,8 +21,8 @@ msgstr ""
21
21
  #: code:addons/account_payment_order/models/account_move.py:0
22
22
  #, python-format
23
23
  msgid ""
24
- "%(count)d payment lines added to the existing draft payment order "
25
- "%(payorder_link)s."
24
+ "%(count)d payment lines added to the existing draft payment order <a href=# "
25
+ "data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
26
26
  msgstr ""
27
27
 
28
28
  #. module: account_payment_order
@@ -30,8 +30,9 @@ msgstr ""
30
30
  #: code:addons/account_payment_order/models/account_move.py:0
31
31
  #, python-format
32
32
  msgid ""
33
- "%(count)d payment lines added to the new draft payment order "
34
- "%(payorder_link)s, which has been automatically created."
33
+ "%(count)d payment lines added to the new draft payment order <a href=# data-"
34
+ "oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
35
+ "has been automatically created."
35
36
  msgstr ""
36
37
 
37
38
  #. module: account_payment_order
@@ -23,8 +23,8 @@ msgstr ""
23
23
  #: code:addons/account_payment_order/models/account_move.py:0
24
24
  #, python-format
25
25
  msgid ""
26
- "%(count)d payment lines added to the existing draft payment order "
27
- "%(payorder_link)s."
26
+ "%(count)d payment lines added to the existing draft payment order <a href=# "
27
+ "data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
28
28
  msgstr ""
29
29
 
30
30
  #. module: account_payment_order
@@ -32,8 +32,9 @@ msgstr ""
32
32
  #: code:addons/account_payment_order/models/account_move.py:0
33
33
  #, python-format
34
34
  msgid ""
35
- "%(count)d payment lines added to the new draft payment order "
36
- "%(payorder_link)s, which has been automatically created."
35
+ "%(count)d payment lines added to the new draft payment order <a href=# data-"
36
+ "oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
37
+ "has been automatically created."
37
38
  msgstr ""
38
39
 
39
40
  #. module: account_payment_order
@@ -24,8 +24,8 @@ msgstr ""
24
24
  #: code:addons/account_payment_order/models/account_move.py:0
25
25
  #, python-format
26
26
  msgid ""
27
- "%(count)d payment lines added to the existing draft payment order "
28
- "%(payorder_link)s."
27
+ "%(count)d payment lines added to the existing draft payment order <a href=# "
28
+ "data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
29
29
  msgstr ""
30
30
 
31
31
  #. module: account_payment_order
@@ -33,8 +33,9 @@ msgstr ""
33
33
  #: code:addons/account_payment_order/models/account_move.py:0
34
34
  #, python-format
35
35
  msgid ""
36
- "%(count)d payment lines added to the new draft payment order "
37
- "%(payorder_link)s, which has been automatically created."
36
+ "%(count)d payment lines added to the new draft payment order <a href=# data-"
37
+ "oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
38
+ "has been automatically created."
38
39
  msgstr ""
39
40
 
40
41
  #. module: account_payment_order
@@ -24,22 +24,25 @@ msgstr ""
24
24
  #: code:addons/account_payment_order/models/account_move.py:0
25
25
  #, python-format
26
26
  msgid ""
27
- "%(count)d payment lines added to the existing draft payment order "
28
- "%(payorder_link)s."
27
+ "%(count)d payment lines added to the existing draft payment order <a href=# "
28
+ "data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
29
29
  msgstr ""
30
30
  "%(count)d righe di pagamento aggiunte all'ordine di pagamento esistente in "
31
- "bozza %(payorder_link)s."
31
+ "bozza <a href=# data-oe-model=account.payment.order data-oe-"
32
+ "id=%(order_id)d>%(name)s</a>."
32
33
 
33
34
  #. module: account_payment_order
34
35
  #. odoo-python
35
36
  #: code:addons/account_payment_order/models/account_move.py:0
36
37
  #, python-format
37
38
  msgid ""
38
- "%(count)d payment lines added to the new draft payment order "
39
- "%(payorder_link)s, which has been automatically created."
39
+ "%(count)d payment lines added to the new draft payment order <a href=# data-"
40
+ "oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
41
+ "has been automatically created."
40
42
  msgstr ""
41
43
  "%(count)d righe di pagamento aggiunte al nuovo ordine di pagamento in bozza "
42
- "%(payorder_link)s che è stato creato automaticamente."
44
+ "<a href=# data-oe-model=account.payment.order data-oe-"
45
+ "id=%(order_id)d>%(name)s</a> che è stato creato automaticamente."
43
46
 
44
47
  #. module: account_payment_order
45
48
  #: model_terms:ir.ui.view,arch_db:account_payment_order.print_account_payment_order_document
@@ -24,8 +24,8 @@ msgstr ""
24
24
  #: code:addons/account_payment_order/models/account_move.py:0
25
25
  #, python-format
26
26
  msgid ""
27
- "%(count)d payment lines added to the existing draft payment order "
28
- "%(payorder_link)s."
27
+ "%(count)d payment lines added to the existing draft payment order <a href=# "
28
+ "data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
29
29
  msgstr ""
30
30
 
31
31
  #. module: account_payment_order
@@ -33,8 +33,9 @@ msgstr ""
33
33
  #: code:addons/account_payment_order/models/account_move.py:0
34
34
  #, python-format
35
35
  msgid ""
36
- "%(count)d payment lines added to the new draft payment order "
37
- "%(payorder_link)s, which has been automatically created."
36
+ "%(count)d payment lines added to the new draft payment order <a href=# data-"
37
+ "oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
38
+ "has been automatically created."
38
39
  msgstr ""
39
40
 
40
41
  #. module: account_payment_order
@@ -24,8 +24,8 @@ msgstr ""
24
24
  #: code:addons/account_payment_order/models/account_move.py:0
25
25
  #, python-format
26
26
  msgid ""
27
- "%(count)d payment lines added to the existing draft payment order "
28
- "%(payorder_link)s."
27
+ "%(count)d payment lines added to the existing draft payment order <a href=# "
28
+ "data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
29
29
  msgstr ""
30
30
 
31
31
  #. module: account_payment_order
@@ -33,8 +33,9 @@ msgstr ""
33
33
  #: code:addons/account_payment_order/models/account_move.py:0
34
34
  #, python-format
35
35
  msgid ""
36
- "%(count)d payment lines added to the new draft payment order "
37
- "%(payorder_link)s, which has been automatically created."
36
+ "%(count)d payment lines added to the new draft payment order <a href=# data-"
37
+ "oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
38
+ "has been automatically created."
38
39
  msgstr ""
39
40
 
40
41
  #. module: account_payment_order
@@ -24,8 +24,8 @@ msgstr ""
24
24
  #: code:addons/account_payment_order/models/account_move.py:0
25
25
  #, python-format
26
26
  msgid ""
27
- "%(count)d payment lines added to the existing draft payment order "
28
- "%(payorder_link)s."
27
+ "%(count)d payment lines added to the existing draft payment order <a href=# "
28
+ "data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
29
29
  msgstr ""
30
30
 
31
31
  #. module: account_payment_order
@@ -33,8 +33,9 @@ msgstr ""
33
33
  #: code:addons/account_payment_order/models/account_move.py:0
34
34
  #, python-format
35
35
  msgid ""
36
- "%(count)d payment lines added to the new draft payment order "
37
- "%(payorder_link)s, which has been automatically created."
36
+ "%(count)d payment lines added to the new draft payment order <a href=# data-"
37
+ "oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
38
+ "has been automatically created."
38
39
  msgstr ""
39
40
 
40
41
  #. module: account_payment_order
@@ -24,8 +24,8 @@ msgstr ""
24
24
  #: code:addons/account_payment_order/models/account_move.py:0
25
25
  #, python-format
26
26
  msgid ""
27
- "%(count)d payment lines added to the existing draft payment order "
28
- "%(payorder_link)s."
27
+ "%(count)d payment lines added to the existing draft payment order <a href=# "
28
+ "data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
29
29
  msgstr ""
30
30
 
31
31
  #. module: account_payment_order
@@ -33,8 +33,9 @@ msgstr ""
33
33
  #: code:addons/account_payment_order/models/account_move.py:0
34
34
  #, python-format
35
35
  msgid ""
36
- "%(count)d payment lines added to the new draft payment order "
37
- "%(payorder_link)s, which has been automatically created."
36
+ "%(count)d payment lines added to the new draft payment order <a href=# data-"
37
+ "oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
38
+ "has been automatically created."
38
39
  msgstr ""
39
40
 
40
41
  #. module: account_payment_order
@@ -24,8 +24,8 @@ msgstr ""
24
24
  #: code:addons/account_payment_order/models/account_move.py:0
25
25
  #, python-format
26
26
  msgid ""
27
- "%(count)d payment lines added to the existing draft payment order "
28
- "%(payorder_link)s."
27
+ "%(count)d payment lines added to the existing draft payment order <a href=# "
28
+ "data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
29
29
  msgstr ""
30
30
 
31
31
  #. module: account_payment_order
@@ -33,8 +33,9 @@ msgstr ""
33
33
  #: code:addons/account_payment_order/models/account_move.py:0
34
34
  #, python-format
35
35
  msgid ""
36
- "%(count)d payment lines added to the new draft payment order "
37
- "%(payorder_link)s, which has been automatically created."
36
+ "%(count)d payment lines added to the new draft payment order <a href=# data-"
37
+ "oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
38
+ "has been automatically created."
38
39
  msgstr ""
39
40
 
40
41
  #. module: account_payment_order
@@ -24,8 +24,8 @@ msgstr ""
24
24
  #: code:addons/account_payment_order/models/account_move.py:0
25
25
  #, python-format
26
26
  msgid ""
27
- "%(count)d payment lines added to the existing draft payment order "
28
- "%(payorder_link)s."
27
+ "%(count)d payment lines added to the existing draft payment order <a href=# "
28
+ "data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
29
29
  msgstr ""
30
30
 
31
31
  #. module: account_payment_order
@@ -33,8 +33,9 @@ msgstr ""
33
33
  #: code:addons/account_payment_order/models/account_move.py:0
34
34
  #, python-format
35
35
  msgid ""
36
- "%(count)d payment lines added to the new draft payment order "
37
- "%(payorder_link)s, which has been automatically created."
36
+ "%(count)d payment lines added to the new draft payment order <a href=# data-"
37
+ "oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
38
+ "has been automatically created."
38
39
  msgstr ""
39
40
 
40
41
  #. module: account_payment_order
@@ -23,8 +23,8 @@ msgstr ""
23
23
  #: code:addons/account_payment_order/models/account_move.py:0
24
24
  #, python-format
25
25
  msgid ""
26
- "%(count)d payment lines added to the existing draft payment order "
27
- "%(payorder_link)s."
26
+ "%(count)d payment lines added to the existing draft payment order <a href=# "
27
+ "data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
28
28
  msgstr ""
29
29
 
30
30
  #. module: account_payment_order
@@ -32,8 +32,9 @@ msgstr ""
32
32
  #: code:addons/account_payment_order/models/account_move.py:0
33
33
  #, python-format
34
34
  msgid ""
35
- "%(count)d payment lines added to the new draft payment order "
36
- "%(payorder_link)s, which has been automatically created."
35
+ "%(count)d payment lines added to the new draft payment order <a href=# data-"
36
+ "oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
37
+ "has been automatically created."
37
38
  msgstr ""
38
39
 
39
40
  #. module: account_payment_order
@@ -24,8 +24,8 @@ msgstr ""
24
24
  #: code:addons/account_payment_order/models/account_move.py:0
25
25
  #, python-format
26
26
  msgid ""
27
- "%(count)d payment lines added to the existing draft payment order "
28
- "%(payorder_link)s."
27
+ "%(count)d payment lines added to the existing draft payment order <a href=# "
28
+ "data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
29
29
  msgstr ""
30
30
 
31
31
  #. module: account_payment_order
@@ -33,8 +33,9 @@ msgstr ""
33
33
  #: code:addons/account_payment_order/models/account_move.py:0
34
34
  #, python-format
35
35
  msgid ""
36
- "%(count)d payment lines added to the new draft payment order "
37
- "%(payorder_link)s, which has been automatically created."
36
+ "%(count)d payment lines added to the new draft payment order <a href=# data-"
37
+ "oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
38
+ "has been automatically created."
38
39
  msgstr ""
39
40
 
40
41
  #. module: account_payment_order