Commit Graph

549 Commits

Author SHA1 Message Date
Pedro M. Baeza
011e4e89ca [FIX] account_payment_sale: Check if payment mode is set in the propagation 2017-12-19 17:31:59 +02:00
Pedro M. Baeza
b3302ceb2a [DEL] Duplicated files 2017-12-19 17:31:59 +02:00
Pedro M. Baeza
d94f15af7a [MIG] Migration and enhancement of all modules involved in SEPA 2017-12-19 17:31:59 +02:00
Pedro M. Baeza
ea2a6210b2 Initial adjustments for 8.0 repository 2017-12-19 17:31:59 +02:00
Launchpad Translations on behalf of banking-addons-team
7fe7547d89 Launchpad automatic translations update. 2017-12-19 17:31:59 +02:00
Alexis de Lattre
ac5fdc02c5 Suggested by Stefan Rijnhart : check for the payment_mode_id before asking its bank_id.id 2017-12-19 17:31:59 +02:00
Alexis de Lattre
1f21a3739d Update to the new data-model decided during the Open Days 2014.
Add demo data.
2017-12-19 17:31:59 +02:00
Raphaël Valyi
c153ccfa7e [REF] wrapping module description lines to keep cool with the PEP-8 extremists 2017-12-19 17:31:59 +02:00
Alexis de Lattre
0d28bfddd6 Add 4 new modules to handle payment type and bank accounts:
- account_payment_partner
- account_payment_sale
- account_payment_sale_stock
- account_payment_purchase

Filter the selection of invoices per payment type.
Add active field on payment.mode and payment.mode.type.
Add menu entry for Payment Types.
2017-12-19 17:31:59 +02:00
OCA Transbot
1268b5f09f OCA Transbot updated translations from Transifex 2017-12-16 02:28:57 +01:00
Pedro M. Baeza
64394aa392 [FIX] account_payment_order: Fix domain in account.move.line view 2017-12-11 10:44:42 +01:00
Pedro M. Baeza
c02b9f02f2 [FIX] account_payment_order: Correct domain definition on account.payment.line view 2017-12-11 10:33:45 +01:00
Carlos Dauden
8f1c57f395 [FIX] account_banking_mandate: If Create and edit acc_number not set 2017-11-28 13:30:54 +01:00
OCA Transbot
828cb8149c OCA Transbot updated translations from Transifex 2017-11-25 02:20:27 +01:00
OCA Git Bot
1db564a396 [ADD] setup.py 2017-11-23 04:34:51 +01:00
Jordi Ballester Alomar
7c5a56afe6 Merge pull request #407 from etobella/11.0-mig-account_banking_sepa_direct_debit
[11.0] [MIG] account_banking_sepa direct debit
2017-11-22 12:41:26 +01:00
Jordi Ballester Alomar
a5f144aedc Merge pull request #406 from etobella/11.0-mig-account_banking_sepa_credit_transfer
11.0 mig account banking sepa credit transfer
2017-11-22 12:41:05 +01:00
etobella
fa12e54896 [MIG] account_banking_sepa_credit_transfer 2017-11-22 10:50:55 +01:00
OCA Transbot
1cffc59d6d OCA Transbot updated translations from Transifex 2017-11-22 10:50:55 +01:00
Alexis de Lattre
96a0fb492b Add support for ISO20022 "Category Purpose"
Add local instrument 'INST' for SEPA Instant Credit Transfer
2017-11-22 10:50:55 +01:00
Pedro M. Baeza
6b2f7794db *: Change copyright and author after company merging 2017-11-22 10:50:55 +01:00
Alexis de Lattre
4fc963b816 Port almost all modules to v10 (#305)
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug #300)
2017-11-22 10:50:55 +01:00
Pedro M. Baeza
d22e3226af Rename manifest files 2017-11-22 10:50:55 +01:00
Pedro M. Baeza
957abaea4e Make modules uninstallable 2017-11-22 10:50:55 +01:00
Stéphane Bidoul (ACSONE)
2763263db6 remove en.po that was erroneously created by transbot 2017-11-22 10:50:55 +01:00
OCA Transbot
5e7558302d OCA Transbot updated translations from Transifex 2017-11-22 10:50:55 +01:00
Pedro M. Baeza
9e332376e4 Remove unused POT files 2017-11-22 10:50:55 +01:00
Alexis de Lattre
d0f782a946 Add unitest for a USD credit transfer (in EUR company) 2017-11-22 10:50:55 +01:00
Alexis de Lattre
83bcab9ecd Add unittest for SEPA direct debit 2017-11-22 10:50:55 +01:00
Alexis de Lattre
441bee1331 Better test that include several invoices (to test grouping) and refunds 2017-11-22 10:50:55 +01:00
Alexis de Lattre
1c7334ebf2 Add a unit test 2017-11-22 10:50:55 +01:00
Alexis de Lattre
981a76bf24 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
2017-11-22 10:50:55 +01:00
Alexis de Lattre
3f09465750 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
2017-11-22 10:50:55 +01:00
Alexis de Lattre
15c111c53e Better handling of partner_bank_id and mandate_id on invoice: invisible/required/onchange 2017-11-22 10:50:55 +01:00
Alexis de Lattre
953b172791 Simpler variable names
Rename method
2017-11-22 10:50:55 +01:00
Alexis de Lattre
23c799a3f6 Add the bank_line as argument to some methods that generate SEPA XML 2017-11-22 10:50:55 +01:00
Alexis de Lattre
9375ced37a Add local instrucment in PmtInfId to warranty unicity 2017-11-22 10:50:55 +01:00
Alexis de Lattre
05ce1ed93b Add field local_instrument in payment lines and bank payment lines 2017-11-22 10:50:55 +01:00
Stéphane Bidoul
56f9dfec6e pep8 long line 2017-11-22 10:50:55 +01:00
Alexis de Lattre
ee18b2d4a7 Adds flexibility to support direct debit direct debit for switzerland (pain.008.001.02.ch.01)
Implement SEPA Core recommandations for postal address
2017-11-22 10:50:55 +01:00
Alexis de Lattre
82317abb92 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
2017-11-22 10:50:55 +01:00
Alexis de Lattre
ec41abda44 Take into accounts the remarks of Eric Caudal 2017-11-22 10:50:55 +01:00
Alexis de Lattre
0ed6c5f588 Move fields mandate_required and export_ascii from payment mode to payment method
Display chatter on payment orders
Several small usability improvements
2017-11-22 10:50:55 +01:00
Alexis de Lattre
d417b32fb8 Add support for non-SEPA DD and CT without without IBANs 2017-11-22 10:50:55 +01:00
Alexis de Lattre
d9564a0133 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) 2017-11-22 10:50:55 +01:00
Alexis de Lattre
08e4b93702 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
2017-11-22 10:50:55 +01:00
Alexis de Lattre
e21045c2b1 Update and re-enable demo data 2017-11-22 10:50:55 +01:00
Alexis de Lattre
8fd479c802 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/...
2017-11-22 10:50:55 +01:00
Alexis de Lattre
af9874054c 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
2017-11-22 10:50:55 +01:00
OCA Transbot
ea338023f9 OCA Transbot updated translations from Transifex 2017-11-22 10:50:55 +01:00