Commit Graph

431 Commits

Author SHA1 Message Date
OCA Transbot
b90f8cc3e7 OCA Transbot updated translations from Transifex 2017-11-22 10:49:30 +01:00
Alexis de Lattre
f3ec425a8e FIX demo data: signature date of mandate was too old and was automatically expired 2017-11-22 10:49:30 +01:00
Alexis de Lattre
f8b219c992 Add support for ISO20022 "Category Purpose"
Add local instrument 'INST' for SEPA Instant Credit Transfer
2017-11-22 10:49:30 +01:00
Pedro M. Baeza
d175f8f444 *: Change copyright and author after company merging 2017-11-22 10:49:30 +01:00
Alexis de Lattre
37f79aae8f Remove method which is not called anymore 2017-11-22 10:49:30 +01:00
Alexis de Lattre
c3cbddeef7 Port almost all modules to v10 (#305)
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug #300)
2017-11-22 10:49:30 +01:00
Pedro M. Baeza
4cf3f4b1e8 Rename manifest files 2017-11-22 10:49:30 +01:00
Pedro M. Baeza
b7ae9f37b1 Make modules uninstallable 2017-11-22 10:49:30 +01:00
Stéphane Bidoul (ACSONE)
622bf25ddc remove en.po that was erroneously created by transbot 2017-11-22 10:49:30 +01:00
OCA Transbot
4de5719352 OCA Transbot updated translations from Transifex 2017-11-22 10:49:30 +01:00
Antonio Espinosa
96b5c6a6c1 Fix t-value when language is False 2017-11-22 10:49:30 +01:00
Antonio Espinosa
144936b15d Fit in order to have only one page per mandate 2017-11-22 10:49:30 +01:00
Antonio Espinosa
30461f3c3f English text at right instead of below 2017-11-22 10:49:30 +01:00
Antonio Espinosa
f5fed92557 Add english lang when a different lang is printed 2017-11-22 10:49:30 +01:00
OCA Transbot
4ed0038340 OCA Transbot updated translations from Transifex 2017-11-22 10:49:30 +01:00
Pedro M. Baeza
2280387bde account_banking_sepa_direct_debit: Fix mandate report layout 2017-11-22 10:49:30 +01:00
Pedro M. Baeza
c728626b65 account_banking_sepa_direct_debit: Spanish translation 2017-11-22 10:49:30 +01:00
Pedro M. Baeza
6723d6bd5f Remove unused POT files 2017-11-22 10:49:30 +01:00
Alexis de Lattre
84f692c966 Add unittest for SEPA direct debit 2017-11-22 10:49:30 +01:00
Alexis de Lattre
4d3e723202 Enable the payment methods by default on bank journals (including existing bank journals via post_install scripts)
Enable "Generate Accounting Entries On File Upload" by default
2017-11-22 10:49:30 +01:00
Alexis de Lattre
e85b79b5d1 FIX manual payment method 2017-11-22 10:49:30 +01:00
Alexis de Lattre
d6fb1bf115 Move field bank_account_required from module account_payment_partner to account_payment_mode
Make the mandate a required field on payment line when the payment method has mandate_required=True
Make the bank account a required field on payment line when the payment method has bank_account_required=True
Minor code cleanup
PEP8
2017-11-22 10:49:30 +01:00
Alexis de Lattre
48a0faac49 Fix crash in mandate report 2017-11-22 10:49:30 +01:00
Alexis de Lattre
965f665073 Simpler variable names
Rename method
2017-11-22 10:49:30 +01:00
Alexis de Lattre
cca341543b Add the bank_line as argument to some methods that generate SEPA XML 2017-11-22 10:49:30 +01:00
Alexis de Lattre
880d500d12 Adds flexibility to support direct debit direct debit for switzerland (pain.008.001.02.ch.01)
Implement SEPA Core recommandations for postal address
2017-11-22 10:49:30 +01:00
Alexis de Lattre
23e9bdebbf Add hooks for l10n_ch_sepa (pain.001.001.03.ch.02)
Move code of account_banking_pain_base/models/banking_export_pain.py to account_banking_pain_base/models/account_payment_order.py
Allow cancel when payment order is in "File Generated" state
Add postal address in party block
2017-11-22 10:49:30 +01:00
Alexis de Lattre
b8b2e46aab Take into accounts the remarks of Eric Caudal 2017-11-22 10:49:30 +01:00
Alexis de Lattre
36fc4911b1 Add ICS in account settings page 2017-11-22 10:49:30 +01:00
Alexis de Lattre
87f9c419f8 Add support for using bank account as offsetting account in journal entry 2017-11-22 10:49:30 +01:00
Alexis de Lattre
9e1de8cdda Avoid empty group in payment mode
Code cleanup in views
2017-11-22 10:49:30 +01:00
Alexis de Lattre
1e4588b5b1 Move fields mandate_required and export_ascii from payment mode to payment method
Display chatter on payment orders
Several small usability improvements
2017-11-22 10:49:30 +01:00
Alexis de Lattre
218c2d2be6 Add support for non-SEPA DD and CT without without IBANs 2017-11-22 10:49:30 +01:00
Alexis de Lattre
b87ffb8c0b Add _id suffix on M2O fields customer_payment_mode and supplier_payment_mode (Odoo did the same on all the M2O property fields of res.partner) 2017-11-22 10:49:30 +01:00
Alexis de Lattre
cedb53305e Add module account_banking_mandate_sale
Add option 'mandate_required' on payment orders
Autoselect first valid mandate on customer invoice that have a payment mode 'mandate_required' = True
Add option on select move lines to pay wizard to allow selection of litigation moves (unchecked by default), in order to integrate the feature of the module account_payment_blocking
2017-11-22 10:49:30 +01:00
Alexis de Lattre
8f78258579 Update and re-enable demo data 2017-11-22 10:49:30 +01:00
Alexis de Lattre
dc48391eca Finalise the wizard of selection of move lines to pay
Add button "Add to payment/debit order" on invoice form view
Started to integrate payment transfer in account_payment_order (not finished at all though)
Various fixes/changes/improvements/...
2017-11-22 10:49:30 +01:00
Alexis de Lattre
a6bc2e12b3 Start to port bank-payment to v9 (with a lot of improvements) during the Sorrento Code sprint 2016
Improvements include:
- full re-organisation of modules and big re-organisation of the code
- simplification of the code related to the fact that support for direct debit is now in t
he base module, not added by an optional module account_direct_debit (module was removed)
- new design of the wizard to select move lines to pay
- support for non-SEPA file transfer-
- support for German direct debit SEPA files (fixes bug #129)
- remove workflow of payment.order

This port to v9 is not finished... there is still a lot of work:
- finish the code of account_payment_order/wizard/account_payment_line_create.py
- port account_banking_payment_transfer and integrate it inside account_payment_order
- fix bugs
- clean-up code, remove dead code
- test in several complex scenarios
2017-11-22 10:49:30 +01:00
OCA Transbot
a99a1348a3 OCA Transbot updated translations from Transifex 2017-11-22 10:49:30 +01:00
Sergio Incaser
417ef1e965 account_banking_sepa_direct_debit: Report font size smallest 2017-11-22 10:49:30 +01:00
sergio-incaser
4b982c843c account_banking_sepa_direct_debit: Fix translation 2017-11-22 10:49:30 +01:00
Sergio Incaser
01ee118e94 account_banking_sepa_direct_debit: Pep8 fixes 2017-11-22 10:49:30 +01:00
Sergio Incaser
c96d5bb745 sepa_direct_debit_mandate: Migration script 2017-11-22 10:49:30 +01:00
sergio-incaser
04cd389976 account_banking_sepa_direct_debit: Use api.multi instead 2017-11-22 10:49:30 +01:00
Sergio Incaser
b06d52b610 sepa_direct_debit_mandate: Split basic and sepa mandate 2017-11-22 10:49:30 +01:00
Pedro M. Baeza
5a7ee68bca account_banking_sepa_direct_debit: Fixes #257 2017-11-22 10:49:30 +01:00
Antonio Espinosa
5bcebe7277 Define SEPA identifiers per payment mode 2017-11-22 10:49:30 +01:00
Pedro M. Baeza
454da0a88c *: es translations 2017-11-22 10:49:30 +01:00
Pedro M. Baeza
1b3bcff48a *: Bump version numbers 2017-11-22 10:49:30 +01:00
Pedro M. Baeza
23c9cb6725 *: Short headers 2017-11-22 10:49:30 +01:00