Commit Graph

17 Commits

Author SHA1 Message Date
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
Sergio Incaser
2308ba9431 [IMP][8.0] account_banking_sepa_direct_debit: Pep8 fixes 2016-04-06 11:00:56 +02:00
sergio-incaser
aa93ed24c5 [IMP][8.0] account_banking_sepa_direct_debit: Use api.multi instead 2016-04-06 10:47:49 +02:00
Sergio Incaser
9a911256b8 [IMP][8.0] sepa_direct_debit_mandate: Split basic and sepa mandate 2016-04-06 10:47:13 +02:00
Antonio Espinosa
77fdbbfcea [IMP] Define SEPA identifiers per payment mode 2016-03-04 18:33:07 +01:00
Pedro M. Baeza
4a62d6d30b [IMP] *: Short headers 2016-02-18 09:40:58 +01:00
Alexis de Lattre
dda5e1ccb5 FIX Reading wrong field for sequence type of SEPA DD
Loop on bank payment lines instead of payment lines
2016-02-18 09:40:57 +01:00
Alexis de Lattre
0c2aec9eeb Add a hook to inherit grouping of the transfer account move line
Use that new hook in SEPA direct debits
Better variable names
2016-02-18 09:40:57 +01:00
Alexis de Lattre
6d55b29523 Use attachments instead of creating a specific object for each kind of payment order 2015-06-01 16:18:53 +02:00
Alexandre Fayolle
f21049a942 protect import of external dependencies
Odoo won't install an addon if the external dependencies are not met.
However, the python modules of the addons are imported at startup, and the
lack of an external dependency for an external addon will cause a crash,
therefore the import needs to be in a try..except block.
2015-03-25 09:11:12 +01:00
Alexis de Lattre
4929cba44b Limit lenght of mandate reference, according to ISO 20022 2015-03-11 11:57:54 +01:00
Stéphane Bidoul
77753a3392 [FIX] flake8 W503 2015-02-27 16:17:24 +01:00
Pedro M. Baeza
4f2fb49e48 [FIX] account_payment_sale_stock: Split for removing stock dependency on sale
[DEL] Remove old translations templates
[IMP] More reorder on folder structure
2014-11-08 02:45:12 +01:00
Pedro M. Baeza
10757d8ab4 [FIX] Uncaught flake8 errors 2014-11-08 02:45:12 +01:00
Alexis de Lattre
38e80516cd [FIX] replace old sdd.mandate referencess 2014-11-08 02:45:12 +01:00
Pedro M. Baeza
ba0375a615 [ADD] account_banking_mandate, spliting functionality in two modules 2014-11-08 02:45:12 +01:00
Pedro M. Baeza
aa54c740ca [MIG] Migration and enhancement of all modules involved in SEPA 2014-11-08 02:45:11 +01:00