Commit Graph

35 Commits

Author SHA1 Message Date
Pedro M. Baeza
2f1e21c4f8 [IMP] account_banking_payment_export: Protect unlink 2016-06-14 09:50:19 +02:00
Pedro M. Baeza
20e6e0f60a Merge pull request #217 from pedrobaeza/8.0-reference_type-fix
[FIX] account_banking_payment_export: Correct communication type for customer invoices in payment lines
2016-03-02 10:44:39 +01:00
Pedro M. Baeza
bafffd0ede [IMP] account_banking_payment_export: Add option for not grouping lines
There can be multiple reasons for not grouping payment lines:

* The customer needs each payment line individually for matching references.
* For avoiding the risk of returning a big amount.
* For not overpassing amout limits.
* ...

So with this commit, you have the possibility of selecting at payment mode
level if you want to group or not
2016-02-25 19:07:44 +01:00
Pedro M. Baeza
8a8352aae8 [FIX] account_banking_payment_export: Correct communication type for customer invoices in payment lines 2016-02-25 18:13:14 +01:00
Pedro M. Baeza
5b3963b121 [IMP] account_banking_payment_export: Improve computed method + store field 2016-02-18 16:51:19 +01:00
Pedro M. Baeza
91770110b2 [IMP] account_banking_payment_export: default for "invoice" field in wizard 2016-02-18 09:44:00 +01:00
Pedro M. Baeza
4a62d6d30b [IMP] *: Short headers 2016-02-18 09:40:58 +01:00
Alexis de Lattre
062fe64acf Better strings 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
32470c3705 Better filters on payment.order.create wizard
Add default values for those filters on payment.mode
2016-02-18 09:40:58 +01:00
Alexis de Lattre
f9bde4af35 Add bank_line_count field and display it in view
Display date_sent field in view
2016-02-18 09:40:58 +01:00
Alexis de Lattre
287c05c4c3 Add constraints on BIC length (8 or 11 chars) 2016-02-18 09:40:57 +01:00
Alexis de Lattre
212f5f992e Allow to select customer refunds in direct debit order and supplier refunds in payment order (to reduce the amount to pay) 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
8ba8f39cf0 [FIX] account_banking_payment_export: Avoid the drop of the column total on updates 2015-11-03 14:44:26 +01:00
Emanuel Cino
1a42ce7acf rename compute method in payment_order 2015-09-24 16:02:12 +02:00
Emanuel Cino
125ce25e35 Store total field on payment orders 2015-09-24 15:59:27 +02:00
AngelMoya-Domatix
901f6748fe ADD description on payment mode and show it on invoice report
FIX tabs

FIX translate
2015-07-07 10:03:24 +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
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