odoo-addon-account-payment-order 17.0.1.4.4__py3-none-any.whl → 17.0.1.5.0.1__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 (50) hide show
  1. odoo/addons/account_payment_order/README.rst +1 -1
  2. odoo/addons/account_payment_order/__manifest__.py +1 -1
  3. odoo/addons/account_payment_order/i18n/account_payment_order.pot +5 -0
  4. odoo/addons/account_payment_order/i18n/am.po +5 -0
  5. odoo/addons/account_payment_order/i18n/ar.po +5 -0
  6. odoo/addons/account_payment_order/i18n/ca.po +5 -0
  7. odoo/addons/account_payment_order/i18n/ca_ES.po +5 -0
  8. odoo/addons/account_payment_order/i18n/cs.po +5 -0
  9. odoo/addons/account_payment_order/i18n/da_DK.po +5 -0
  10. odoo/addons/account_payment_order/i18n/de.po +5 -0
  11. odoo/addons/account_payment_order/i18n/el_GR.po +5 -0
  12. odoo/addons/account_payment_order/i18n/es.po +5 -0
  13. odoo/addons/account_payment_order/i18n/es_AR.po +5 -0
  14. odoo/addons/account_payment_order/i18n/es_CL.po +5 -0
  15. odoo/addons/account_payment_order/i18n/es_CR.po +5 -0
  16. odoo/addons/account_payment_order/i18n/es_EC.po +5 -0
  17. odoo/addons/account_payment_order/i18n/es_ES.po +5 -0
  18. odoo/addons/account_payment_order/i18n/es_MX.po +5 -0
  19. odoo/addons/account_payment_order/i18n/es_VE.po +5 -0
  20. odoo/addons/account_payment_order/i18n/et.po +5 -0
  21. odoo/addons/account_payment_order/i18n/fi.po +5 -0
  22. odoo/addons/account_payment_order/i18n/fr.po +5 -0
  23. odoo/addons/account_payment_order/i18n/fr_FR.po +5 -0
  24. odoo/addons/account_payment_order/i18n/gl.po +5 -0
  25. odoo/addons/account_payment_order/i18n/hr.po +5 -0
  26. odoo/addons/account_payment_order/i18n/it.po +5 -0
  27. odoo/addons/account_payment_order/i18n/lt.po +5 -0
  28. odoo/addons/account_payment_order/i18n/nb_NO.po +5 -0
  29. odoo/addons/account_payment_order/i18n/nl.po +5 -0
  30. odoo/addons/account_payment_order/i18n/nl_BE.po +5 -0
  31. odoo/addons/account_payment_order/i18n/nl_NL.po +5 -0
  32. odoo/addons/account_payment_order/i18n/pl.po +5 -0
  33. odoo/addons/account_payment_order/i18n/pt.po +5 -0
  34. odoo/addons/account_payment_order/i18n/pt_BR.po +5 -0
  35. odoo/addons/account_payment_order/i18n/pt_PT.po +5 -0
  36. odoo/addons/account_payment_order/i18n/ro.po +5 -0
  37. odoo/addons/account_payment_order/i18n/ru.po +5 -0
  38. odoo/addons/account_payment_order/i18n/sl.po +5 -0
  39. odoo/addons/account_payment_order/i18n/sv.po +5 -0
  40. odoo/addons/account_payment_order/i18n/th.po +5 -0
  41. odoo/addons/account_payment_order/i18n/tr.po +5 -0
  42. odoo/addons/account_payment_order/i18n/vi.po +5 -0
  43. odoo/addons/account_payment_order/models/account_payment_line.py +5 -0
  44. odoo/addons/account_payment_order/static/description/index.html +1 -1
  45. odoo/addons/account_payment_order/tests/test_payment_order_outbound.py +22 -0
  46. odoo/addons/account_payment_order/views/account_payment_line.xml +9 -1
  47. {odoo_addon_account_payment_order-17.0.1.4.4.dist-info → odoo_addon_account_payment_order-17.0.1.5.0.1.dist-info}/METADATA +2 -2
  48. {odoo_addon_account_payment_order-17.0.1.4.4.dist-info → odoo_addon_account_payment_order-17.0.1.5.0.1.dist-info}/RECORD +50 -50
  49. {odoo_addon_account_payment_order-17.0.1.4.4.dist-info → odoo_addon_account_payment_order-17.0.1.5.0.1.dist-info}/WHEEL +0 -0
  50. {odoo_addon_account_payment_order-17.0.1.4.4.dist-info → odoo_addon_account_payment_order-17.0.1.5.0.1.dist-info}/top_level.txt +0 -0
@@ -7,7 +7,7 @@ Account Payment Order
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:196afa2e536865ee1643cc5d8f33a45696659a90d0bdd11ae3a6ab87a961bbd2
10
+ !! source digest: sha256:f2c7e805e2cc655f443fe0b29c8315f947f996ced26dfd005c441291b5e4a9c0
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
@@ -9,7 +9,7 @@
9
9
 
