Commit Graph

41 Commits

Author SHA1 Message Date
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
Alexis de Lattre
29cfd14a38 Merge remote-tracking branch 'origin/8.0' into 9-sorrento-code-sprint 2016-04-27 15:10:55 +02:00
OCA Transbot
d626309424 OCA Transbot updated translations from Transifex 2016-04-09 02:15:34 -04:00
Sergio Incaser
bf807e998b [IMP][8.0] account_banking_mandate: Pep8 fixes 2016-04-06 10:58:38 +02:00
Sergio Incaser
6451618527 [IMP][8.0] account_banking_mandate: Make format field required 2016-04-06 10:48:02 +02:00
sergio-incaser
5ea5adf33a [IMP][8.0] account_banking_mandate: Use api.multi instead 2016-04-06 10:48:02 +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
Sergio Incaser
b11930d916 [FIX][8.0] account_banking_mandate: Slipt basic mandate and sepa. 2016-04-06 10:47:13 +02:00
Sergio Incaser
58fea9ee99 [FIX][8.0] account_banking_mandate: Add creditor identifier field to report mandate.
[FIX][8.0] account_banking_mandate: Translate.
2016-04-06 10:46:40 +02:00
Pedro M. Baeza
d30faed603 Merge pull request #243 from DarioLodeiros/patch-1
Mandates multicompany error #242
2016-03-02 10:40:43 +01:00
Pedro M. Baeza
c533cbd864 [IMP] *: es translations 2016-02-18 09:40:58 +01:00
Pedro M. Baeza
39ee61b267 [IMP] *: Bump version numbers 2016-02-18 09:40:58 +01:00
Pedro M. Baeza
4a62d6d30b [IMP] *: Short headers 2016-02-18 09:40:58 +01:00
Alexis de Lattre
edcf09147e Add bank.payment.lines object to allow grouping in the payments 2016-02-18 09:40:57 +01:00
Darío Lodeiros
b060e8b2ae Mandates multicompany error #242
The restriction rule Banking Mandate multi-company, gives an error when editing a partner bank account from a company A when that account has created a mandate from another company B. So it is impossible to create a mandate for each company without disabling the rule.
Solution: Uncheck the rule writte in Banking Mandate multi-company. But i'm not sure this is correct.
2016-02-14 19:42:34 +01:00
Pedro M. Baeza
bef79f9947 [FIX] account_banking_mandate: es translation 2016-02-13 20:22:26 +01:00
Antonio Espinosa
b81cbe7294 [FIX] Allow to select bank account when creating a mandate 2016-02-10 15:30:09 +01:00
Pedro M. Baeza
f44c6faf00 [FIX] account_banking_mandate: Fix name_get call 2016-02-01 19:35:31 +01:00
Pedro M. Baeza
0cd60abbf3 [MIG] Make modules uninstallable 2015-10-14 03:03:12 +02:00
Stéphane Bidoul
e6b28efa3e [UPD] prefix versions with 8.0 2015-10-09 09:59:34 +02:00
Yannick Vaucher
7c221767bd Add missing default oca icons 2015-08-18 11:10:50 +02:00
sergio
0c0376f4af [IMP] account_banking_mandate: Remove header and footer, new paper format to use all paper size 2015-06-18 22:23:29 +02:00
sergio-incaser
1cfbfb559f [IMP] account_banking_mandate: Add report SEPA mandate. 2015-06-18 12:23:05 +02:00
Stéphane Bidoul (ACSONE)
3469dc8f5b Merge pull request #175 from akretion/8.0-sepa-newapi
8.0 Port SEPA modules to new API + fix regression in SEPA direct debit
2015-06-15 10:06:33 +02:00
Alexis de Lattre
3781f37bcb 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
2015-06-06 00:20:41 +02:00
Philippe Schmidt
4ddcb0b04e some typo corrections 2015-06-05 12:31:00 +02:00
Philippe Schmidt
8aca38a4e6 typo corrections 2015-06-05 11:22:39 +02:00
Philippe Schmidt
17ad455c92 Add requested descriptions in an OCA README.rst file 2015-06-05 11:22:39 +02:00
Pedro M. Baeza
c07d0522c0 [IMP] Expand authors + manifest cleaning 2015-05-25 17:14:05 +02:00
Alexandre Fayolle
5a25353a82 Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
2015-03-02 17:23:15 +01:00
Stéphane Bidoul
77753a3392 [FIX] flake8 W503 2015-02-27 16:17:24 +01:00
Alexis de Lattre
55076fe629 Add multi-company rule on account.banking.mandate 2015-02-26 21:43:29 +01:00
Alexis de Lattre
dcfa4b0b89 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
2015-01-19 17:15:36 +01:00
Alexis de Lattre
149286ece5 [Usability] mandates: search by reference, add group_by, add seq type in tree view 2015-01-16 01:05:26 +01:00
Alexis de Lattre
cd6c30e9af [FIX] Bug #96 bad use of new API 2015-01-14 18:08:17 +01:00
Pedro M. Baeza
3d9175fae5 [IMP] Translation template files
[IMP] Translations to spanish
2014-11-08 02:45:12 +01:00
Pedro M. Baeza
2a4bf7d859 [FIX] account_banking_mandate: partner_id field correctly related 2014-11-08 02:45:12 +01:00
Pedro M. Baeza
dbdb02ef6e [FIX] account_banking_mandate: Fix id get from Recordset 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