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
d35053f76f
OCA Transbot updated translations from Transifex
2016-04-23 02:22:00 -04:00
OCA Transbot
c15107ff4d
OCA Transbot updated translations from Transifex
2016-04-16 02:20:45 -04:00
OCA Transbot
d626309424
OCA Transbot updated translations from Transifex
2016-04-09 02:15:34 -04:00
Sergio Incaser
d6bfa57fe2
[IMP][8.0] account_banking_sepa_direct_debit: Report font size smallest
2016-04-07 16:24:02 +02:00
sergio-incaser
ac3a727cd8
[FIX][8.0] account_banking_sepa_direct_debit: Fix translation
2016-04-06 21:47:45 +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
94d1b4c46e
[IMP][8.0] sepa_direct_debit_mandate: Migration script
2016-04-06 10:48:02 +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
Pedro M. Baeza
16310ff159
[FIX] account_banking_sepa_direct_debit: Fixes #257
2016-03-09 15:37:55 +01:00
Antonio Espinosa
77fdbbfcea
[IMP] Define SEPA identifiers per payment mode
2016-03-04 18:33:07 +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
9ebcbd4bcb
Update automated tests and demo data
...
Add on_change on field 'type' of payment.mode for easier configuration
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
edcf09147e
Add bank.payment.lines object to allow grouping in the payments
2016-02-18 09:40:57 +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
sergio-incaser
4f3bc65b40
[FIX] account_banking_sepa_direct_debit: Fix error in payment order validation when there is more than one line with the same mandate.
2015-07-08 10:07:40 +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
17ad455c92
Add requested descriptions in an OCA README.rst file
2015-06-05 11:22:39 +02:00
Alexis de Lattre
c5ba16e5ef
Add migration scripts to move files to attachments
2015-06-01 20:58:21 +02: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
Pedro M. Baeza
c07d0522c0
[IMP] Expand authors + manifest cleaning
2015-05-25 17:14:05 +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
Stéphane Bidoul (ACSONE)
f27f6e1412
Merge pull request #79 from acsone/8.0-sepa-bic-from-bank-account-instead-of-bank-crp-sbi
...
[IMP] sepa credit tfr: get BIC from bank account if bank is not specified on bank account
2015-03-23 12:23:50 +01:00
Stéphane Bidoul
43cf750489
[IMP] sepa direct debit: get BIC from bank account if not available on bank
2015-03-16 22:42:03 +01:00
Alexis de Lattre
4929cba44b
Limit lenght of mandate reference, according to ISO 20022
2015-03-11 11:57:54 +01: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
Stéphane Bidoul (ACSONE)
2e2a8a398a
Merge pull request #103 from akretion/8.0-payment-mode-selection-widget
...
8.0 use sale_ok and purchase_ok filters in partner/sale/purchase form views
2015-01-22 18:06:19 +01:00
Pedro M. Baeza
1230e88a10
Merge pull request #99 from akretion/8.0-mandate-better-views
...
[Usability] mandates: search by reference, add group_by, add seq type in tree view
2015-01-21 10:11:42 +01:00
Alexis de Lattre
d5fc46242d
Add sale_ok and purchase_ok filters in partner/sale/purchase form views
...
Use widget=selection for payment_mode_id fields
Update demo data
2015-01-19 22:52:38 +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
1a90364d0f
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
2015-01-06 15:29:40 +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
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
7ba7113051
[FIX] account_banking_sepa_direct_debit: Set args correctly for cron job
2014-11-08 02:45:12 +01:00
Pedro M. Baeza
10757d8ab4
[FIX] Uncaught flake8 errors
2014-11-08 02:45:12 +01:00
Pedro M. Baeza
039e7f7de6
[FIX] account_banking_sepa_direct_debit: Restore scheme field in mandate view
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
85e4d22de3
[FIX] account_banking_mandate dependency
2014-11-08 02:45:12 +01:00