Commit Graph

28 Commits

Author SHA1 Message Date
lembregtse
b11d37dfd0 [FIX] account_banking_mandate: Add signature_date for _check_valid_state constraint (#445) 2018-12-13 19:00:26 +01:00
Pedro M. Baeza
079d99992b [FIX] account_banking_sepa_direct_debit:
* Fix tests due to upstream change

  Odoo has added a constraint for avoiding a company currency change if there
  are move lines, making these tests to fail, as the currency is changed to EUR.

  With this commit, we create a new company with EUR currency for avoiding the
  problem.

  This commit also changes account_banking_mandate for not duplicating mandate
  number, as it was detected during the test creation.

  Similar to 1f8e345469695d1fb1a2ba2109ddea3adbdf1f78
* Avoid errors in tests when run with other modules
* More adaptations to make tests to work properly

  All these problems comes from using demo data.
2018-12-13 19:00:26 +01:00
Francisco Iván Antón Prieto
5b7681c211 [FIX] account_banking_mandate: _onchange_partner_id missing return (#451) 2018-12-13 19:00:26 +01:00
rgarnau
49f647cfc1 [FIX] minor fix 2018-12-13 19:00:26 +01:00
Carlos Dauden
d036988304 [FIX] account_banking_mandate: If Create and edit acc_number not set 2018-12-13 19:00:26 +01:00
OCA Transbot
c23e251c47 OCA Transbot updated translations from Transifex 2018-12-13 19:00:26 +01:00
Jordi Ballester
8495e00edb add rests. Add better multicompany support
add tests and constrains
2018-12-13 19:00:26 +01:00
Carlos Dauden
cb66b473be [IMP] account_banking_mandate: Fill payment line with first valid mandate + Add valid_mandate field and fix onchange
(cherry picked from commit 25d2e4d)
2018-12-13 19:00:26 +01:00
etobella
16b3cd6a96 [MIG] account_payment_mandate: Migration to 11.0 2018-12-13 19:00:27 +01:00
Cédric Pigeon
2b0a46b63c [UPD] if a mandate is linked to the bank account used, put it automatically on the payment line' 2018-12-13 18:59:24 +01:00
Andrea Stirpe
14e3647ab7 [FIX][10.0] account_banking_mandate: onchange return value missing (#382) 2018-12-13 18:59:24 +01:00
OCA Transbot
8f87ca94e6 OCA Transbot updated translations from Transifex 2018-12-13 18:59:24 +01:00
Pedro M. Baeza
bf6126ceef [IMP] account_banking_mandate: Fill mandate in invoices if none is provided
Using same method as in upstream, mandate is filled on invoice creation if no
one is provided. This way, we don't need to install account_banking_mandate_sale
if we don't want to handle several mandates at sales level.
2018-12-13 18:59:15 +01:00
Alexis de Lattre
04ed0f3aa4 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)
2018-12-13 18:58:02 +01:00
OCA Transbot
b6f0b7133d OCA Transbot updated translations from Transifex 2018-12-13 18:53:58 +01:00
Alexis de Lattre
4b218c6c46 [MIG] account_banking_mandate: Migration to v9 2018-12-13 18:53:58 +01:00
Sergio Incaser
9e0f5b75dd [FIX+IMP] account_banking_mandate: Several fixes and imps:
* Add creditor identifier field to report mandate.
* Translate.
* Split basic and sepa mandate
* Use api.multi instead
* Make format field required
2018-12-13 18:50:45 +01:00
Pedro M. Baeza
1614e82397 [IMP] account_banking_mandate: Cleanup
* Short headers
* Bump version numbers
* es translations
2018-12-13 18:47:50 +01:00
Alexis de Lattre
19f99a7a47 Add bank.payment.lines object to allow grouping in the payments 2018-12-13 18:47:50 +01:00
Darío Lodeiros
302a6a5b8c Mandates multicompany error #242
The restriction rule Banking Mandate multi-company, gives an error when editing a partner bank account from a company A when that account has created a mandate from another company B. So it is impossible to create a mandate for each company without disabling the rule.
Solution: Uncheck the rule writte in Banking Mandate multi-company. But i'm not sure this is correct.
2018-12-13 18:47:50 +01:00
Pedro M. Baeza
dec01f7f4c [FIX] account_banking_mandate: es translation 2018-12-13 18:47:50 +01:00
Antonio Espinosa
780a515229 [FIX] Allow to select bank account when creating a mandate 2018-12-13 18:47:50 +01:00
Pedro M. Baeza
23c7740a04 [FIX] account_banking_mandate: Fix name_get call 2018-12-13 18:47:50 +01:00
sergio-incaser
3df7f14dd3 [IMP] account_banking_mandate: Add report SEPA mandate. 2018-12-13 18:47:50 +01:00
Alexis de Lattre
fc1d14fc28 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
2018-12-13 18:47:50 +01:00
Philippe Schmidt
26facd1d4c Add requested descriptions in an OCA README.rst file 2018-12-13 18:47:50 +01:00
Alexis de Lattre
102b63186d [FIX+IMP] account_banking_mandate: Several things
* Bug #96 bad use of new API
* [Usability] mandates: search by reference, add group_by, add seq type in tree view
* Add scheme in mandate tree+search view
* Replace tabs by spaces in mandate views
* account_banking_mandate/views/account_banking_mandate_view.xml: convert from dos to unix format
* Add multi-company rule on account.banking.mandate
2018-12-13 18:47:50 +01:00
Pedro M. Baeza
af70568280 [ADD] account_banking_mandate, spliting functionality in two modules 2018-12-13 18:45:29 +01:00