Commit Graph

965 Commits

Author SHA1 Message Date
Stéphane Bidoul
031077863d sepa direct debit: get BIC from bank account if not available on bank 2022-04-08 13:12:21 +02:00
Alexis de Lattre
278dce4069 [IMP] account_banking_sepa_direct_debit: 5 things:
* Transfer move: one transfer move for each payment.order with only 1 line in the transfer account for the total of the account move. Move the inherit of the 'Invoice' button of payment.order from account_banking_payment_transfer to account_banking_payment_export Demo data: Add a bank account + mandate on Agrolait, to be able to easily test multi-partner SEPA DD
* 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 sale_ok and purchase_ok filters in partner/sale/purchase form views Use widget=selection for payment_mode_id fields Update demo data
* Limit lenght of mandate reference, according to ISO 20022
2022-04-08 13:12:21 +02:00
Pedro M. Baeza
01c0730d46 [FIX+IMP] account_banking_sepa_direct_debit: Several things:
* Restore scheme field in mandate view
* Uncaught flake8 errors
* Set args correctly for cron job
* Split for removing stock dependency on sale
* Remove old translations templates
* More reorder on folder structure
* Translation template files
* Translations to spanish
2022-04-08 13:12:21 +02:00
Alexis de Lattre
74b9aa50cf replace old sdd.mandate referencess 2022-04-08 13:12:21 +02:00
Pedro M. Baeza
a2658dd744 [MIG] account_banking_sepa_direct_debit: Migration to 8.0 2022-04-08 13:12:21 +02:00
Launchpad Translations on behalf of banking-addons-team
e40483623f Launchpad automatic translations update. 2022-04-08 13:12:21 +02:00
Alexis de Lattre
1e5d8a2e2c Add module account_banking_sepa_direct_debit that implements pain.008.001.02, pain.008.001.03 and pain.008.001.04. This module is not ready yet : the management of mandates is still missing. I am currently trying to get more information about these mandates to decide what is the best implemtation of the data model of the mandates (O2M on res.partner ? O2M os res.partner.bank ?). 2022-04-08 13:12:21 +02:00
manu
57cc353440 [IMP] account_banking_mandate: black, isort, prettier 2022-04-07 11:52:35 +02:00
OCA-git-bot
7be695c1b4 account_banking_mandate 14.0.1.2.0 2022-04-07 11:51:31 +02:00
Miquel Raïch
b193c62c6f [FIX] account_banking_mandate: only use mandate_required in invoices 2022-04-07 11:51:31 +02:00
jabelchi
164b4bb5d7 Translated using Weblate (Catalan)
Currently translated at 100.0% (109 of 109 strings)

Translation: bank-payment-14.0/bank-payment-14.0-account_banking_mandate
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_banking_mandate/ca/
2022-04-07 11:51:31 +02:00
Alexis de Lattre
178e5f75f2 Update test suite
Fix bug in account_banking_mandate when a res.partner.bank is not attached to a particular company (company_id is NOT required on res.partner.bank)
2022-04-07 11:51:31 +02:00
sbejaoui
17e7ffb639 [14.0][FIX] - account_banking_mandate: Fix migration script 2022-04-07 11:51:31 +02:00
Ignacio Buioli
9e3a44f149 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (109 of 109 strings)

Translation: bank-payment-14.0/bank-payment-14.0-account_banking_mandate
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_banking_mandate/es_AR/
2022-04-07 11:51:31 +02:00
OCA Transbot
8e6cf6ad48 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_banking_mandate
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_banking_mandate/
2022-04-07 11:51:31 +02:00
oca-travis
f1e5f7ae38 [UPD] Update account_banking_mandate.pot 2022-04-07 11:51:31 +02:00
Bosd
71fce7f7de Translated using Weblate (Dutch)
Currently translated at 87.1% (88 of 101 strings)

Translation: bank-payment-14.0/bank-payment-14.0-account_banking_mandate
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_banking_mandate/nl/
2022-04-07 11:51:31 +02:00
Bosd
ac26161851 Translated using Weblate (Dutch)
Currently translated at 77.2% (78 of 101 strings)

Translation: bank-payment-14.0/bank-payment-14.0-account_banking_mandate
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_banking_mandate/nl/
2022-04-07 11:51:31 +02:00
Bosd
19852815e0 Translated using Weblate (Dutch)
Currently translated at 75.2% (76 of 101 strings)

Translation: bank-payment-14.0/bank-payment-14.0-account_banking_mandate
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_banking_mandate/nl/
2022-04-07 11:51:31 +02:00
Yves Le Doeuff
f0c8e451ff Translated using Weblate (French (France))
Currently translated at 79.6% (86 of 108 strings)