10
10
  {
11
11
  "name": "Account Payment Order",
12
- "version": "17.0.1.4.4",
12
+ "version": "17.0.1.5.0",
13
13
  "license": "AGPL-3",
14
14
  "author": "ACSONE SA/NV, "
15
15
  "Therp BV, "
@@ -1229,6 +1229,11 @@ msgstr ""
1229
1229
  msgid "Value Date"
1230
1230
  msgstr ""
1231
1231
 
1232
+ #. module: account_payment_order
1233
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1234
+ msgid "View"
1235
+ msgstr ""
1236
+
1232
1237
  #. module: account_payment_order
1233
1238
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1234
1239
  msgid "Website Messages"
@@ -1236,6 +1236,11 @@ msgstr ""
1236
1236
  msgid "Value Date"
1237
1237
  msgstr ""
1238
1238
 
1239
+ #. module: account_payment_order
1240
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1241
+ msgid "View"
1242
+ msgstr ""
1243
+
1239
1244
  #. module: account_payment_order
1240
1245
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1241
1246
  msgid "Website Messages"
@@ -1237,6 +1237,11 @@ msgstr ""
1237
1237
  msgid "Value Date"
1238
1238
  msgstr ""
1239
1239
 
1240
+ #. module: account_payment_order
1241
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1242
+ msgid "View"
1243
+ msgstr ""
1244
+
1240
1245
  #. module: account_payment_order
1241
1246
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1242
1247
  msgid "Website Messages"
@@ -1273,6 +1273,11 @@ msgstr ""
1273
1273
  msgid "Value Date"
1274
1274
  msgstr "Data de valor"
1275
1275
 
1276
+ #. module: account_payment_order
1277
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1278
+ msgid "View"
1279
+ msgstr ""
1280
+
1276
1281
  #. module: account_payment_order
1277
1282
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1278
1283
  msgid "Website Messages"
@@ -1232,6 +1232,11 @@ msgstr ""
1232
1232
  msgid "Value Date"
1233
1233
  msgstr ""
1234
1234
 
1235
+ #. module: account_payment_order
1236
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1237
+ msgid "View"
1238
+ msgstr ""
1239
+
1235
1240
  #. module: account_payment_order
1236
1241
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1237
1242
  msgid "Website Messages"
@@ -1236,6 +1236,11 @@ msgstr ""
1236
1236
  msgid "Value Date"
1237
1237
  msgstr ""
1238
1238
 
1239
+ #. module: account_payment_order
1240
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1241
+ msgid "View"
1242
+ msgstr ""
1243
+
1239
1244
  #. module: account_payment_order
1240
1245
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1241
1246
  msgid "Website Messages"
@@ -1242,6 +1242,11 @@ msgstr ""
1242
1242
  msgid "Value Date"
1243
1243
  msgstr ""
1244
1244
 
1245
+ #. module: account_payment_order
1246
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1247
+ msgid "View"
1248
+ msgstr ""
1249
+
1245
1250
  #. module: account_payment_order
1246
1251
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1247
1252
  msgid "Website Messages"
@@ -1242,6 +1242,11 @@ msgstr ""
1242
1242
  msgid "Value Date"
1243
1243
  msgstr "Wertstellungsdatum"
1244
1244
 
1245
+ #. module: account_payment_order
1246
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1247
+ msgid "View"
1248
+ msgstr ""
1249
+
1245
1250
  #. module: account_payment_order
1246
1251
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1247
1252
  msgid "Website Messages"
@@ -1238,6 +1238,11 @@ msgstr ""
1238
1238
  msgid "Value Date"
1239
1239
  msgstr ""
1240
1240
 
1241
+ #. module: account_payment_order
1242
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1243
+ msgid "View"
1244
+ msgstr ""
1245
+
1241
1246
  #. module: account_payment_order
1242
1247
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1243
1248
  msgid "Website Messages"
@@ -1297,6 +1297,11 @@ msgstr ""
1297
1297
  msgid "Value Date"
1298
1298
  msgstr "Fecha de Valor"
1299
1299
 
1300
+ #. module: account_payment_order
1301
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1302
+ msgid "View"
1303
+ msgstr ""
1304
+
1300
1305
  #. module: account_payment_order
1301
1306
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1302
1307
  msgid "Website Messages"
@@ -1269,6 +1269,11 @@ msgstr ""
1269
1269
  msgid "Value Date"
1270
1270
  msgstr "Fecha de Valor"
1271
1271
 
1272
+ #. module: account_payment_order
1273
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1274
+ msgid "View"
1275
+ msgstr ""
1276
+
1272
1277
  #. module: account_payment_order
1273
1278
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1274
1279
  msgid "Website Messages"
@@ -1269,6 +1269,11 @@ msgstr ""
1269
1269
  msgid "Value Date"
1270
1270
  msgstr "Fecha valor"
1271
1271
 
1272
+ #. module: account_payment_order
1273
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1274
+ msgid "View"
1275
+ msgstr ""
1276
+
1272
1277
  #. module: account_payment_order
1273
1278
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1274
1279
  msgid "Website Messages"
@@ -1237,6 +1237,11 @@ msgstr ""
1237
1237
  msgid "Value Date"
1238
1238
  msgstr ""
1239
1239
 
1240
+ #. module: account_payment_order
1241
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1242
+ msgid "View"
1243
+ msgstr ""
1244
+
1240
1245
  #. module: account_payment_order
1241
1246
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1242
1247
  msgid "Website Messages"
@@ -1237,6 +1237,11 @@ msgstr ""
1237
1237
  msgid "Value Date"
1238
1238
  msgstr ""
1239
1239
 
1240
+ #. module: account_payment_order
1241
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1242
+ msgid "View"
1243
+ msgstr ""
1244
+
1240
1245
  #. module: account_payment_order
1241
1246
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1242
1247
  msgid "Website Messages"
@@ -1237,6 +1237,11 @@ msgstr ""
1237
1237
  msgid "Value Date"
1238
1238
  msgstr ""
1239
1239
 
1240
+ #. module: account_payment_order
1241
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1242
+ msgid "View"
1243
+ msgstr ""
1244
+
1240
1245
  #. module: account_payment_order
1241
1246
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1242
1247
  msgid "Website Messages"
@@ -1237,6 +1237,11 @@ msgstr ""
1237
1237
  msgid "Value Date"
1238
1238
  msgstr ""
1239
1239
 
1240
+ #. module: account_payment_order
1241
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1242
+ msgid "View"
1243
+ msgstr ""
1244
+
1240
1245
  #. module: account_payment_order
1241
1246
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1242
1247
  msgid "Website Messages"
@@ -1237,6 +1237,11 @@ msgstr ""
1237
1237
  msgid "Value Date"
1238
1238
  msgstr ""
1239
1239
 
1240
+ #. module: account_payment_order
1241
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1242
+ msgid "View"
1243
+ msgstr ""
1244
+
1240
1245
  #. module: account_payment_order
1241
1246
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1242
1247
  msgid "Website Messages"
@@ -1236,6 +1236,11 @@ msgstr ""
1236
1236
  msgid "Value Date"
1237
1237
  msgstr ""
1238
1238
 
1239
+ #. module: account_payment_order
1240
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1241
+ msgid "View"
1242
+ msgstr ""
1243
+
1239
1244
  #. module: account_payment_order
1240
1245
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1241
1246
  msgid "Website Messages"
@@ -1236,6 +1236,11 @@ msgstr ""
1236
1236
  msgid "Value Date"
1237
1237
  msgstr ""
1238
1238
 
1239
+ #. module: account_payment_order
1240
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1241
+ msgid "View"
1242
+ msgstr ""
1243
+
1239
1244
  #. module: account_payment_order
1240
1245
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1241
1246
  msgid "Website Messages"
@@ -1296,6 +1296,11 @@ msgstr ""
1296
1296
  msgid "Value Date"
1297
1297
  msgstr "Date de Valeur"
1298
1298
 
1299
+ #. module: account_payment_order
1300
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1301
+ msgid "View"
1302
+ msgstr ""
1303
+
1299
1304
  #. module: account_payment_order
1300
1305
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1301
1306
  msgid "Website Messages"
@@ -1272,6 +1272,11 @@ msgstr ""
1272
1272
  msgid "Value Date"
1273
1273
  msgstr "Date de valeur"
1274
1274
 
1275
+ #. module: account_payment_order
1276
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1277
+ msgid "View"
1278
+ msgstr ""
1279
+
1275
1280
  #. module: account_payment_order
1276
1281
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1277
1282
  msgid "Website Messages"
@@ -1236,6 +1236,11 @@ msgstr ""
1236
1236
  msgid "Value Date"
1237
1237
  msgstr ""
1238
1238
 
1239
+ #. module: account_payment_order
1240
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1241
+ msgid "View"
1242
+ msgstr ""
1243
+
1239
1244
  #. module: account_payment_order
1240
1245
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1241
1246
  msgid "Website Messages"
@@ -1246,6 +1246,11 @@ msgstr ""
1246
1246
  msgid "Value Date"
1247
1247
  msgstr ""
1248
1248
 
1249
+ #. module: account_payment_order
1250
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1251
+ msgid "View"
1252
+ msgstr ""
1253
+
1249
1254
  #. module: account_payment_order
1250
1255
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1251
1256
  msgid "Website Messages"
@@ -1301,6 +1301,11 @@ msgstr "Aggiorna riferimento pagamento"
1301
1301
  msgid "Value Date"
1302
1302
  msgstr "Data valore"
1303
1303
 
1304
+ #. module: account_payment_order
1305
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1306
+ msgid "View"
1307
+ msgstr ""
1308
+
1304
1309
  #. module: account_payment_order
1305
1310
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1306
1311
  msgid "Website Messages"
@@ -1237,6 +1237,11 @@ msgstr ""
1237
1237
  msgid "Value Date"
1238
1238
  msgstr ""
1239
1239
 
1240
+ #. module: account_payment_order
1241
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1242
+ msgid "View"
1243
+ msgstr ""
1244
+
1240
1245
  #. module: account_payment_order
1241
1246
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1242
1247
  msgid "Website Messages"
@@ -1253,6 +1253,11 @@ msgstr ""
1253
1253
  msgid "Value Date"
1254
1254
  msgstr ""
1255
1255
 
1256
+ #. module: account_payment_order
1257
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1258
+ msgid "View"
1259
+ msgstr ""
1260
+
1256
1261
  #. module: account_payment_order
1257
1262
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1258
1263
  msgid "Website Messages"
@@ -1267,6 +1267,11 @@ msgstr ""
1267
1267
  msgid "Value Date"
1268
1268
  msgstr ""
1269
1269
 
1270
+ #. module: account_payment_order
1271
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1272
+ msgid "View"
1273
+ msgstr ""
1274
+
1270
1275
  #. module: account_payment_order
1271
1276
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1272
1277
  msgid "Website Messages"
@@ -1237,6 +1237,11 @@ msgstr ""
1237
1237
  msgid "Value Date"
1238
1238
  msgstr ""
1239
1239
 
1240
+ #. module: account_payment_order
1241
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1242
+ msgid "View"
1243
+ msgstr ""
1244
+
1240
1245
  #. module: account_payment_order
1241
1246
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1242
1247
  msgid "Website Messages"
@@ -1238,6 +1238,11 @@ msgstr ""
1238
1238
  msgid "Value Date"
1239
1239
  msgstr ""
1240
1240
 
1241
+ #. module: account_payment_order
1242
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1243
+ msgid "View"
1244
+ msgstr ""
1245
+
1241
1246
  #. module: account_payment_order
1242
1247
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1243
1248
  msgid "Website Messages"
@@ -1237,6 +1237,11 @@ msgstr ""
1237
1237
  msgid "Value Date"
1238
1238
  msgstr ""
1239
1239
 
1240
+ #. module: account_payment_order
1241
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1242
+ msgid "View"
1243
+ msgstr ""
1244
+
1240
1245
  #. module: account_payment_order
1241
1246
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1242
1247
  msgid "Website Messages"
@@ -1236,6 +1236,11 @@ msgstr ""
1236
1236
  msgid "Value Date"
1237
1237
  msgstr ""
1238
1238
 
1239
+ #. module: account_payment_order
1240
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1241
+ msgid "View"
1242
+ msgstr ""
1243
+
1239
1244
  #. module: account_payment_order
1240
1245
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1241
1246
  msgid "Website Messages"
@@ -1247,6 +1247,11 @@ msgstr ""
1247
1247
  msgid "Value Date"
1248
1248
  msgstr ""
1249
1249
 
1250
+ #. module: account_payment_order
1251
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1252
+ msgid "View"
1253
+ msgstr ""
1254
+
1250
1255
  #. module: account_payment_order
1251
1256
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1252
1257
  msgid "Website Messages"
@@ -1237,6 +1237,11 @@ msgstr ""
1237
1237
  msgid "Value Date"
1238
1238
  msgstr ""
1239
1239
 
1240
+ #. module: account_payment_order
1241
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1242
+ msgid "View"
1243
+ msgstr ""
1244
+
1240
1245
  #. module: account_payment_order
1241
1246
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1242
1247
  msgid "Website Messages"
@@ -1237,6 +1237,11 @@ msgstr ""
1237
1237
  msgid "Value Date"
1238
1238
  msgstr ""
1239
1239
 
1240
+ #. module: account_payment_order
1241
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1242
+ msgid "View"
1243
+ msgstr ""
1244
+
1240
1245
  #. module: account_payment_order
1241
1246
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1242
1247
  msgid "Website Messages"
@@ -1238,6 +1238,11 @@ msgstr ""
1238
1238
  msgid "Value Date"
1239
1239
  msgstr ""
1240
1240
 
1241
+ #. module: account_payment_order
1242
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1243
+ msgid "View"
1244
+ msgstr ""
1245
+
1241
1246
  #. module: account_payment_order
1242
1247
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1243
1248
  msgid "Website Messages"
@@ -1248,6 +1248,11 @@ msgstr ""
1248
1248
  msgid "Value Date"
1249
1249
  msgstr ""
1250
1250
 
1251
+ #. module: account_payment_order
1252
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1253
+ msgid "View"
1254
+ msgstr ""
1255
+
1251
1256
  #. module: account_payment_order
1252
1257
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1253
1258
  msgid "Website Messages"
@@ -1290,6 +1290,11 @@ msgstr ""
1290
1290
  msgid "Value Date"
1291
1291
  msgstr "Datum för värde"
1292
1292
 
1293
+ #. module: account_payment_order
1294
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1295
+ msgid "View"
1296
+ msgstr ""
1297
+
1293
1298
  #. module: account_payment_order
1294
1299
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1295
1300
  msgid "Website Messages"
@@ -1236,6 +1236,11 @@ msgstr ""
1236
1236
  msgid "Value Date"
1237
1237
  msgstr ""
1238
1238
 
1239
+ #. module: account_payment_order
1240
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1241
+ msgid "View"
1242
+ msgstr ""
1243
+
1239
1244
  #. module: account_payment_order
1240
1245
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1241
1246
  msgid "Website Messages"
@@ -1236,6 +1236,11 @@ msgstr ""
1236
1236
  msgid "Value Date"
1237
1237
  msgstr ""
1238
1238
 
1239
+ #. module: account_payment_order
1240
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1241
+ msgid "View"
1242
+ msgstr ""
1243
+
1239
1244
  #. module: account_payment_order
1240
1245
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1241
1246
  msgid "Website Messages"
@@ -1236,6 +1236,11 @@ msgstr ""
1236
1236
  msgid "Value Date"
1237
1237
  msgstr ""
1238
1238
 
1239
+ #. module: account_payment_order
1240
+ #: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
1241
+ msgid "View"
1242
+ msgstr ""
1243
+
1239
1244
  #. module: account_payment_order
1240
1245
  #: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__website_message_ids
1241
1246
  msgid "Website Messages"
@@ -237,3 +237,8 @@ class AccountPaymentLine(models.Model):
237
237
  "destination_account_id"
238
238
  ] = self.partner_id.property_account_payable_id.id
