Commit Graph

120 Commits

Author SHA1 Message Date
OCA Transbot
38e4da37d2 OCA Transbot updated translations from Transifex 2017-05-01 16:49:52 +02:00
Pedro M. Baeza
018ed2a785 [CHG] *: Change copyright and author after company merging 2017-04-02 04:02:06 +02:00
OCA Transbot
a925c52037 OCA Transbot updated translations from Transifex 2017-01-20 20:08:41 -05:00
Pedro M. Baeza
c4a230073c [FIX] account_payment_order: Migration scripts
Migration scripts for account_payment_order must be triggered only on OpenUpgrade migration
from v8 to v9, so the version should be 9.0.1.0.0, as there has been other intermediate
versions.

This commit also removes obsolete migrations scripts.
2017-01-06 11:45:31 +01:00
OCA Transbot
a8146e5b47 OCA Transbot updated translations from Transifex 2016-12-30 20:25:05 -05:00
OCA Transbot
b1e4ba54d3 OCA Transbot updated translations from Transifex 2016-12-16 19:13:43 -05:00
OCA Transbot
f572d3b61b OCA Transbot updated translations from Transifex 2016-11-25 21:42:09 -05:00
OCA Transbot
ff173d9d16 OCA Transbot updated translations from Transifex 2016-10-08 01:17:51 -04:00
Stéphane Bidoul (ACSONE)
d14d330071 [FIX] remove en.po that was erroneously created by transbot 2016-08-15 18:54:38 +02:00
OCA Transbot
6edf8379a5 OCA Transbot updated translations from Transifex 2016-08-06 04:05:40 -04:00
OCA Transbot
50def3979e OCA Transbot updated translations from Transifex 2016-07-30 03:33:14 -04:00
OCA Transbot
e275cdf3ae OCA Transbot updated translations from Transifex 2016-07-02 03:36:38 -04:00
Pedro M. Baeza
cdb3f2d567 [IMP] Remove unused POT files 2016-07-01 21:01:13 +02:00
Alexis de Lattre
d99e6ab14b Add unitest for a USD credit transfer (in EUR company) 2016-06-29 16:53:06 +02:00
Alexis de Lattre
b9e629b031 Add unittest for SEPA direct debit 2016-06-19 23:25:19 +02:00
Alexis de Lattre
717798b45e Better test that include several invoices (to test grouping) and refunds 2016-06-18 15:37:35 +02:00
Alexis de Lattre
c5ad5334ab Add a unit test 2016-06-16 23:23:32 +02:00
Alexis de Lattre
0d311316ac Enable the payment methods by default on bank journals (including existing bank journals via post_install scripts)
Enable "Generate Accounting Entries On File Upload" by default
2016-06-16 16:51:03 +02:00
Alexis de Lattre
0e64b0295a Move field bank_account_required from module account_payment_partner to account_payment_mode
Make the mandate a required field on payment line when the payment method has mandate_required=True
Make the bank account a required field on payment line when the payment method has bank_account_required=True
Minor code cleanup
PEP8
2016-06-14 22:25:23 +02:00
Alexis de Lattre
21bc911b20 Better handling of partner_bank_id and mandate_id on invoice: invisible/required/onchange 2016-06-07 00:58:19 +02:00
Alexis de Lattre
8ebdcd0200 Simpler variable names
Rename method
2016-06-06 15:57:36 +02:00
Alexis de Lattre
b5588d9052 Add the bank_line as argument to some methods that generate SEPA XML 2016-06-06 14:05:43 +02:00
Alexis de Lattre
e885be0e12 Add local instrucment in PmtInfId to warranty unicity 2016-06-06 11:46:08 +02:00
Alexis de Lattre
c6f0f5c805 Merge branch '9-sorrento-code-sprint' of github.com:akretion/banking into 9-sorrento-code-sprint 2016-06-05 00:45:12 +02:00
Alexis de Lattre
b094ad5da8 Add field local_instrument in payment lines and bank payment lines 2016-06-05 00:44:27 +02:00
Stéphane Bidoul
d476de0b5d pep8 long line 2016-06-04 14:50:04 +02:00
Alexis de Lattre
7370d174f0 Adds flexibility to support direct debit direct debit for switzerland (pain.008.001.02.ch.01)
Implement SEPA Core recommandations for postal address
2016-06-03 22:58:07 +02:00
Alexis de Lattre
ebf6741c16 Add hooks for l10n_ch_sepa (pain.001.001.03.ch.02)
Move code of account_banking_pain_base/models/banking_export_pain.py to account_banking_pain_base/models/account_payment_order.py
Allow cancel when payment order is in "File Generated" state
Add postal address in party block
2016-06-02 23:58:02 +02:00
Alexis de Lattre
d4d6a301b7 Take into accounts the remarks of Eric Caudal 2016-05-23 10:42:28 +02:00
Alexis de Lattre
4e6261a9b1 Move fields mandate_required and export_ascii from payment mode to payment method
Display chatter on payment orders
Several small usability improvements
2016-05-10 23:16:31 +02:00
Alexis de Lattre
b0c10a708d Add support for non-SEPA DD and CT without without IBANs 2016-05-09 23:23:43 +02:00
Alexis de Lattre
8deb338ccb Add _id suffix on M2O fields customer_payment_mode and supplier_payment_mode (Odoo did the same on all the M2O property fields of res.partner) 2016-05-08 00:11:26 +02:00
Alexis de Lattre
ccb7e9f2a2 Add module account_banking_mandate_sale
Add option 'mandate_required' on payment orders
Autoselect first valid mandate on customer invoice that have a payment mode 'mandate_required' = True
Add option on select move lines to pay wizard to allow selection of litigation moves (unchecked by default), in order to integrate the feature of the module account_payment_blocking
2016-05-07 23:55:46 +02:00
Alexis de Lattre
eb7003f6c3 Update and re-enable demo data 2016-05-06 19:37:26 +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
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
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
unknown
cfa606097a [FIX] corrected hint on usage 2015-07-30 14:59:46 +02:00
unknown
66102f027b [ADD] German pain.001.003.03 format 2015-07-23 17:44:33 +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
Stéphane Bidoul
a9d12a6014 [FIX] sepa attachments migration fix
Sometimes sepa file could have been detached
from the corresponding payment order.
2015-06-13 11:21:07 +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