Commit Graph

7 Commits

Author SHA1 Message Date
Pedro M. Baeza
e91c8e4158 [FIX] account_banking_payment_export: Change sequence and noupdate
The new bank.payment.line sequence has the same prefix as the old payment.line, 
so this makes that installations coming from the previous version where there were
no bank.payment.line, in an effective way this provokes to restart the numbering
of the references sent to the bank and thus the possibility of duplicating numbers.

The implicit noupdate="0" also does the same effect of restarting the numbering.
2016-09-21 10:09:18 +02: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
7ae3bd44cf Use sale_ok and purchase_ok instead of tweaking payment type 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
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
Stéphane Bidoul
77b6806e07 [IMP] account_banking_payment refactoring to make payment export features available without pulling bank statement features
- introduce account_banking_payment_export module with all features from account_banking_payment that do not involve changing the payment order workflow or depend on bank statement changes
- account_banking_payment_export does not depend on account_banking 
- account_banking_payment is consequently stripped of above features
- account_banking_sepa_credit_transfer depend on account_banking_payment_export and is compatible with the default payment order workflow
2013-08-09 22:55:49 +02:00