Commit Graph

219 Commits

Author SHA1 Message Date
Pedro M. Baeza
0d4f540b9d [FIX] account_banking_mandate: es translation 2020-03-26 07:20:05 +01:00
Antonio Espinosa
3a505bb80c [FIX] Allow to select bank account when creating a mandate 2020-03-26 07:20:05 +01:00
Pedro M. Baeza
0a3a742523 [FIX] account_banking_mandate: Fix name_get call 2020-03-26 07:20:05 +01:00
sergio-incaser
4d62e5fcca [IMP] account_banking_mandate: Add report SEPA mandate. 2020-03-26 07:20:05 +01:00
Alexis de Lattre
4c02bf15ef Port SEPA modules to new API
Fix an important regression in account_banking_sepa_direct_debit: "Date of Last Debit" was not set any more
Proper write of date_done with account_banking_payment_export is installed without account_banking_payment_transfer
Add post-install script for date_sent on payment.order
2020-03-26 07:20:05 +01:00
Philippe Schmidt
a4a4b1c6fc Add requested descriptions in an OCA README.rst file 2020-03-26 07:20:05 +01:00
Alexis de Lattre
f99f14e54a [FIX+IMP] account_banking_mandate: Several things
* Bug #96 bad use of new API
* [Usability] mandates: search by reference, add group_by, add seq type in tree view
* Add scheme in mandate tree+search view
* Replace tabs by spaces in mandate views
* account_banking_mandate/views/account_banking_mandate_view.xml: convert from dos to unix format
* Add multi-company rule on account.banking.mandate
2020-03-26 07:20:05 +01:00
Pedro M. Baeza
57fbd63cc5 [ADD] account_banking_mandate, spliting functionality in two modules 2020-03-26 07:20:05 +01:00
OCA-git-bot
0571fb2437 [ADD] setup.py 2020-03-25 10:46:36 +00:00
oca-travis
62c4222f61 [UPD] Update account_payment_order.pot 2020-03-25 10:39:46 +00:00
OCA-git-bot
c55ee840a3 Merge PR #651 into 13.0
Signed-off-by pedrobaeza
2020-03-25 10:28:06 +00:00
Raf Ven
1e6ce5225e [MIG] account_payment_order: Migration to 13.0 2020-03-17 17:12:10 +01:00
Raf Ven
3506c0ad12 [IMP] account_payment_order: black, isort 2020-03-17 17:12:10 +01:00
Carles Antoli
78fbcab94e Added translation using Weblate (Catalan) 2020-03-17 17:11:23 +01:00
OCA-git-bot
7c59541685 account_payment_order 12.0.1.4.0 2020-03-17 17:11:23 +01:00
Ernesto Tejeda
fb34cce137 [IMP] account_payment_order: change 'bill reference' column value in reports 2020-03-17 17:11:23 +01:00
OCA-git-bot
6eb9183020 account_payment_order 12.0.1.3.0 2020-03-17 17:11:23 +01:00
Pedro M. Baeza
551be31d76 [FIX] account_payment_order: Restore colors in payment order tree view 2020-03-17 17:11:23 +01:00
Pedro M. Baeza
9570c8776a [FIX] account_payment_order: Sequences must be noupdate=1 2020-03-17 17:11:23 +01:00
OCA-git-bot
e1473f668a account_payment_order 12.0.1.1.0 2020-03-17 17:11:23 +01:00
Sergio Teruel
9d12705f53 [FIX] account_payment_order: Fix payment order report. Adapt to bootstrap4 2020-03-17 17:11:23 +01:00
Jaume Planas
4e235da3b0 Translated using Weblate (Catalan)
Currently translated at 100.0% (223 of 223 strings)

