oca-ci
b4663d106c
[UPD] Update account_payment_order.pot
2023-01-01 16:51:19 +00:00
OCA-git-bot
0e40c5fa6f
Merge PR #979 into 14.0
...
Signed-off-by pedrobaeza
2023-01-01 16:46:12 +00:00
Pedro M. Baeza
fbcf02fb85
[OU-ADD] account_payment_order: Migration scripts to native payment ref
...
This adapts the old bank.payment.line records to account.payment records
according the new approach.
2023-01-01 17:45:02 +01:00
Francesco Foresti
f5a9ea1813
Translated using Weblate (Italian)
...
Currently translated at 98.2% (222 of 226 strings)
Translation: bank-payment-14.0/bank-payment-14.0-account_payment_order
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_order/it/
2022-12-30 11:45:22 +00:00
Francesco Foresti
65bc730bb0
Translated using Weblate (Italian)
...
Currently translated at 98.2% (222 of 226 strings)
Translation: bank-payment-14.0/bank-payment-14.0-account_payment_order
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_order/it/
2022-12-29 16:49:01 +00:00
mymage
b16cfd66a8
Translated using Weblate (Italian)
...
Currently translated at 98.2% (222 of 226 strings)
Translation: bank-payment-14.0/bank-payment-14.0-account_payment_order
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_order/it/
2022-12-29 00:19:25 +00:00
Pedro M. Baeza
b8d818967b
[REF+IMP] account_payment_order: Use native payments
...
The previous approach creates manually the journal entries and does all
the hard work, plus not being 100% compatible with the bank statement
reconciliation widget (requiring a patch on OCB to see blue lines).
That decision made sense on the moment it was done (v9), where the
native payment model (account.payment) was very limited, and wasn't able
to store all the needed information for the bank transaction.
Now that the limitations are gone, we can get rid off this extra model,
and generate instead `account.payment` records, using both the native
model + methods to perform the same operations.
This serves also to workaround the problem found in #966 .
All the code, views and tests of main module have been adapted to this
new approach in this commit. Later commits will adapt the rest of the
modules of the suite, and add migration scripts to transit from the
previous approach to this new one.
TT39832
2022-12-25 12:51:03 +01:00
Ignacio Buioli
34eda1e06b
Translated using Weblate (Spanish (Argentina))
...
Currently translated at 100.0% (226 of 226 strings)
Translation: bank-payment-14.0/bank-payment-14.0-account_payment_order
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_order/es_AR/
2022-11-09 22:45:23 +00:00
Weblate
4a14e61e67
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: bank-payment-14.0/bank-payment-14.0-account_payment_order
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_order/
2022-11-09 08:33:02 +00:00
OCA-git-bot
3b32a5cb25
account_payment_order 14.0.1.11.0
2022-11-09 08:32:32 +00:00
oca-ci
56a926dd7b
[UPD] Update account_payment_order.pot
2022-11-09 08:28:20 +00:00
Alexis de Lattre
a0cec2ad66
[IMP] account_payment_order: add link to payment order in chatter
2022-11-08 11:31:20 +01:00
Francesco Foresti
9e4e100e1f
Translated using Weblate (Italian)
...
Currently translated at 99.1% (224 of 226 strings)
Translation: bank-payment-14.0/bank-payment-14.0-account_payment_order
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_order/it/
2022-10-31 14:43:50 +00:00
Ignacio Buioli
f379f8d997
Translated using Weblate (Spanish (Argentina))
...
Currently translated at 100.0% (226 of 226 strings)
Translation: bank-payment-14.0/bank-payment-14.0-account_payment_order
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_order/es_AR/
2022-10-30 06:43:44 +00:00
Weblate
cd0574d3c3
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: bank-payment-14.0/bank-payment-14.0-account_payment_order
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_order/
2022-10-25 14:18:04 +00:00
OCA-git-bot
3f32d90756
account_payment_order 14.0.1.10.0
2022-10-25 14:17:23 +00:00
oca-ci
0124ce0373
[UPD] Update account_payment_order.pot
2022-10-25 14:13:00 +00:00
manu
e5bcbb4842
[IMP]account_payment_order: Add activities to account.payment.order model
2022-10-24 17:24:36 +02:00
OCA Transbot
485abeb889
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: bank-payment-14.0/bank-payment-14.0-account_payment_order
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_order/
2022-09-26 14:09:44 +00:00
OCA-git-bot
0f2880bbe4
account_payment_order 14.0.1.9.1
2022-09-26 14:08:32 +00:00
oca-ci
89e06f84dc
[UPD] Update account_payment_order.pot
2022-09-26 14:03:34 +00:00
Adrien Peiffer
c12fe2ba46
[FIX] Restore payment order number in account move line label.
2022-09-26 11:21:17 +02:00
OCA-git-bot
47a22cc86f
account_payment_order 14.0.1.9.0
2022-09-20 12:18:01 +00:00
OCA-git-bot
ff2d595779
Merge PR #911 into 14.0
...
Signed-off-by adrienpeiffer
2022-09-20 12:13:10 +00:00
Douglas Custódio
4363d90d34
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 25.9% (55 of 212 strings)
Translation: bank-payment-14.0/bank-payment-14.0-account_payment_order
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_order/pt_BR/
2022-09-16 19:07:15 +00:00
OCA-git-bot
214b362d8f
account_payment_order 14.0.1.8.5
2022-09-05 00:06:06 +00:00
OCA-git-bot
c0f2f29ecd
Merge PR #936 into 14.0
...
Signed-off-by pedrobaeza
2022-09-05 00:01:57 +00:00
OCA-git-bot
e74a0a9b1e
account_payment_order 14.0.1.8.4
2022-08-11 15:56:47 +00:00
Alexis de Lattre
a861023e01
[FIX] account_payment_order: fix action returned by create_account_payment_line()
...
create_account_payment_line() is supposed to returned a form view for a
single payment order and a tree view for multiple payment orders. Before
this fix, it would return a tree view if you were payment more than 1
invoices while generating a single payment order, because the list
result_payorder_ids would contain several time the same ID.
2022-08-10 21:48:13 +02:00
Vandan-OSI
f03867a218
[FIX] FIX Code for None communication Value.
2022-06-29 15:26:02 +05:30
Samuele Mariani
31d375aa93
Translated using Weblate (Italian)
...
Currently translated at 100.0% (212 of 212 strings)
Translation: bank-payment-14.0/bank-payment-14.0-account_payment_order
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_order/it/
2022-06-03 11:05:32 +00:00
Samuele Mariani
2f83a98bc3
Translated using Weblate (Italian)
...
Currently translated at 99.0% (210 of 212 strings)
Translation: bank-payment-14.0/bank-payment-14.0-account_payment_order
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_order/it/
2022-05-25 19:05:29 +00:00
OCA-git-bot
09965ce9e9
account_payment_order 14.0.1.8.3
2022-05-20 06:26:14 +00:00
Florian da Costa
d749df5398
Fix French translation : fr_FR is not used
2022-05-19 14:16:36 +02:00
OCA-git-bot
466b4e1a5f
account_payment_order 14.0.1.8.2
2022-04-24 10:05:34 +00:00
OCA-git-bot
7a87c77a1d
Merge PR #919 into 14.0
...
Signed-off-by pedrobaeza
2022-04-24 10:01:12 +00:00
Pedro M. Baeza
0c179baafd
[FIX] account_payment_order: Don't fail due to tz
...
When the test hour is around midnight, and demo data using CET/CEST
timezones, current code fails due to some asserts not having this into
consideration. This fix avoids such problem, and irons the execution
no matter the hour.
2022-04-23 10:24:40 +02:00
Denis Roussel
c4e2f64334
[14.0][FIX] account_payment_order: Don't duplicate communication reference
2022-04-22 14:14:53 +02:00
OCA-git-bot
cc8f237b31
account_payment_order 14.0.1.8.0
2022-04-21 09:43:47 +00:00
OCA-git-bot
b8d2290b2f
[UPD] README.rst
2022-04-21 09:43:45 +00:00
Enric Tobella
ab0a5ad9a2
[IMP] account_payment_order: Promote to Mature
2022-04-21 11:34:15 +02:00
Denis Roussel
e346c66e4b
[14.0][IMP] account_payment_order: Add existing payment references to communication
...
If some movements have been reconciled with the original invoice,
their references should be added in communication too.
e.g.: Manual credit notes
2022-04-19 11:50:52 +02:00
OCA-git-bot
98718d781d
account_payment_order 14.0.1.7.0
2022-04-14 15:04:57 +00:00
OCA-git-bot
5acf2ead3c
[UPD] README.rst
2022-04-14 15:04:57 +00:00
Denis Roussel
16acbcd01a
[14.0][IMP] account_payment_order: Set tests as post-install
...
Since 81aac30dd2
AccountTestInvoicingCommon should be tagged post-install
2022-04-14 14:29:23 +02:00
Denis Roussel
18495aaf03
[14.0][IMP] account_payment_order: Use the 'payment_reference' field if filled in
2022-04-14 13:40:43 +02:00
Denis Roussel
919928e98f
[14.0][IMP] account_payment_order: Remove not needed assert as parameter is required
2022-04-14 11:20:59 +02:00
Denis Roussel
becc8ac426
[14.0][IMP] account_payment_order: Improve normal communication if there is a credit note
...
If there is a credit note that partially cancel an invoice, the payment communication
should be the combination of the invoice reference and the credit note one.
2022-04-14 11:16:37 +02:00
Denis Roussel
da8e2da5bb
[14.0][IMP] account_payment_order: Add a hook method to retrieve communication type and communication
2022-04-14 09:26:00 +02:00
Noel estudillo
1f53158522
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (212 of 212 strings)
Translation: bank-payment-14.0/bank-payment-14.0-account_payment_order
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_order/ca/
2022-04-13 10:05:12 +00:00