Commit Graph

15 Commits

Author SHA1 Message Date
Dũng (Trần Đình)
058c683d06 [IMP] maccount_banking_mandate: compute mandate_id
[Ref](https://github.com/odoo/odoo/commit/cb76725b071d8#diff-1e3bd6be3bfb83a37ec9fb800ce8b1c95afe0be90ff792874ae7299c320a2f6eR2257)

[REF] Direct Debit Mandate should be editable on the invoice form
2023-05-05 12:42:18 +07:00
Giovanni Francesco Capalbo
2ff5461466 [16.0][MIG] account_banking_mandate: migration to 16.0 2023-03-13 15:27:33 +01:00
manu
e3f82f1fc9 [MIG]account_banking_mandate: Migration to 15.0
[UPD] Update account_banking_mandate.pot

[UPD] README.rst
2023-03-13 15:27:31 +01:00
João Marques
cbd24a7634 [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

account_banking_mandate 14.0.1.0.1
2023-03-13 15:27:27 +01:00
Alexis de Lattre
4c8e9ebc2e [IMP] account_banking_mandate: black, isort, etc... 2023-03-13 15:27:26 +01:00
Alexis de Lattre
32e73536f6 [MIG] account_banking_mandate: Migration to 14.0
Replace constrains on company by check_company=True on fields
2023-03-13 15:27:26 +01:00
Marçal Isern
85ff85619d [MIG] account_banking_mandate: Migration to 13.0 2023-03-13 15:27:20 +01:00
Marçal Isern
a90b928c26 [IMP] account_banking_madante: black, isort 2023-03-13 15:27:20 +01:00
Thomas Binsfeld
8859962b67 [IMP] Banking Mandate: set reference at creation if falsy value in dict 2023-03-13 15:27:19 +01:00
Thomas Binsfeld
1035cb8ff0 [REF] Banking Mandate: move payment lines list in shortcut button
It allows a user with no access on payment line to open mandates
2023-03-13 15:27:19 +01:00
Pedro M. Baeza
91f9abc621 [MIG] account_banking_mandate: Finish migration to v12
* Adapted test
* Removed unneeded constraint
* Fixed view for accessibility
2023-03-13 08:58:32 +01:00
Pedro M. Baeza
9e10cee711 [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.
2023-03-13 08:58:32 +01:00
Jordi Ballester
a7c23c5f32 add rests. Add better multicompany support
add tests and constrains
2023-03-13 08:58:32 +01:00
etobella
e7f520e410 [MIG] account_payment_mandate: Migration to 11.0 2023-03-13 08:58:32 +01:00
Alexis de Lattre
85e99b716a 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)
2023-03-13 08:58:32 +01:00