Translation: bank-payment-14.0/bank-payment-14.0-account_banking_mandate
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_banking_mandate/fr_FR/
2022-04-07 11:51:31 +02:00
Yves Le Doeuff
26717951e3 Added translation using Weblate (French (France)) 2022-04-07 11:51:31 +02:00
OCA-git-bot
01b090b0ac account_banking_mandate 14.0.1.1.0 2022-04-07 11:51:31 +02:00
Alexis de Lattre
372117e09d account_banking_mandate: fix inherit of partner view 2022-04-07 11:51:31 +02:00
OCA-git-bot
24953758f5 account_banking_mandate 14.0.1.0.1 2022-04-07 11:51:31 +02:00
João Marques
05c24a871d [FIX] account_banking_mandate: Fix tests
Tests were trying to write/access a field that does not exist in account.move.line, but in account.move

TT28423
2022-04-07 11:51:31 +02:00
Yves Le Doeuff
799dbcbdd3 Translated using Weblate (French)
Currently translated at 92.0% (93 of 101 strings)

Translation: bank-payment-14.0/bank-payment-14.0-account_banking_mandate
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_banking_mandate/fr/
2022-04-07 11:51:31 +02:00
OCA-git-bot
fe10b84d8e [UPD] README.rst 2022-04-07 11:51:31 +02:00
oca-travis
8b964871a6 [UPD] Update account_banking_mandate.pot 2022-04-07 11:51:31 +02:00
Stefan Rijnhart
6880bc3c18 [RFR] Simplify datamodel 2022-04-07 11:51:31 +02:00
Alexis de Lattre
8045e5ce84 [IMP] account_banking_mandate: black, isort, etc... 2022-04-07 11:51:31 +02:00
Alexis de Lattre
4bf57b0e38 [MIG] account_banking_mandate: Migration to 14.0
Replace constrains on company by check_company=True on fields
2022-04-07 11:51:31 +02:00
Bosd
d4f811c5e8 Translated using Weblate (Dutch)
Currently translated at 64.4% (65 of 101 strings)

Translation: bank-payment-13.0/bank-payment-13.0-account_banking_mandate
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-13-0/bank-payment-13-0-account_banking_mandate/nl/
2022-04-07 11:51:31 +02:00
OCA-git-bot
41008ac8c5 account_banking_mandate 13.0.1.1.2 2022-04-07 11:51:31 +02:00
Pedro M. Baeza
b4ee0b157a [OU] account_banking_mandate: Transfer mandate in invoices 2022-04-07 11:51:31 +02:00
Roger Escolà
c4454c5c45 [13.0][FIX] account_banking_mandate: fixes singleton error when posting some records with mandate 2022-04-07 11:51:31 +02:00
OCA-git-bot
0254def5ff account_banking_mandate 13.0.1.1.1 2022-04-07 11:51:31 +02:00
Carlos Dauden
f02a8f81d0 [IMP] account_banking_mandate: Improve inheritability
TT26356
2022-04-07 11:51:31 +02:00
Ignacio Buioli
2a4c005787 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (101 of 101 strings)

Translation: bank-payment-13.0/bank-payment-13.0-account_banking_mandate
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-13-0/bank-payment-13-0-account_banking_mandate/es_AR/
2022-04-07 11:51:31 +02:00
Ignacio Buioli
a920f5e218 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (101 of 101 strings)

Translation: bank-payment-13.0/bank-payment-13.0-account_banking_mandate
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-13-0/bank-payment-13-0-account_banking_mandate/es_AR/
2022-04-07 11:51:31 +02:00
OCA Transbot
30a101c999 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-payment-13.0/bank-payment-13.0-account_banking_mandate
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-13-0/bank-payment-13-0-account_banking_mandate/
2022-04-07 11:51:31 +02:00
Ignacio Buioli
05dc33741f Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (101 of 101 strings)

Translation: bank-payment-13.0/bank-payment-13.0-account_banking_mandate
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-13-0/bank-payment-13-0-account_banking_mandate/es_AR/
2022-04-07 11:51:31 +02:00
Ignacio Buioli
6c8befc19b Added translation using Weblate (Spanish (Argentina)) 2022-04-07 11:51:31 +02:00
OCA-git-bot
1d5ad3536e account_banking_mandate 13.0.1.1.0 2022-04-07 11:51:31 +02:00
Luc De Meyer
a54940e828 [13.0][IMP]move payment order menus 2022-04-07 11:51:31 +02:00
OCA-git-bot
5ffaae364f account_banking_mandate 13.0.1.0.1 2022-04-07 11:51:31 +02:00
Enric Tobella
3abad67809 [13.0][FIX] account_banking_mandate: Set Force company 2022-04-07 11:51:31 +02:00
OCA-git-bot
2b87d4ad0c [UPD] README.rst 2022-04-07 11:51:31 +02:00
Andrea
4f817a1520 [FIX] multicompany rule 2022-04-07 11:51:31 +02:00
OCA Transbot
d01c940eb0 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-payment-13.0/bank-payment-13.0-account_banking_mandate
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-13-0/bank-payment-13-0-account_banking_mandate/
2022-04-07 11:51:31 +02:00
oca-travis
606bd37ad1 [UPD] Update account_banking_mandate.pot 2022-04-07 11:51:31 +02:00