Commit Graph

12 Commits

Author SHA1 Message Date
João Marques
d90f2807f6 [FIX] account_banking_mandate: Fix tests
Tests were trying to write/access a field that does not exist in account.move.line, but in account.move

TT28423
2021-02-25 13:36:56 +00:00
Alexis de Lattre
bd2d666e59 [IMP] account_banking_mandate: black, isort, etc... 2021-01-13 15:05:38 +01:00
Alexis de Lattre
49ee4bd41a [MIG] account_banking_mandate: Migration to 14.0
Replace constrains on company by check_company=True on fields
2021-01-13 15:03:48 +01:00
Marçal Isern
60cdceb84e [MIG] account_banking_mandate: Migration to 13.0 2021-01-08 08:36:28 +01:00
Marçal Isern
bf1c60d784 [IMP] account_banking_madante: black, isort 2021-01-08 08:36:28 +01:00
Thomas Binsfeld
74ddffa498 [IMP] Banking Mandate: set reference at creation if falsy value in dict 2021-01-08 08:36:28 +01:00
Thomas Binsfeld
98e5b4c89f [REF] Banking Mandate: move payment lines list in shortcut button
It allows a user with no access on payment line to open mandates
2021-01-08 08:36:28 +01:00
Pedro M. Baeza
c77a17b120 [MIG] account_banking_mandate: Finish migration to v12
* Adapted test
* Removed unneeded constraint
* Fixed view for accessibility
2021-01-08 08:36:28 +01:00
Pedro M. Baeza
d5f8a5a123 [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.
2021-01-08 08:36:28 +01:00
Jordi Ballester
a4fa7e06b6 add rests. Add better multicompany support
add tests and constrains
2021-01-08 08:36:28 +01:00
etobella
745c2fb32c [MIG] account_payment_mandate: Migration to 11.0 2021-01-08 08:36:28 +01:00
Alexis de Lattre
ff853f6f73 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)
2021-01-08 08:36:27 +01:00