Commit Graph

16 Commits

Author SHA1 Message Date
Alexis de Lattre
29cfd14a38 Merge remote-tracking branch 'origin/8.0' into 9-sorrento-code-sprint 2016-04-27 15:10:55 +02: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
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
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
17ad455c92 Add requested descriptions in an OCA README.rst file 2015-06-05 11:22:39 +02:00
Matt Choplin
0e02b7e131 [test_for_account_banking_payment_transfer] add test for the partial payment without refund 2015-03-06 18:19:28 +01:00
Adrien Peiffer (ACSONE)
2919623166 [ADD] Add the possibility to show partial reconcilations from payment order 2015-03-06 18:19:28 +01:00
Matt Choplin
19ebc1ef0a [test_for_account_banking_payment_transfer] add tests according to the use case given in https://github.com/OCA/bank-payment/issues/93 2015-03-06 10:12:38 +00: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
Alexis de Lattre
b6555e2ea1 account_banking_payment_transfer: add field transfer_move_option on payment.mode and adapt the generation of the transfer move
account_banking_payment_transfer: port most python files to new API
account_direct_debit: clean-up in invoice view
2015-01-06 15:29:40 +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
Stéphane Bidoul
424c4067cb [IMP] split account_banking_payment from account_banking
We drop the bank statement related part and we manage
the state of payment order with workflow transitions
triggered by the reconciliation of moves lines on the
transfer account.
2015-01-06 15:29:39 +01:00
Stéphane Bidoul
95d2c0a468 [MIG] move account_banking_payment out of __unported__and rename to account_banking_payment_transfer 2015-01-06 15:29:39 +01:00