Commit Graph

17 Commits

Author SHA1 Message Date
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
Stéphane Bidoul
f6d781d214 [FIX] account_banking_payment_export: remove unneeded logging 2015-06-01 15:14:56 +02:00
Stéphane Bidoul
3260c6c801 [FIX] let the not null constraint on payment_mode.type be created correctly
This is a hack: in an ideal world, Odoo would set such
constraint after module install, not before.
2015-06-01 15:09:37 +02:00
Adrien Peiffer (ACSONE)
8a56787cbc [IMP] Port account_move_line.py on new API 2015-04-22 13:02:24 +02:00
Adrien Peiffer (ACSONE)
3c46c813dd [IMP][account_banking_payment_export] Add a custom view to select journal items that will added on payment order
* Add a custom journal items view based on an analysis of several production system
* Display credit only if account_banking_sepa_credit_transfer is installed
* Display debit only if account_banking_sepa_direct_debit is installed
* Create a new journal entry ref field which will contain the number of the related invoice if it exist and if the state of the releted move is draft.
  otherwise, it will contain the name of the related journal entry.
2015-04-08 09:16:28 +02:00
Stéphane Bidoul
0f91f276ac [IMP] improve selection of invoices to pay
This fixes #93.

- filter invoices that are already in draft and open payment orders.
- use residual amount to care for partial reconciliations and align with official 8.0
2015-03-06 18:19:28 +01:00
Stéphane Bidoul (ACSONE)
8da93207d8 Merge pull request #65 from acsone/8.0-refactor-account_banking_payment-sbi
8.0 migration of account_banking_payment
2015-01-20 23:42:56 +01:00
Laurent Mignon (aka lmi)
7826e346a9 [FIX] default method should return a recordset.. (even if it is empty) 2015-01-20 10:21:18 +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
3eddb643f1 [IMP] move 'structured' reference type to account_banking_payment_export 2015-01-06 15:29:39 +01:00
Stéphane Bidoul
9c9826ee4b [IMP] move account.move.line.get_balance() to account_banking_payment_export 2015-01-06 15:29:39 +01:00
Stéphane Bidoul
c874b92af3 [IMP] set default value for payment.mode.type
Since the field is required and payment modes may exist when
account_banking_payment_export is installed, a default value
is necessary to let Odoo set the required database constraint.
2014-12-14 21:34:19 +01:00
Pedro M. Baeza
7ae3bd44cf Use sale_ok and purchase_ok instead of tweaking payment type 2014-11-08 02:45:12 +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
7d3b61dbec [IMP] Replace deprecated workflow calls 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