Commit Graph

9 Commits

Author SHA1 Message Date
Pedro M. Baeza
018ed2a785 [CHG] *: Change copyright and author after company merging 2017-04-02 04:02:06 +02:00
Yannick Vaucher
d760a27bd4 Bump version fix 2017-03-10 11:59:51 +01:00
Pedro M. Baeza
e7a79a64d9 Switch author to new company 2016-12-08 14:00:18 +01:00
Pedro M. Baeza
f4b56ebc3b Remove author as the contrib is an small patch 2016-12-08 13:59:48 +01:00
Jose Maria Alzaga
946d72449b [IMP] account_payment_order: Remove internal_type=other restriction for transfer account (#312) 2016-11-15 09:20:44 +01:00
Stéphane Bidoul (ACSONE)
dcc3259d46 bump minor version of account_payment_order 2016-09-02 18:40:03 +02:00
Alexis de Lattre
4e548dacef Add wizard to select several invoices at once and add them to payment order
Fix bug in groupby on bank payment lines
2016-06-06 18:53:55 +02:00
Alexis de Lattre
abb052d894 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/...
2016-05-06 01:16:20 +02:00
Alexis de Lattre
bee3093841 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
2016-04-30 01:46:34 +02:00