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
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
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
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
Yannick Vaucher
7c221767bd
Add missing default oca icons
2015-08-18 11:10:50 +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
0c0a076abe
Add @api.model on _get_struct_communication_types
2015-06-13 13:57:01 +02:00
Alexis de Lattre
885c79c424
account_banking_pain_base: add @api.model on all methods of banking_export_pain.py
2015-06-08 14:11:38 +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
Pedro M. Baeza
7089fc150e
Merge pull request #172 from akretion/8.0-fix-bug-111-add-initiating_party_identifier
...
Fix bug #111 New field initiating_party_identifier on res.companyi
2015-06-04 07:47:33 +02:00
Alexis de Lattre
74b9c46c37
Add hook to block in localization modules that want raise if initiating_party is not set
2015-06-02 12:24:49 +02:00
Alexis de Lattre
d58bbfa6e8
Replace SQL by code that uses the ORM, as suggested by Pedro
...
Move part of the migration code to res_company.py, so that it's possible to inherit in other modules
2015-06-02 11:13:26 +02:00
Alexis de Lattre
e45505ddbf
Better import
2015-06-01 19:28:47 +02:00
Alexis de Lattre
a7e1833664
Fix bug #111 New field initiating_party_identifier on res.company (migration script included)
2015-06-01 19:22:15 +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
Stéphane Bidoul
c3b3fd82a0
[IMP] pain: do not use InstrPrty for Direct Debit
2015-04-01 22:06:21 +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
f8b4ee8ebd
[IMP] help text for bank and BIC fields
...
Courtesy Alexis de Lattre
2015-03-16 22:42:08 +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
Stefan Rijnhart (Therp)
d15eeaa513
Merge pull request #87 from pedrobaeza/8.0-sepa_creditor_identifier_fix
...
[FIX] account_banking_pain_base: Set a general rule for the initiating party identifier
2015-01-21 17:47:33 +01:00
Pedro M. Baeza
791370ec7d
[FIX] account_banking_pain_base: Set a general rule for the initiating party identifier
2015-01-19 12:09:26 +01:00
Stéphane Bidoul
a4e50d008e
[IMP] use new style to make selection extendable
2014-12-14 19:44:50 +01:00
Stéphane Bidoul
9b997e42e8
[IMP] sepa: make it easier to extend structured communication types
2014-12-14 14:51:28 +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
10757d8ab4
[FIX] Uncaught flake8 errors
2014-11-08 02:45:12 +01:00
Pedro M. Baeza
b1b07a417c
Clean files
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
Pedro M. Baeza
a2e807668e
Initial adjustments for 8.0 repository
2014-09-10 12:19:20 +02:00
Sandy Carter
5be910f886
PEP8 on account_banking_pain_base
2014-09-02 12:30:01 -04:00
Alexis de Lattre
1bee0d342d
[MERGE] with trunk revno 260.
2014-06-23 11:47:01 +02:00
Launchpad Translations on behalf of banking-addons-team
4faa3be557
Launchpad automatic translations update.
2014-05-31 06:02:11 +00:00
Launchpad Translations on behalf of banking-addons-team
204b7318c5
Launchpad automatic translations update.
2014-05-03 06:52:20 +00:00
Launchpad Translations on behalf of banking-addons-team
2d5623cfeb
Launchpad automatic translations update.
2014-04-16 07:13:25 +00:00
Raphaël Valyi
676f572b6d
[MERGE] merged HEAD into current feature branch
2014-03-21 16:12:47 -03:00
Launchpad Translations on behalf of banking-addons-team
eb35076774
Launchpad automatic translations update.
2014-03-21 06:57:59 +00:00
Alexis de Lattre
d5cb35de73
Add missing utf-8 header
...
Update state field on SEPA file objects and display it in tree+form views.
Migrate form views to version 7.0 and simplify them.
2014-03-12 23:18:33 +01:00
Launchpad Translations on behalf of banking-addons-team
977dfff7a2
Launchpad automatic translations update.
2014-03-08 07:00:00 +00:00
unknown
ee41860919
Add the party identifier support for Spain.
2014-03-01 15:52:57 +01:00