odoo-addon-account-payment-order 17.0.1.7.2__py3-none-any.whl → 18.0.1.0.0.3__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.
- odoo/addons/account_payment_order/README.rst +7 -6
- odoo/addons/account_payment_order/__manifest__.py +1 -1
- odoo/addons/account_payment_order/i18n/account_payment_order.pot +13 -71
- odoo/addons/account_payment_order/i18n/am.po +5 -4
- odoo/addons/account_payment_order/i18n/ar.po +5 -4
- odoo/addons/account_payment_order/i18n/ca.po +5 -4
- odoo/addons/account_payment_order/i18n/ca_ES.po +5 -4
- odoo/addons/account_payment_order/i18n/cs.po +5 -4
- odoo/addons/account_payment_order/i18n/da_DK.po +5 -4
- odoo/addons/account_payment_order/i18n/de.po +5 -4
- odoo/addons/account_payment_order/i18n/el_GR.po +5 -4
- odoo/addons/account_payment_order/i18n/es.po +9 -6
- odoo/addons/account_payment_order/i18n/es_AR.po +5 -4
- odoo/addons/account_payment_order/i18n/es_CL.po +5 -4
- odoo/addons/account_payment_order/i18n/es_CR.po +5 -4
- odoo/addons/account_payment_order/i18n/es_EC.po +5 -4
- odoo/addons/account_payment_order/i18n/es_ES.po +5 -4
- odoo/addons/account_payment_order/i18n/es_MX.po +5 -4
- odoo/addons/account_payment_order/i18n/es_VE.po +5 -4
- odoo/addons/account_payment_order/i18n/et.po +5 -4
- odoo/addons/account_payment_order/i18n/fi.po +5 -4
- odoo/addons/account_payment_order/i18n/fr.po +9 -6
- odoo/addons/account_payment_order/i18n/fr_FR.po +5 -4
- odoo/addons/account_payment_order/i18n/gl.po +5 -4
- odoo/addons/account_payment_order/i18n/hr.po +5 -4
- odoo/addons/account_payment_order/i18n/it.po +9 -6
- odoo/addons/account_payment_order/i18n/lt.po +5 -4
- odoo/addons/account_payment_order/i18n/nb_NO.po +5 -4
- odoo/addons/account_payment_order/i18n/nl.po +5 -4
- odoo/addons/account_payment_order/i18n/nl_BE.po +5 -4
- odoo/addons/account_payment_order/i18n/nl_NL.po +5 -4
- odoo/addons/account_payment_order/i18n/pl.po +5 -4
- odoo/addons/account_payment_order/i18n/pt.po +5 -4
- odoo/addons/account_payment_order/i18n/pt_BR.po +5 -4
- odoo/addons/account_payment_order/i18n/pt_PT.po +5 -4
- odoo/addons/account_payment_order/i18n/ro.po +5 -4
- odoo/addons/account_payment_order/i18n/ru.po +5 -4
- odoo/addons/account_payment_order/i18n/sl.po +5 -4
- odoo/addons/account_payment_order/i18n/sv.po +9 -6
- odoo/addons/account_payment_order/i18n/th.po +5 -4
- odoo/addons/account_payment_order/i18n/tr.po +5 -4
- odoo/addons/account_payment_order/i18n/vi.po +5 -4
- odoo/addons/account_payment_order/migrations/18.0.1.0.0/noupdate_changes.xml +9 -0
- odoo/addons/account_payment_order/migrations/18.0.1.0.0/post-migration.py +11 -0
- odoo/addons/account_payment_order/models/__init__.py +0 -1
- odoo/addons/account_payment_order/models/account_move.py +46 -38
- odoo/addons/account_payment_order/models/account_payment.py +18 -2
- odoo/addons/account_payment_order/models/account_payment_line.py +14 -12
- odoo/addons/account_payment_order/models/account_payment_order.py +27 -23
- odoo/addons/account_payment_order/models/res_bank.py +2 -2
- odoo/addons/account_payment_order/readme/CONFIGURE.md +2 -2
- odoo/addons/account_payment_order/readme/CONTRIBUTORS.md +27 -26
- odoo/addons/account_payment_order/readme/DESCRIPTION.md +1 -1
- odoo/addons/account_payment_order/readme/INSTALL.md +7 -7
- odoo/addons/account_payment_order/readme/USAGE.md +11 -11
- odoo/addons/account_payment_order/report/account_payment_order.py +2 -2
- odoo/addons/account_payment_order/report/account_payment_order.xml +37 -33
- odoo/addons/account_payment_order/report/print_account_payment_order.xml +0 -1
- odoo/addons/account_payment_order/security/payment_security.xml +2 -2
- odoo/addons/account_payment_order/static/description/index.html +5 -4
- odoo/addons/account_payment_order/tests/test_account_payment.py +2 -29
- odoo/addons/account_payment_order/tests/test_bank.py +2 -8
- odoo/addons/account_payment_order/tests/test_payment_mode.py +3 -6
- odoo/addons/account_payment_order/tests/test_payment_order_inbound.py +9 -28
- odoo/addons/account_payment_order/tests/test_payment_order_outbound.py +10 -17
- odoo/addons/account_payment_order/views/account_invoice_view.xml +5 -7
- odoo/addons/account_payment_order/views/account_move_line.xml +0 -13
- odoo/addons/account_payment_order/views/account_payment_line.xml +7 -17
- odoo/addons/account_payment_order/views/account_payment_method.xml +1 -1
- odoo/addons/account_payment_order/views/account_payment_order.xml +14 -19
- odoo/addons/account_payment_order/views/account_payment_views.xml +2 -2
- odoo/addons/account_payment_order/wizard/account_invoice_payment_line_multi_view.xml +1 -1
- odoo/addons/account_payment_order/wizard/account_payment_line_create.py +2 -6
- odoo/addons/account_payment_order/wizard/account_payment_line_create_view.xml +4 -8
- odoo/addons/account_payment_order/wizard/account_payment_update.py +0 -1
- odoo/addons/account_payment_order/wizard/account_payment_update_views.xml +0 -2
- {odoo_addon_account_payment_order-17.0.1.7.2.dist-info → odoo_addon_account_payment_order-18.0.1.0.0.3.dist-info}/METADATA +11 -10
- odoo_addon_account_payment_order-18.0.1.0.0.3.dist-info/RECORD +95 -0
- odoo/addons/account_payment_order/models/account_journal.py +0 -33
- odoo_addon_account_payment_order-17.0.1.7.2.dist-info/RECORD +0 -94
- {odoo_addon_account_payment_order-17.0.1.7.2.dist-info → odoo_addon_account_payment_order-18.0.1.0.0.3.dist-info}/WHEEL +0 -0
- {odoo_addon_account_payment_order-17.0.1.7.2.dist-info → odoo_addon_account_payment_order-18.0.1.0.0.3.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:
|
|
10
|
+
!! source digest: sha256:d0c73f1250c7006cc4bbed8b034262acb782240b6975ac5009a20c11c76bd64b
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
|
|
@@ -17,13 +17,13 @@ Account Payment Order
|
|
|
17
17
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
18
18
|
:alt: License: AGPL-3
|
|
19
19
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbank--payment-lightgray.png?logo=github
|
|
20
|
-
:target: https://github.com/OCA/bank-payment/tree/
|
|
20
|
+
:target: https://github.com/OCA/bank-payment/tree/18.0/account_payment_order
|
|
21
21
|
:alt: OCA/bank-payment
|
|
22
22
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
23
|
-
:target: https://translation.odoo-community.org/projects/bank-payment-
|
|
23
|
+
:target: https://translation.odoo-community.org/projects/bank-payment-18-0/bank-payment-18-0-account_payment_order
|
|
24
24
|
:alt: Translate me on Weblate
|
|
25
25
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
26
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/bank-payment&target_branch=
|
|
26
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/bank-payment&target_branch=18.0
|
|
27
27
|
:alt: Try me on Runboat
|
|
28
28
|
|
|
29
29
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
@@ -73,7 +73,7 @@ Bug Tracker
|
|
|
73
73
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/bank-payment/issues>`_.
|
|
74
74
|
In case of trouble, please check there if your issue has already been reported.
|
|
75
75
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
76
|
-
`feedback <https://github.com/OCA/bank-payment/issues/new?body=module:%20account_payment_order%0Aversion:%
|
|
76
|
+
`feedback <https://github.com/OCA/bank-payment/issues/new?body=module:%20account_payment_order%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
77
77
|
|
|
78
78
|
Do not contact contributors directly about support or help with technical issues.
|
|
79
79
|
|
|
@@ -119,6 +119,7 @@ Contributors
|
|
|
119
119
|
- Pedro M. Baeza
|
|
120
120
|
- Carlos Dauden
|
|
121
121
|
- Carlos Roca
|
|
122
|
+
- Carlos Lopez
|
|
122
123
|
|
|
123
124
|
- `Open Source Integrators <https://www.opensourceintegrators.com>`__:
|
|
124
125
|
|
|
@@ -139,6 +140,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
|
139
140
|
mission is to support the collaborative development of Odoo features and
|
|
140
141
|
promote its widespread use.
|
|
141
142
|
|
|
142
|
-
This module is part of the `OCA/bank-payment <https://github.com/OCA/bank-payment/tree/
|
|
143
|
+
This module is part of the `OCA/bank-payment <https://github.com/OCA/bank-payment/tree/18.0/account_payment_order>`_ project on GitHub.
|
|
143
144
|
|
|
144
145
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
#
|
|
5
5
|
msgid ""
|
|
6
6
|
msgstr ""
|
|
7
|
-
"Project-Id-Version: Odoo Server
|
|
7
|
+
"Project-Id-Version: Odoo Server 18.0\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
9
|
"Last-Translator: \n"
|
|
10
10
|
"Language-Team: \n"
|
|
@@ -16,19 +16,18 @@ msgstr ""
|
|
|
16
16
|
#. module: account_payment_order
|
|
17
17
|
#. odoo-python
|
|
18
18
|
#: code:addons/account_payment_order/models/account_move.py:0
|
|
19
|
-
#, python-format
|
|
20
19
|
msgid ""
|
|
21
|
-
"%(count)d payment lines added to the existing draft payment order "
|
|
22
|
-
"
|
|
20
|
+
"%(count)d payment lines added to the existing draft payment order <a href=# "
|
|
21
|
+
"data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
|
|
23
22
|
msgstr ""
|
|
24
23
|
|
|
25
24
|
#. module: account_payment_order
|
|
26
25
|
#. odoo-python
|
|
27
26
|
#: code:addons/account_payment_order/models/account_move.py:0
|
|
28
|
-
#, python-format
|
|
29
27
|
msgid ""
|
|
30
|
-
"%(count)d payment lines added to the new draft payment order "
|
|
31
|
-
"
|
|
28
|
+
"%(count)d payment lines added to the new draft payment order <a href=# data-"
|
|
29
|
+
"oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
|
|
30
|
+
"has been automatically created."
|
|
32
31
|
msgstr ""
|
|
33
32
|
|
|
34
33
|
#. module: account_payment_order
|
|
@@ -69,7 +68,6 @@ msgstr ""
|
|
|
69
68
|
#. module: account_payment_order
|
|
70
69
|
#. odoo-python
|
|
71
70
|
#: code:addons/account_payment_order/models/res_bank.py:0
|
|
72
|
-
#, python-format
|
|
73
71
|
msgid ""
|
|
74
72
|
"A valid BIC contains 8 or 11 characters. The BIC '%(bic)s' contains %(num)d "
|
|
75
73
|
"characters, so it is not valid."
|
|
@@ -145,11 +143,6 @@ msgstr ""
|
|
|
145
143
|
msgid "All Posted Entries"
|
|
146
144
|
msgstr ""
|
|
147
145
|
|
|
148
|
-
#. module: account_payment_order
|
|
149
|
-
#: model:ir.model.fields,field_description:account_payment_order.field_account_payment_line_create__allow_blocked
|
|
150
|
-
msgid "Allow Litigation Move Lines"
|
|
151
|
-
msgstr ""
|
|
152
|
-
|
|
153
146
|
#. module: account_payment_order
|
|
154
147
|
#: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__allowed_journal_ids
|
|
155
148
|
msgid "Allowed journals"
|
|
@@ -238,11 +231,6 @@ msgstr ""
|
|
|
238
231
|
msgid "Cancel Payments"
|
|
239
232
|
msgstr ""
|
|
240
233
|
|
|
241
|
-
#. module: account_payment_order
|
|
242
|
-
#: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_create_form
|
|
243
|
-
msgid "Choose Move Lines Filter Options"
|
|
244
|
-
msgstr ""
|
|
245
|
-
|
|
246
234
|
#. module: account_payment_order
|
|
247
235
|
#: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_create_form
|
|
248
236
|
msgid ""
|
|
@@ -264,7 +252,6 @@ msgstr ""
|
|
|
264
252
|
#. module: account_payment_order
|
|
265
253
|
#. odoo-python
|
|
266
254
|
#: code:addons/account_payment_order/models/account_payment_line.py:0
|
|
267
|
-
#, python-format
|
|
268
255
|
msgid "Communication is empty on payment line %s."
|
|
269
256
|
msgstr ""
|
|
270
257
|
|
|
@@ -295,11 +282,6 @@ msgstr ""
|
|
|
295
282
|
msgid "Create"
|
|
296
283
|
msgstr ""
|
|
297
284
|
|
|
298
|
-
#. module: account_payment_order
|
|
299
|
-
#: model_terms:ir.ui.view,arch_db:account_payment_order.account_invoice_payment_line_multi_form
|
|
300
|
-
msgid "Create Payment Lines"
|
|
301
|
-
msgstr ""
|
|
302
|
-
|
|
303
285
|
#. module: account_payment_order
|
|
304
286
|
#: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_order_form
|
|
305
287
|
msgid "Create Payment Lines from Journal Items"
|
|
@@ -534,6 +516,7 @@ msgstr ""
|
|
|
534
516
|
|
|
535
517
|
#. module: account_payment_order
|
|
536
518
|
#: model:ir.model.fields,help:account_payment_order.field_account_payment_order__message_has_error
|
|
519
|
+
#: model:ir.model.fields,help:account_payment_order.field_account_payment_order__message_has_sms_error
|
|
537
520
|
msgid "If checked, some messages have a delivery error."
|
|
538
521
|
msgstr ""
|
|
539
522
|
|
|
@@ -568,11 +551,6 @@ msgstr ""
|
|
|
568
551
|
msgid "Inbound"
|
|
569
552
|
msgstr ""
|
|
570
553
|
|
|
571
|
-
#. module: account_payment_order
|
|
572
|
-
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__inbound_payment_order_only
|
|
573
|
-
msgid "Inbound Payment Order Only"
|
|
574
|
-
msgstr ""
|
|
575
|
-
|
|
576
554
|
#. module: account_payment_order
|
|
577
555
|
#: model_terms:ir.ui.view,arch_db:account_payment_order.print_account_payment_order_document
|
|
578
556
|
msgid "Invoice Ref"
|
|
@@ -583,11 +561,6 @@ msgstr ""
|
|
|
583
561
|
msgid "Is Follower"
|
|
584
562
|
msgstr ""
|
|
585
563
|
|
|
586
|
-
#. module: account_payment_order
|
|
587
|
-
#: model:ir.model,name:account_payment_order.model_account_journal
|
|
588
|
-
msgid "Journal"
|
|
589
|
-
msgstr ""
|
|
590
|
-
|
|
591
564
|
#. module: account_payment_order
|
|
592
565
|
#: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__move_ids
|
|
593
566
|
#: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_order_form
|
|
@@ -668,21 +641,18 @@ msgstr ""
|
|
|
668
641
|
#. module: account_payment_order
|
|
669
642
|
#. odoo-python
|
|
670
643
|
#: code:addons/account_payment_order/models/account_payment_order.py:0
|
|
671
|
-
#, python-format
|
|
672
644
|
msgid "Missing Bank Journal on payment order %s."
|
|
673
645
|
msgstr ""
|
|
674
646
|
|
|
675
647
|
#. module: account_payment_order
|
|
676
648
|
#. odoo-python
|
|
677
649
|
#: code:addons/account_payment_order/models/account_payment_line.py:0
|
|
678
|
-
#, python-format
|
|
679
650
|
msgid "Missing Partner Bank Account on payment line %s"
|
|
680
651
|
msgstr ""
|
|
681
652
|
|
|
682
653
|
#. module: account_payment_order
|
|
683
654
|
#. odoo-python
|
|
684
655
|
#: code:addons/account_payment_order/models/account_payment_order.py:0
|
|
685
|
-
#, python-format
|
|
686
656
|
msgid "Missing bank account on bank journal '%s'."
|
|
687
657
|
msgstr ""
|
|
688
658
|
|
|
@@ -735,7 +705,6 @@ msgstr ""
|
|
|
735
705
|
#. module: account_payment_order
|
|
736
706
|
#. odoo-python
|
|
737
707
|
#: code:addons/account_payment_order/models/account_move.py:0
|
|
738
|
-
#, python-format
|
|
739
708
|
msgid ""
|
|
740
709
|
"No Payment Line created for invoice %s because its payment mode is not "
|
|
741
710
|
"intended for payment orders."
|
|
@@ -744,14 +713,12 @@ msgstr ""
|
|
|
744
713
|
#. module: account_payment_order
|
|
745
714
|
#. odoo-python
|
|
746
715
|
#: code:addons/account_payment_order/models/account_move.py:0
|
|
747
|
-
#, python-format
|
|
748
716
|
msgid "No Payment Mode on invoice %s"
|
|
749
717
|
msgstr ""
|
|
750
718
|
|
|
751
719
|
#. module: account_payment_order
|
|
752
720
|
#. odoo-python
|
|
753
721
|
#: code:addons/account_payment_order/models/account_payment_order.py:0
|
|
754
|
-
#, python-format
|
|
755
722
|
msgid ""
|
|
756
723
|
"No handler for this payment method. Maybe you haven't installed the related "
|
|
757
724
|
"Odoo module."
|
|
@@ -760,7 +727,6 @@ msgstr ""
|
|
|
760
727
|
#. module: account_payment_order
|
|
761
728
|
#. odoo-python
|
|
762
729
|
#: code:addons/account_payment_order/models/account_move.py:0
|
|
763
|
-
#, python-format
|
|
764
730
|
msgid "No pending AR/AP lines to add on %s"
|
|
765
731
|
msgstr ""
|
|
766
732
|
|
|
@@ -802,7 +768,6 @@ msgstr ""
|
|
|
802
768
|
#. module: account_payment_order
|
|
803
769
|
#. odoo-python
|
|
804
770
|
#: code:addons/account_payment_order/models/account_payment_order.py:0
|
|
805
|
-
#, python-format
|
|
806
771
|
msgid ""
|
|
807
772
|
"On payment order %(porder)s, the Payment Execution Date is in the past "
|
|
808
773
|
"(%(exedate)s)."
|
|
@@ -823,11 +788,6 @@ msgstr ""
|
|
|
823
788
|
msgid "Outbound"
|
|
824
789
|
msgstr ""
|
|
825
790
|
|
|
826
|
-
#. module: account_payment_order
|
|
827
|
-
#: model:ir.model.fields,field_description:account_payment_order.field_account_journal__outbound_payment_order_only
|
|
828
|
-
msgid "Outbound Payment Order Only"
|
|
829
|
-
msgstr ""
|
|
830
|
-
|
|
831
791
|
#. module: account_payment_order
|
|
832
792
|
#: model:ir.model.fields,field_description:account_payment_order.field_account_payment_line__partner_id
|
|
833
793
|
#: model_terms:ir.ui.view,arch_db:account_payment_order.print_account_payment_order_document
|
|
@@ -863,7 +823,6 @@ msgstr ""
|
|
|
863
823
|
#. module: account_payment_order
|
|
864
824
|
#. odoo-python
|
|
865
825
|
#: code:addons/account_payment_order/models/account_payment_order.py:0
|
|
866
|
-
#, python-format
|
|
867
826
|
msgid "Payment File"
|
|
868
827
|
msgstr ""
|
|
869
828
|
|
|
@@ -875,7 +834,6 @@ msgstr ""
|
|
|
875
834
|
#. module: account_payment_order
|
|
876
835
|
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_line__payment_line_count
|
|
877
836
|
#: model:ir.model.fields,field_description:account_payment_order.field_account_move__payment_line_count
|
|
878
|
-
#: model:ir.model.fields,field_description:account_payment_order.field_account_payment__payment_line_count
|
|
879
837
|
msgid "Payment Line Count"
|
|
880
838
|
msgstr ""
|
|
881
839
|
|
|
@@ -887,7 +845,6 @@ msgstr ""
|
|
|
887
845
|
#. module: account_payment_order
|
|
888
846
|
#: model:ir.actions.act_window,name:account_payment_order.account_payment_line_action
|
|
889
847
|
#: model:ir.model,name:account_payment_order.model_account_payment_line
|
|
890
|
-
#: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_form
|
|
891
848
|
#: model_terms:ir.ui.view,arch_db:account_payment_order.view_move_form
|
|
892
849
|
msgid "Payment Lines"
|
|
893
850
|
msgstr ""
|
|
@@ -927,7 +884,6 @@ msgstr ""
|
|
|
927
884
|
#: model:ir.model.fields,field_description:account_payment_order.field_account_payment__payment_order_id
|
|
928
885
|
#: model:ir.model.fields,field_description:account_payment_order.field_account_payment_line__order_id
|
|
929
886
|
#: model:ir.model.fields,field_description:account_payment_order.field_account_payment_line_create__order_id
|
|
930
|
-
#: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_order_form
|
|
931
887
|
#: model_terms:ir.ui.view,arch_db:account_payment_order.print_account_payment_order_document
|
|
932
888
|
msgid "Payment Order"
|
|
933
889
|
msgstr ""
|
|
@@ -940,7 +896,6 @@ msgstr ""
|
|
|
940
896
|
#. module: account_payment_order
|
|
941
897
|
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_line__payment_order_ok
|
|
942
898
|
#: model:ir.model.fields,field_description:account_payment_order.field_account_move__payment_order_ok
|
|
943
|
-
#: model:ir.model.fields,field_description:account_payment_order.field_account_payment__payment_order_ok
|
|
944
899
|
msgid "Payment Order Ok"
|
|
945
900
|
msgstr ""
|
|
946
901
|
|
|
@@ -952,8 +907,6 @@ msgstr ""
|
|
|
952
907
|
#. module: account_payment_order
|
|
953
908
|
#: model:ir.actions.act_window,name:account_payment_order.account_payment_order_outbound_action
|
|
954
909
|
#: model:ir.ui.menu,name:account_payment_order.account_payment_order_outbound_menu
|
|
955
|
-
#: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_order_graph
|
|
956
|
-
#: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_order_pivot
|
|
957
910
|
msgid "Payment Orders"
|
|
958
911
|
msgstr ""
|
|
959
912
|
|
|
@@ -999,7 +952,6 @@ msgstr ""
|
|
|
999
952
|
#. module: account_payment_order
|
|
1000
953
|
#: model:ir.model.fields,field_description:account_payment_order.field_account_bank_statement_line__reference_type
|
|
1001
954
|
#: model:ir.model.fields,field_description:account_payment_order.field_account_move__reference_type
|
|
1002
|
-
#: model:ir.model.fields,field_description:account_payment_order.field_account_payment__reference_type
|
|
1003
955
|
msgid "Reference Type"
|
|
1004
956
|
msgstr ""
|
|
1005
957
|
|
|
@@ -1008,6 +960,11 @@ msgstr ""
|
|
|
1008
960
|
msgid "Responsible User"
|
|
1009
961
|
msgstr ""
|
|
1010
962
|
|
|
963
|
+
#. module: account_payment_order
|
|
964
|
+
#: model:ir.model.fields,field_description:account_payment_order.field_account_payment_order__message_has_sms_error
|
|
965
|
+
msgid "SMS Delivery error"
|
|
966
|
+
msgstr ""
|
|
967
|
+
|
|
1011
968
|
#. module: account_payment_order
|
|
1012
969
|
#: model:ir.model.fields.selection,name:account_payment_order.selection__account_payment_line_create__payment_mode__same
|
|
1013
970
|
#: model:ir.model.fields.selection,name:account_payment_order.selection__account_payment_mode__default_payment_mode__same
|
|
@@ -1024,15 +981,9 @@ msgstr ""
|
|
|
1024
981
|
msgid "Same or empty"
|
|
1025
982
|
msgstr ""
|
|
1026
983
|
|
|
1027
|
-
#. module: account_payment_order
|
|
1028
|
-
#: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_order_search
|
|
1029
|
-
msgid "Search Payment Orders"
|
|
1030
|
-
msgstr ""
|
|
1031
|
-
|
|
1032
984
|
#. module: account_payment_order
|
|
1033
985
|
#. odoo-python
|
|
1034
986
|
#: code:addons/account_payment_order/wizard/account_payment_line_create.py:0
|
|
1035
|
-
#, python-format
|
|
1036
987
|
msgid "Select Move Lines to Create Transactions"
|
|
1037
988
|
msgstr ""
|
|
1038
989
|
|
|
@@ -1103,7 +1054,6 @@ msgstr ""
|
|
|
1103
1054
|
#. module: account_payment_order
|
|
1104
1055
|
#. odoo-python
|
|
1105
1056
|
#: code:addons/account_payment_order/models/account_payment_order.py:0
|
|
1106
|
-
#, python-format
|
|
1107
1057
|
msgid ""
|
|
1108
1058
|
"The amount for Partner '%(partner)s' is negative or null (%(amount).2f) !"
|
|
1109
1059
|
msgstr ""
|
|
@@ -1111,7 +1061,6 @@ msgstr ""
|
|
|
1111
1061
|
#. module: account_payment_order
|
|
1112
1062
|
#. odoo-python
|
|
1113
1063
|
#: code:addons/account_payment_order/models/account_move.py:0
|
|
1114
|
-
#, python-format
|
|
1115
1064
|
msgid ""
|
|
1116
1065
|
"The invoice %(move)s is already added in the payment order(s) %(order)s."
|
|
1117
1066
|
msgstr ""
|
|
@@ -1119,14 +1068,12 @@ msgstr ""
|
|
|
1119
1068
|
#. module: account_payment_order
|
|
1120
1069
|
#. odoo-python
|
|
1121
1070
|
#: code:addons/account_payment_order/models/account_move.py:0
|
|
1122
|
-
#, python-format
|
|
1123
1071
|
msgid "The invoice %s is not in Posted state"
|
|
1124
1072
|
msgstr ""
|
|
1125
1073
|
|
|
1126
1074
|
#. module: account_payment_order
|
|
1127
1075
|
#. odoo-python
|
|
1128
1076
|
#: code:addons/account_payment_order/models/account_payment_order.py:0
|
|
1129
|
-
#, python-format
|
|
1130
1077
|
msgid ""
|
|
1131
1078
|
"The payment mode '%(pmode)s' has the option 'Disallow Debit Before Maturity "
|
|
1132
1079
|
"Date'. The payment line %(pline)s has a maturity date %(mdate)s which is "
|
|
@@ -1136,7 +1083,6 @@ msgstr ""
|
|
|
1136
1083
|
#. module: account_payment_order
|
|
1137
1084
|
#. odoo-python
|
|
1138
1085
|
#: code:addons/account_payment_order/models/account_payment_order.py:0
|
|
1139
|
-
#, python-format
|
|
1140
1086
|
msgid ""
|
|
1141
1087
|
"The payment type (%(ptype)s) is not the same as the payment type of the "
|
|
1142
1088
|
"payment mode (%(pmode)s)"
|
|
@@ -1145,14 +1091,12 @@ msgstr ""
|
|
|
1145
1091
|
#. module: account_payment_order
|
|
1146
1092
|
#. odoo-python
|
|
1147
1093
|
#: code:addons/account_payment_order/models/account_payment_order.py:0
|
|
1148
|
-
#, python-format
|
|
1149
1094
|
msgid "There are no transactions on payment order %s."
|
|
1150
1095
|
msgstr ""
|
|
1151
1096
|
|
|
1152
1097
|
#. module: account_payment_order
|
|
1153
1098
|
#. odoo-python
|
|
1154
1099
|
#: code:addons/account_payment_order/models/account_payment_order.py:0
|
|
1155
|
-
#, python-format
|
|
1156
1100
|
msgid "There's at least one validation error:\n"
|
|
1157
1101
|
msgstr ""
|
|
1158
1102
|
|
|
@@ -1193,7 +1137,7 @@ msgstr ""
|
|
|
1193
1137
|
|
|
1194
1138
|
#. module: account_payment_order
|
|
1195
1139
|
#: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_line_tree
|
|
1196
|
-
msgid "Total
|
|
1140
|
+
msgid "Total amount"
|
|
1197
1141
|
msgstr ""
|
|
1198
1142
|
|
|
1199
1143
|
#. module: account_payment_order
|
|
@@ -1219,7 +1163,6 @@ msgstr ""
|
|
|
1219
1163
|
#: model:ir.model,name:account_payment_order.model_account_payment_update
|
|
1220
1164
|
#: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_update_view_form
|
|
1221
1165
|
#: model_terms:ir.ui.view,arch_db:account_payment_order.view_account_payment_tree_payment_order
|
|
1222
|
-
#, python-format
|
|
1223
1166
|
msgid "Update Payment Reference"
|
|
1224
1167
|
msgstr ""
|
|
1225
1168
|
|
|
@@ -1251,7 +1194,6 @@ msgstr ""
|
|
|
1251
1194
|
#. module: account_payment_order
|
|
1252
1195
|
#. odoo-python
|
|
1253
1196
|
#: code:addons/account_payment_order/models/account_payment_order.py:0
|
|
1254
|
-
#, python-format
|
|
1255
1197
|
msgid ""
|
|
1256
1198
|
"You cannot delete an uploaded payment order. You can cancel it in order to "
|
|
1257
1199
|
"do so."
|
|
@@ -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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
|
@@ -19,8 +19,8 @@ msgstr ""
|
|
|
19
19
|
#: code:addons/account_payment_order/models/account_move.py:0
|
|
20
20
|
#, python-format
|
|
21
21
|
msgid ""
|
|
22
|
-
"%(count)d payment lines added to the existing draft payment order "
|
|
23
|
-
"
|
|
22
|
+
"%(count)d payment lines added to the existing draft payment order <a href=# "
|
|
23
|
+
"data-oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
|
|
24
24
|
msgstr ""
|
|
25
25
|
|
|
26
26
|
#. module: account_payment_order
|
|
@@ -28,8 +28,9 @@ msgstr ""
|
|
|
28
28
|
#: code:addons/account_payment_order/models/account_move.py:0
|
|
29
29
|
#, python-format
|
|
30
30
|
msgid ""
|
|
31
|
-
"%(count)d payment lines added to the new draft payment order "
|
|
32
|
-
"
|
|
31
|
+
"%(count)d payment lines added to the new draft payment order <a href=# data-"
|
|
32
|
+
"oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
|
|
33
|
+
"has been automatically created."
|
|
33
34
|
msgstr ""
|
|
34
35
|
|
|
35
36
|
#. 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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
|
@@ -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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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,20 +24,23 @@ 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
|
-
"
|
|
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
|
-
"%(count)d líneas de pago añadidas a la orden existente
|
|
30
|
+
"%(count)d líneas de pago añadidas a la orden existente <a href=# data-oe-"
|
|
31
|
+
"model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>."
|
|
31
32
|
|
|
32
33
|
#. module: account_payment_order
|
|
33
34
|
#. odoo-python
|
|
34
35
|
#: code:addons/account_payment_order/models/account_move.py:0
|
|
35
36
|
#, python-format
|
|
36
37
|
msgid ""
|
|
37
|
-
"%(count)d payment lines added to the new draft payment order "
|
|
38
|
-
"
|
|
38
|
+
"%(count)d payment lines added to the new draft payment order <a href=# data-"
|
|
39
|
+
"oe-model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, which "
|
|
40
|
+
"has been automatically created."
|
|
39
41
|
msgstr ""
|
|
40
|
-
"%(count)d líneas de pago añadidas a la nueva orden
|
|
42
|
+
"%(count)d líneas de pago añadidas a la nueva orden <a href=# data-oe-"
|
|
43
|
+
"model=account.payment.order data-oe-id=%(order_id)d>%(name)s</a>, que ha "
|
|
41
44
|
"sido creada automáticamente."
|
|
42
45
|
|
|
43
46
|
#. module: account_payment_order
|
|
@@ -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
|
-
"
|
|
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
|
-
"
|
|
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
|