Translation: bank-payment-12.0/bank-payment-12.0-account_payment_order
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-12-0/bank-payment-12-0-account_payment_order/ca/
2020-03-17 17:11:23 +01:00
OCA-git-bot
71621c439d account_payment_order 12.0.1.0.2 2020-03-17 17:11:23 +01:00
Carlos Dauden
fedde1b193 [IMP] account_payment_order: Select first partner bank 2020-03-17 17:11:23 +01:00
Pedro M. Baeza
86bd1a2525 [FIX+IMP] account_payment_order: Make tests resilient + inbound inheritable + SavepointCase
Previous tests did several risk operations on tests, like performing an unbound search
on payment orders, what can lead to errors if there are some data on DB (or for example
we add in the future some payment orders in demo.

This commit also split the tests for inbound payment in a base inheritable class that
can be reused in other dependant modules, and the test of this module.

Finally, we use SavepointCase for improving performance in tests.
2020-03-17 17:11:23 +01:00
OCA-git-bot
4c24d175ff [UPD] README.rst 2020-03-17 17:11:23 +01:00
OCA-git-bot
e974aa892a [UPD] README.rst 2020-03-17 17:11:23 +01:00
Pedro M. Baeza
e0b1d4eb8b [FIX] account_payment_error: Avoid singleton error in allowed_journal_ids
Fixes #612
2020-03-17 17:11:23 +01:00
OCA Transbot
d73652a9fd Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-payment-12.0/bank-payment-12.0-account_payment_order
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-12-0/bank-payment-12-0-account_payment_order/
2020-03-17 17:11:23 +01:00
oca-travis
040a187649 [UPD] Update account_payment_order.pot 2020-03-17 17:11:23 +01:00
Guewen Baconnier
1e500157b4 Add indexes on account payment models
The fields where the indexes are added are used in searches in
account_payment_order, which becomes really slow when a database have
many lines.
2020-03-17 17:11:23 +01:00
Raf Ven
4f376b679c [12.0] [FIX] Failing test test_account_payment_02 2020-03-17 17:11:23 +01:00
oca-travis
3c7aa1bacb [UPD] Update account_payment_order.pot 2020-03-17 17:11:23 +01:00
oca-travis
ab0cb32e32 [UPD] Update account_payment_order.pot 2020-03-17 17:11:23 +01:00
Thomas Binsfeld
79e92173d8 [REF] Payment Order: move all move preparation code in _prepare_move 2020-03-17 17:11:23 +01:00
Rubén Cerdà
3ca275d8df [FIX] account_payment_order: report title 2020-03-17 17:11:23 +01:00
Rubén Cerdà
0284301320 [FIX] account_payment_order: report totals 2020-03-17 17:11:23 +01:00
Rubén Cerdà
87b3b8a87e [FIX] account_payment_order: wrong function name 2020-03-17 17:11:23 +01:00
Marco Calcagni
426a9145bf Translated using Weblate (Italian)
Currently translated at 5.5% (12 of 217 strings)

Translation: bank-payment-12.0/bank-payment-12.0-account_payment_order
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-12-0/bank-payment-12-0-account_payment_order/it/
2020-03-17 17:11:23 +01:00
oca-travis
4a099a55ad [UPD] Update account_payment_order.pot 2020-03-17 17:11:23 +01:00
Thomas Binsfeld
559bbbcf03 [ADD] Payment Order: only payment order option on payment methods
New option on payment methods: payment order only (unchecked by default) allowing to enforce the use of payment orders for some payment methods
2020-03-17 17:11:23 +01:00
OCA Transbot
f8417c899c Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-payment-12.0/bank-payment-12.0-account_payment_order
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-12-0/bank-payment-12-0-account_payment_order/
2020-03-17 17:11:23 +01:00
oca-travis
4df9c5119d [UPD] Update account_payment_order.pot 2020-03-17 17:11:23 +01:00
Thomas Binsfeld
8c0a28b1f0 [REF] Account Payment Order: split generate_move method 2020-03-17 17:11:23 +01:00
OCA Transbot
0a042f4453 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-payment-12.0/bank-payment-12.0-account_payment_order
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-12-0/bank-payment-12-0-account_payment_order/
2020-03-17 17:11:23 +01:00
oca-travis
afe0096754 [UPD] Update account_payment_order.pot 2020-03-17 17:11:23 +01:00
Thomas Binsfeld
dfa2cd329a [REF] Payment Order: payment line creation from move line
Benefits of the batch creation of Odoo 12.0
The method returns the created payment lines
2020-03-17 17:11:23 +01:00
oca-travis
d5c58f5d47 [UPD] Update account_payment_order.pot 2020-03-17 17:11:23 +01:00
Thomas Binsfeld
7b0f66dc58 [REF] Payment Order: allow add to order from invoice if order exists 2020-03-17 17:11:23 +01:00
Pedro M. Baeza
f52b6dd3f7 [FIX] account_payment_order: Fix journal domain
Steps to reproduce
------------------

* Create a payment mode with "Link to Bank Account" = "Variable".
* Select several journals.
* Create a payment order with that payment mode.
* Save.
* Go to other menu and come back to payment order.
* Try to select a journal: the list is empty.

Fixes #544
2020-03-17 17:11:23 +01:00