239
239
  return vals
240
+
241
+ def action_open_business_doc(self):
242
+ if not self.move_line_id:
243
+ return False
244
+ return self.move_line_id.action_open_business_doc()
@@ -367,7 +367,7 @@ ul.auto-toc {
367
367
  !! This file is generated by oca-gen-addon-readme !!
368
368
  !! changes will be overwritten. !!
369
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:196afa2e536865ee1643cc5d8f33a45696659a90d0bdd11ae3a6ab87a961bbd2
370
+ !! source digest: sha256:f2c7e805e2cc655f443fe0b29c8315f947f996ced26dfd005c441291b5e4a9c0
371
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
  <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/bank-payment/tree/17.0/account_payment_order"><img alt="OCA/bank-payment" src="https://img.shields.io/badge/github-OCA%2Fbank--payment-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/bank-payment-17-0/bank-payment-17-0-account_payment_order"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/bank-payment&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373
373
  <p>This module adds support for payment orders and debit orders.</p>
@@ -463,3 +463,25 @@ class TestPaymentOrderOutbound(TestPaymentOrderOutboundBase):
463
463
  self.assertEqual(len(payment_order.payment_line_ids), 1)
464
464
 
465
465
  self.assertEqual("F1242 R1234", payment_order.payment_line_ids.communication)
466
+
467
+ def test_action_open_business_document(self):
468
+ # Open invoice
469
+ self.invoice.action_post()
470
+ # Add to payment order using the wizard
471
+ self.env["account.invoice.payment.line.multi"].with_context(
472
+ active_model="account.move", active_ids=self.invoice.ids
473
+ ).create({}).run()
474
+ order = self.env["account.payment.order"].search(self.domain)
475
+ # Create payment line without move line
476
+ vals = {
477
+ "order_id": order.id,
478
+ "partner_id": self.partner.id,
479
+ "currency_id": order.payment_mode_id.company_id.currency_id.id,
480
+ "amount_currency": 200.38,
481
+ }
482
+ self.env["account.payment.line"].create(vals)
483
+ invoice_action = order.payment_line_ids[0].action_open_business_doc()
484
+ self.assertEqual(invoice_action["res_model"], "account.move")
485
+ self.assertEqual(invoice_action["res_id"], self.invoice.id)
486
+ manual_line_action = order.payment_line_ids[1].action_open_business_doc()
487
+ self.assertFalse(manual_line_action)
@@ -18,7 +18,8 @@
18
18
  name="move_line_id"
19
19
  domain="[('reconciled','=', False), ('account_id.reconcile', '=', True)] "
20
20
  />
21
- <!-- we removed the filter on amount_to_pay, because we want to be able to select refunds -->
21
+ <!-- we removed the filter on amount_to_pay, because we want to be able to
22
+ select refunds -->
22
23
  <field name="date" readonly="1" force_save="1" />
23
24
  <field name="ml_maturity_date" readonly="1" />
24
25
  <field name="amount_currency" />
@@ -93,6 +94,13 @@
93
94
  invisible="1"
94
95
  />
95
96
  <field name="payment_type" invisible="1" />
97
+ <button
98
+ name="action_open_business_doc"
99
+ type="object"
100
+ string="View"
101
+ class="btn btn-secondary"
102
+ invisible="not move_line_id"
103
+ />
96
104
  </tree>
97
105
  </field>
98
106
  </record>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-account_payment_order
3
- Version: 17.0.1.4.4
3
+ Version: 17.0.1.5.0.1
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo-addon-account_payment_partner>=17.0dev,<17.1dev
6
6
  Requires-Dist: odoo>=17.0a,<17.1dev
@@ -24,7 +24,7 @@ Account Payment Order
24
24
  !! This file is generated by oca-gen-addon-readme !!
25
25
  !! changes will be overwritten. !!
26
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
- !! source digest: sha256:196afa2e536865ee1643cc5d8f33a45696659a90d0bdd11ae3a6ab87a961bbd2
27
+ !! source digest: sha256:f2c7e805e2cc655f443fe0b29c8315f947f996ced26dfd005c441291b5e4a9c0
28
28
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
29
29
 
30
30
  .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
@@ -1,55 +1,55 @@
1
- odoo/addons/account_payment_order/README.rst,sha256=R4a2L-ynx4adGQQvsmL1_POqdwyhVZZfni773WRm3Pg,4680
1
+ odoo/addons/account_payment_order/README.rst,sha256=okamCP3LXRkKIluCz0bXZTh1-kj31qNIsWK05Uz7MIE,4680
2
2
  odoo/addons/account_payment_order/__init__.py,sha256=HVXFv0Gbl3gl3fcRBZhi3rlZgriQVo_8LiEgUjtkcFs,96
3
- odoo/addons/account_payment_order/__manifest__.py,sha256=Ud1P4mIdSd8UnMthnqMHi4Aypsg3jykDWnX7ZXioHmw,1606
3
+ odoo/addons/account_payment_order/__manifest__.py,sha256=L9bPUwvqHigY9-ezVxYO6n0OJUi1uUaNWX3QP4meYfA,1606
4
4
  odoo/addons/account_payment_order/hooks.py,sha256=XQDHFvlq4pQCJoEM6sY01Vh6kOgG6JFP3DPNPliyntA,667
5
5
  odoo/addons/account_payment_order/data/payment_seq.xml,sha256=EKeoSUKlM3TH7vljq7tj6XvPJMMQu8IMtwKC_LM4C4A,864
6
6
  odoo/addons/account_payment_order/demo/payment_demo.xml,sha256=-qNu7yLwK9I80Ol6YfwoccqpSsCHx2kSumcp2WlgsxU,1412
7
- odoo/addons/account_payment_order/i18n/account_payment_order.pot,sha256=t3iVWo84OUtzwJQBetTmHSVWNuB-HkJafvndhdFkPIA,49873
8
- odoo/addons/account_payment_order/i18n/am.po,sha256=7Nt0ZReGn2HYV7FU02TWdbZjl55IO7jojmik7kc1KDA,50260
9
- odoo/addons/account_payment_order/i18n/ar.po,sha256=ghsRfpIEEExYgvbvVRIbUZuKj5vz1gFA01npB6aK9s8,50276
10
- odoo/addons/account_payment_order/i18n/ca.po,sha256=8JjMx6CAqYw3cTRCK99zXRk4jW1g41tFaiUdvCEqOvQ,64354
11
- odoo/addons/account_payment_order/i18n/ca_ES.po,sha256=gNJyxf6EEyCYaEMF8nVWs8_bXpd3yyNvAzFRp1RXXrI,49952
12
- odoo/addons/account_payment_order/i18n/cs.po,sha256=ExZl1x7PZ71UNbgM9ITLKqrvTbxdsTb5uGV5SjpVYX0,50213
13
- odoo/addons/account_payment_order/i18n/da_DK.po,sha256=KNhKgvv8ElejzrYKYMRUB-9GtdtMMfDKLp6UnPHVYsw,50829
14
- odoo/addons/account_payment_order/i18n/de.po,sha256=6j1BqoJ98ezSirComRyvgjY26K0TowmI_ILl5YoccSc,55282
15
- odoo/addons/account_payment_order/i18n/el_GR.po,sha256=YjzDmEuyFp3NemzNmXN62oMubYDXZkMKwh0Q0XGKjSE,50450
16
- odoo/addons/account_payment_order/i18n/es.po,sha256=IODI53pl7_5s52_8k0tswzFybzjuucwgCTIIuN3oy4Q,58403
17
- odoo/addons/account_payment_order/i18n/es_AR.po,sha256=Vh8S7tWlYZ9DVNW-H4RyIXwDsTlpUMBe6xtQHq3P-Ys,63432
18
- odoo/addons/account_payment_order/i18n/es_CL.po,sha256=I5KUOmCkcKvKg_HBYlFFOvVftZefMKAuKBHs9Vq9CKs,63615
19
- odoo/addons/account_payment_order/i18n/es_CR.po,sha256=OmSt0bjXKnQJRPmA2-5d5_TQ0CEvIVGsg8kSvFH_BUw,50211
20
- odoo/addons/account_payment_order/i18n/es_EC.po,sha256=KsPhevZEenZiSH78BEaiz86eP3lqaSBSELDUp1SB6f8,50208
21
- odoo/addons/account_payment_order/i18n/es_ES.po,sha256=cE0UoNoda_q7xBniTBKpUoiZ_Pbqi8ldzwSL-jYdBg4,50278
22
- odoo/addons/account_payment_order/i18n/es_MX.po,sha256=d4gYSia0r5DVMDY5kbgHvRyD0uPdHmUpatZDXGw8vBM,50207
23
- odoo/addons/account_payment_order/i18n/es_VE.po,sha256=25tdFbtC9j_3JBCEHKW2PkBKZnPX_rZ0gxMCXciNM5I,50210
24
- odoo/addons/account_payment_order/i18n/et.po,sha256=WffjS5hlnEBpaRm1xqvbQ1C1RWGC5xXvZaqX-FTu0t8,50187
25
- odoo/addons/account_payment_order/i18n/fi.po,sha256=SE9Y_Pmq-JodrGAV6Axectyz3TwextqvH9w9kdwiaSg,50314
26
- odoo/addons/account_payment_order/i18n/fr.po,sha256=GRQ6RWZSkSWdM8UPlvgHCyV5lhbooKSVuaYiN0qLC9w,66786
27
- odoo/addons/account_payment_order/i18n/fr_FR.po,sha256=ixFjPO36pgj8ShtkmrCOs8A3u6HgQ0qUKLVop6DyZ50,63608
28
- odoo/addons/account_payment_order/i18n/gl.po,sha256=N4wtN9W_J8SWBzzEudXJXFj2-4vKWKUi2wyWhnWtyps,50262
29
- odoo/addons/account_payment_order/i18n/hr.po,sha256=RzIbz064WTf79DjoLqR3zKYdAlIPzQ55VQ4W8UgAiCk,50958
30
- odoo/addons/account_payment_order/i18n/it.po,sha256=Znb3j7qlxe-nJA606PABGuzUCOmjjkg4e52SvwhqRck,58877
31
- odoo/addons/account_payment_order/i18n/lt.po,sha256=TtMwvY5mfF96o4ETfyJj5UlIQY9wzmKROrY-YjAKfQ0,50259
32
- odoo/addons/account_payment_order/i18n/nb_NO.po,sha256=ajmTZJwDZZvk8j8YjIb1tnI8r9gcY7mpnUvpR6zzyzM,52111
33
- odoo/addons/account_payment_order/i18n/nl.po,sha256=QGgLISa__5aj8ahTPSF4EhGE7EsBKlFhKcJ9AH54rAc,57597
34
- odoo/addons/account_payment_order/i18n/nl_BE.po,sha256=ndJd90iKGh_-N1k7_ohBiJ8-vx6oUssjE6LLy4cNzhw,50207
35
- odoo/addons/account_payment_order/i18n/nl_NL.po,sha256=eaJr_t7myvhUrNalwvXG_rlkjwvWgIbU5fWaa0wsbRs,50252
36
- odoo/addons/account_payment_order/i18n/pl.po,sha256=wiZag1unw1QNgTlznArwhZbI9PZSFan_My8m39qLsJ4,50247
37
- odoo/addons/account_payment_order/i18n/pt.po,sha256=eDSZo8w1Y51kMEmJ5ElaI78p94vFfIJnao1UmqtLxC4,50274
38
- odoo/addons/account_payment_order/i18n/pt_BR.po,sha256=0ozhDAuITNi3keUyz4K-k5y0fbn0RXYwwNmjvJyCGBU,51622
39
- odoo/addons/account_payment_order/i18n/pt_PT.po,sha256=qX-2l9j9EF_U2eBfvNd6r441LsFZu1j9PdhT4qrftBY,50308
40
- odoo/addons/account_payment_order/i18n/ro.po,sha256=UwBUK6oF2pkgWfJlgX9bzUNk392VLKw7mdSkWqARRTg,50234
41
- odoo/addons/account_payment_order/i18n/ru.po,sha256=jq9RpUoot9n8KS7XyAMZ68kbzO40cd1t_wrZhxiqFW0,50341
42
- odoo/addons/account_payment_order/i18n/sl.po,sha256=v_AiEQ1zsmJf_zY2TVCiRn_h6FfZ20Nda6bsD3cSfh0,51659
43
- odoo/addons/account_payment_order/i18n/sv.po,sha256=MOUK53gT520GlmFLZqIHk6FsDX8lvK5qt1PF2CdPgrQ,59191
44
- odoo/addons/account_payment_order/i18n/th.po,sha256=Pqmy5pk02sQQGwxR26Wa7fqfOb8pZzo9cXcqHyl1kT8,50189
45
- odoo/addons/account_payment_order/i18n/tr.po,sha256=5sOMjnN80QYdNjXhJdMjhKap8IOIE2KAjeT2k8QRV2U,50242
46
- odoo/addons/account_payment_order/i18n/vi.po,sha256=HuyOn4DLSF36OtsXAclkg9sb0Sb0PJSBuuQUScPeB8A,50187
7
+ odoo/addons/account_payment_order/i18n/account_payment_order.pot,sha256=FYwH0LrlyeD_6dVgzmyQL5r9zf1k77RGcxPD-pVXCEY,50012
8
+ odoo/addons/account_payment_order/i18n/am.po,sha256=s1lVHMJX43lpVmXFOxxjENTpkFzJ5s8ZeqknrrItDlQ,50399
9
+ odoo/addons/account_payment_order/i18n/ar.po,sha256=JDOG_SMuf-D-9OFAuL29Xfa4hYNR7cbf_ElWQId-Qto,50415
10
+ odoo/addons/account_payment_order/i18n/ca.po,sha256=Zozzq5_mi0jpO6rXSw4W0snnDbFSonsAwuGzmPJ-_8A,64493
11
+ odoo/addons/account_payment_order/i18n/ca_ES.po,sha256=8UJmCNSAmSoArPxTWYePY8t0ZAjAqSu7SnypTRy8Re4,50091
12
+ odoo/addons/account_payment_order/i18n/cs.po,sha256=3BNQrpPE55jV0lvobsw-xl3DI4Z4a_kYt7-Hxz8thfo,50352
13
+ odoo/addons/account_payment_order/i18n/da_DK.po,sha256=fZMQO34rO1X3pqfRKtF5-1_r4j7QqvRL7pOK4JId-kg,50968
14
+ odoo/addons/account_payment_order/i18n/de.po,sha256=U5Zy7HXXWCffKJ7vtrMtRV5Zgmo3VZjJzupNaFCIPBg,55421
15
+ odoo/addons/account_payment_order/i18n/el_GR.po,sha256=UKJSRd4n27lkNaZpU7MSHRWdceEqOngE8B8ot_g9Di0,50589
16
+ odoo/addons/account_payment_order/i18n/es.po,sha256=9YfokYVG_Nxz4DPpn3nPHk-QwyruWOhOC47WJrqjZM4,58542
17
+ odoo/addons/account_payment_order/i18n/es_AR.po,sha256=jpjyHJro0YmnKDY92qvd_FI5cSzQRdryKIanG_Cy-wU,63571
18
+ odoo/addons/account_payment_order/i18n/es_CL.po,sha256=DUeOHKDsr1_pT0bV8_PsbyYe8qDBR9YFkhbq9XKTRBA,63754
19
+ odoo/addons/account_payment_order/i18n/es_CR.po,sha256=iJpyrrTO76_i1ygq3gnEzJdIllwzlZb4K7biNdpN5ek,50350
20
+ odoo/addons/account_payment_order/i18n/es_EC.po,sha256=kCYpBE-rJOgaJ8t6HykFDJamb9B8eoZpE3_1lh0jVP8,50347
21
+ odoo/addons/account_payment_order/i18n/es_ES.po,sha256=4zomNfFXaWHqq5OmvFCNbznEJVLBvnV9rAP9eWXqa-A,50417
22
+ odoo/addons/account_payment_order/i18n/es_MX.po,sha256=ZVV2hmOyHXnbkxXX1UYT6ngpDH1PC_rsAXryJFdyIiw,50346
23
+ odoo/addons/account_payment_order/i18n/es_VE.po,sha256=AoFEAujr2Ki95gMVWLCvCyvNCmH0wpqowPodTAy_ixI,50349
24
+ odoo/addons/account_payment_order/i18n/et.po,sha256=6cFIwUZJyc7z53hgfyXIrIByalPjxt1TfbsROyMaR4Y,50326
25
+ odoo/addons/account_payment_order/i18n/fi.po,sha256=UZ9E9JOj7VQtPJjb0JKg2_xzDiQ1NGQGuFaAN2CFLLg,50453
26
+ odoo/addons/account_payment_order/i18n/fr.po,sha256=2m7kVD-WeiQX1kCk7vLNagP4MfmVDCO2A-KXOcnl0mM,66925
27
+ odoo/addons/account_payment_order/i18n/fr_FR.po,sha256=aFmwZui1Ih7bhn-mEYqtUlCg5mdusv9hdF82pCVhkzw,63747
28
+ odoo/addons/account_payment_order/i18n/gl.po,sha256=BUF5snzHLeyoCiY-bH4CQwGsEezhJvXD3dBEQ5ffCtE,50401
29
+ odoo/addons/account_payment_order/i18n/hr.po,sha256=HXHwmXZ70Fxcg41F9yOHz_DUJqnp-Yr7mBoDIaEQ0Ms,51097
30
+ odoo/addons/account_payment_order/i18n/it.po,sha256=N-U71WoeDJ0Cp7g4Tbilx_U7lGUsI5_h5CLLaYTislQ,59016
31
+ odoo/addons/account_payment_order/i18n/lt.po,sha256=i_3y8Z4XGrMLLQP5xaMHbHtG7Hg58JyP97i8tqroOb0,50398
32
+ odoo/addons/account_payment_order/i18n/nb_NO.po,sha256=oYIB1kBoTHLDffKu-PcfF2pBUGrxaaCsihI-bOzxFrM,52250
33
+ odoo/addons/account_payment_order/i18n/nl.po,sha256=D2BVpsfm_wmgCCZIUiyJNn7-pEKZXPoegKi7-CEUhuU,57736
34
+ odoo/addons/account_payment_order/i18n/nl_BE.po,sha256=MphAZSpHL6CK2zEa_ptodPAWq_aXWLxdTMyoP0TdAJI,50346
35
+ odoo/addons/account_payment_order/i18n/nl_NL.po,sha256=mMMKdbyj2QDu3MGVEagyZ-W7LeVpInOkTWVARr-oBPc,50391
36
+ odoo/addons/account_payment_order/i18n/pl.po,sha256=LCnRlqmeU3RPyb0VeiRm2bQbVZGvYOp39Uj9gbrp5Pc,50386
37
+ odoo/addons/account_payment_order/i18n/pt.po,sha256=Ky_9YMjYIDfdA9i8v9q631xHOBAtnYp9NwtyDQmn_vY,50413
38
+ odoo/addons/account_payment_order/i18n/pt_BR.po,sha256=KEI7Eb4doduSOGj_4CoxdXI9XyhR1E6XsAbHfVA_tQI,51761
39
+ odoo/addons/account_payment_order/i18n/pt_PT.po,sha256=v3jtChH44NpObPfO6X-NeNl_3PchiNSf9xKFmzThky4,50447
40
+ odoo/addons/account_payment_order/i18n/ro.po,sha256=TZmFHdbGDLNHsevNOYXrGSNT147xl4bvrC4JfZWLjoE,50373
41
+ odoo/addons/account_payment_order/i18n/ru.po,sha256=7iT_zwMbqTD4saa-yan_6bfz51ZNs4OMvVYJmn8IJoY,50480
42
+ odoo/addons/account_payment_order/i18n/sl.po,sha256=3ZVTvuB3dj4dHnB6bPQeRWeV6aapmJxA-yF284eE_OY,51798
43
+ odoo/addons/account_payment_order/i18n/sv.po,sha256=R-Rx18-PSNqHB0orYf7elbI5ykRTKJN8zqv4n1oYVJk,59330
44
+ odoo/addons/account_payment_order/i18n/th.po,sha256=xddvLaN8YXR2N8OMgIMR-sHMsWR0KdMooxyxgqVhFts,50328
45
+ odoo/addons/account_payment_order/i18n/tr.po,sha256=SUlk-Khe65pfExDYzcZh2EuN6mXIcZdlSKxWJFgqo8o,50381
46
+ odoo/addons/account_payment_order/i18n/vi.po,sha256=_dx2kGT6_QJBr1d3ewrc47eW9DXnoheYp8bMQ_7ya_c,50326
47
47
  odoo/addons/account_payment_order/models/__init__.py,sha256=AB9PJLjHR7TmbreS6BTHIEbeQvF0dYuk81dgN8_gbKs,285
48
48
  odoo/addons/account_payment_order/models/account_journal.py,sha256=J5PwsFBj61Jn7mnpd2e61hEo-2mYVQycxpV5zUXmTrs,1188
49
49
  odoo/addons/account_payment_order/models/account_move.py,sha256=4ed_De8rw0nkO2P5TVkh8REQQbBCT15VMbbomwVfzPI,9991
50
50
  odoo/addons/account_payment_order/models/account_move_line.py,sha256=SLPNyIOWmE40FzkKsMIkhRVXc_UbSwJ9PICKj4AlDco,3783
51
51
  odoo/addons/account_payment_order/models/account_payment.py,sha256=b4BV4NQSLNZkfPABvs8SKYiQ0VomuJLT9Mpyps4tD4w,3486
52
- odoo/addons/account_payment_order/models/account_payment_line.py,sha256=64Foji2I2dnK1Ec-6tviRVr2xWxpvI0ssEaKnXFOMvI,9443
52
+ odoo/addons/account_payment_order/models/account_payment_line.py,sha256=j1NpE-y9xfBoCF6pnmU1p_xnvCARUMeh_aGJxjcNZMI,9603
53
53
  odoo/addons/account_payment_order/models/account_payment_method.py,sha256=z1_LzvZY17SPRTwT2XwHFyUfy2YN3m00WA62gznPzcE,431
54
54
  odoo/addons/account_payment_order/models/account_payment_mode.py,sha256=uONi4ezJRHHbTeD1cDiUDWorvoGnWnKeqTVGHsohJRM,3589
55
55
  odoo/addons/account_payment_order/models/account_payment_order.py,sha256=B-g8WjE5uI5IKS5-HYNEFvbbjjQPRWyyUiDOWm2F5ow,16809
@@ -66,16 +66,16 @@ odoo/addons/account_payment_order/report/print_account_payment_order.xml,sha256=
66
66
  odoo/addons/account_payment_order/security/ir.model.access.csv,sha256=DquU4QYd706_JxewPT0eAy4pc37FeGcoynOqUmu45kc,1211
67
67
  odoo/addons/account_payment_order/security/payment_security.xml,sha256=kfkYDi4hkrQCm8lRUUIrqQoibzN8h67H2qV_mj390eQ,1248
68
68
  odoo/addons/account_payment_order/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
69
- odoo/addons/account_payment_order/static/description/index.html,sha256=bmHOxV5Fq9fZdHQoOv4lGAOOyJdBKwCoq47H8_3G7ro,16031
69
+ odoo/addons/account_payment_order/static/description/index.html,sha256=5I5gCMzSJu5d9lcUN9z4Vvs2swZacPoXHBfY52wlLPk,16031
70
70
  odoo/addons/account_payment_order/tests/__init__.py,sha256=lOx5jg7LBTMs0mXira6LpqK_dNDUbPa5nViWWAug7xc,174
71
71
  odoo/addons/account_payment_order/tests/test_account_payment.py,sha256=D_gDXDO94gpgANHEJx6cCIHh7em2GOXZqhWqqav4XVw,6787
72
72
  odoo/addons/account_payment_order/tests/test_bank.py,sha256=rgQ5o84b-jB9fDwVKN23aVIfDYUlXUrl9DGFRvQtoOI,622
73
73
  odoo/addons/account_payment_order/tests/test_payment_mode.py,sha256=FGeaeoQe8tHRVjnp4xHBIWBF6a-UWrV6_pX9-HTETw4,3298
74
74
  odoo/addons/account_payment_order/tests/test_payment_order_inbound.py,sha256=SN_6o_xQDW2gWp1_6-iBSvzYydXi-XeHd5QMTw55WLk,8059
75
- odoo/addons/account_payment_order/tests/test_payment_order_outbound.py,sha256=RmjWVnp0yF0vRF-bQURVxthbQ8Wd18IgMeFLv7vPgO8,18072
75
+ odoo/addons/account_payment_order/tests/test_payment_order_outbound.py,sha256=s0w9o83kX3IKEUjur-yEuxuL4PTqHDl13hzuC1XRBnM,19128
76
76
  odoo/addons/account_payment_order/views/account_invoice_view.xml,sha256=JCD_j1AM25g9o12AW9LfmZOrNUrWUJNWY-Nrulj1018,4190
77
77
  odoo/addons/account_payment_order/views/account_move_line.xml,sha256=MZDzWzwWVO9HkMT0dmGJHJuLNmYo2gtgga3ls6iBWyk,2373
78
- odoo/addons/account_payment_order/views/account_payment_line.xml,sha256=CiKzHP5Sy7UA1xtpTta5Dq0VZD4Own1K5SxxtYiAZxg,4965
78
+ odoo/addons/account_payment_order/views/account_payment_line.xml,sha256=-BKtrc8yF_Ggabk07mLE3CzHrjcrCI4-f7gYK6padg4,5247
79
79
  odoo/addons/account_payment_order/views/account_payment_method.xml,sha256=zBGrZYNAFxgLQOpSE7alPUFJ8vESD4JWd0B3qmE4_vY,717
80
80
  odoo/addons/account_payment_order/views/account_payment_mode.xml,sha256=Q3oms35Eqyw3fyxPK7EHvsuP50KYJuvzPnso3Ja5C-w,2876
81
81
  odoo/addons/account_payment_order/views/account_payment_order.xml,sha256=K_McyVSrw8zFyjIM9xHAHu8IEWMaPrGEyVX11RXP1yo,12824
@@ -88,7 +88,7 @@ odoo/addons/account_payment_order/wizard/account_payment_line_create.py,sha256=F
88
88
  odoo/addons/account_payment_order/wizard/account_payment_line_create_view.xml,sha256=Ln0tzR3xytjZdSuzWSc6X4MQxUG2vPxqfiPSo5JCguc,4532
89
89
  odoo/addons/account_payment_order/wizard/account_payment_update.py,sha256=20_tas7P85zDv1A-LyG5UTjKdx9EJy-0vKldt1n3Tt8,547
90
90
  odoo/addons/account_payment_order/wizard/account_payment_update_views.xml,sha256=NW4YiMhhmM5xCJ5n86KNPtn5xRnCmvzuwRw-BmRiBMM,979
91
- odoo_addon_account_payment_order-17.0.1.4.4.dist-info/METADATA,sha256=AFZnJ4gDnGsiF1WgXgWhbBtBUjqXches0cbyEsrM1qA,5343
92
- odoo_addon_account_payment_order-17.0.1.4.4.dist-info/WHEEL,sha256=8Rd4enx1PCuyDWP4SABqO5Fv8rpaknqp3VzjoFFLa6c,83
93
- odoo_addon_account_payment_order-17.0.1.4.4.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
94
- odoo_addon_account_payment_order-17.0.1.4.4.dist-info/RECORD,,
91
+ odoo_addon_account_payment_order-17.0.1.5.0.1.dist-info/METADATA,sha256=ZPUwVSC0QYRCWoWfxLooSvRM5zwgcYE0Q05Tbt-fcU0,5345
92
+ odoo_addon_account_payment_order-17.0.1.5.0.1.dist-info/WHEEL,sha256=8Rd4enx1PCuyDWP4SABqO5Fv8rpaknqp3VzjoFFLa6c,83
93
+ odoo_addon_account_payment_order-17.0.1.5.0.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
94
+ odoo_addon_account_payment_order-17.0.1.5.0.1.dist-info/RECORD,,