Commit Graph

14 Commits

Author SHA1 Message Date
Pedro M. Baeza
8aff0fdaf3 [REF] account_banking_mandate: Adapt module to native payment refactoring 2023-03-04 19:25:27 +01:00
manu
6688e65aec [MIG]account_banking_mandate: Migration to 15.0 2022-04-12 12:25:40 +02:00
João Marques
05c24a871d [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
2022-04-07 11:51:31 +02:00
Alexis de Lattre
8045e5ce84 [IMP] account_banking_mandate: black, isort, etc... 2022-04-07 11:51:31 +02:00
Alexis de Lattre
4bf57b0e38 [MIG] account_banking_mandate: Migration to 14.0
Replace constrains on company by check_company=True on fields
2022-04-07 11:51:31 +02:00
Marçal Isern
c50ef1062d [MIG] account_banking_mandate: Migration to 13.0 2022-04-07 11:51:31 +02:00
Marçal Isern
16f5c15768 [IMP] account_banking_madante: black, isort 2022-04-07 11:51:31 +02:00
Thomas Binsfeld
ef159f6496 [IMP] Banking Mandate: set reference at creation if falsy value in dict 2022-04-07 11:51:31 +02:00
Thomas Binsfeld
1e836b152a [REF] Banking Mandate: move payment lines list in shortcut button
It allows a user with no access on payment line to open mandates
2022-04-07 11:51:31 +02:00
Pedro M. Baeza
7e9bb52010 [MIG] account_banking_mandate: Finish migration to v12
* Adapted test
* Removed unneeded constraint
* Fixed view for accessibility
2022-04-07 11:51:31 +02:00
Pedro M. Baeza
c8b0d32b2e [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.
2022-04-07 11:51:31 +02:00
Jordi Ballester
5be4ad2344 add rests. Add better multicompany support
add tests and constrains
2022-04-07 11:51:31 +02:00
etobella
b4be571b19 [MIG] account_payment_mandate: Migration to 11.0 2022-04-07 11:51:31 +02:00
Alexis de Lattre
a424709f52 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)
2022-04-07 11:51:31 +02:00