Víctor Martínez
c32b2b2fd2
[IMP] account_banking_mandate: Set sequence when creating a mandate with empty mandate reference
...
TT50317
2024-07-25 17:12:50 +02:00
Víctor Martínez
e8ba000e99
[IMP] account_banking_mandate_contact: Improve tests (remove mock)
...
Changes done:
- Add _get_payment_method_information() compatibility from account_banking_mandate
- Remove mock from account_banking_mandate_contact tests
2024-05-21 13:35:46 +02:00
Hugo Santos
70c07af9d1
[FIX] Use correct company when search for mandate_id
...
Use the account.move company to search for the right partner mandate
2024-02-07 11:09:49 +01:00
Víctor Martínez
d3eaaba2cf
[IMP] account_banking_mandate: Allow to set a specific mandate reference or sequence
2023-11-30 14:16:40 +01:00
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
David Ramia
7e65a5d912
[FIX] account_move and account_banking_mandate is not overriding the create method in batch
2023-04-27 00:13:03 +02: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
Alexis de Lattre
448a86851a
Update test suite
...
Fix bug in account_banking_mandate when a res.partner.bank is not attached to a particular company (company_id is NOT required on res.partner.bank)
2023-03-13 15:27:29 +01:00
Stefan Rijnhart
5386272372
[RFR] Simplify datamodel
2023-03-13 15:27:26 +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
Roger Escolà
0eef296b8d
[13.0][FIX] account_banking_mandate: fixes singleton error when posting some records with mandate
2023-03-13 15:27:25 +01:00
Carlos Dauden
c9164df64c
[IMP] account_banking_mandate: Improve inheritability
...
TT26356
account_banking_mandate 13.0.1.1.1
2023-03-13 15:27:24 +01:00
Enric Tobella
3a3ca6dd6b
[13.0][FIX] account_banking_mandate: Set Force company
...
account_banking_mandate 13.0.1.0.1
2023-03-13 15:27:21 +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
Carlos Dauden
6692f31401
[IMP] account_banking_mandate: Show acc number end in name_get
2023-03-13 15:27:20 +01:00
Pedro M. Baeza
42aea59a85
[IMP] account_banking_mandate: Put binary field as attachment
...
For not wasting space in DB. Migration scripts included (requires openupgradelib).
2023-03-13 15:27:19 +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
a1bda57e3c
[REF] Banking Mandate: indexes on bank account and partner
2023-03-13 15:27:19 +01:00
Thomas Binsfeld
d9397029b1
[IMP] Banking Mandate: deletion of bank accounts linked to mandates
...
It should not be possible to delete a bank account linked to mandate(s).
2023-03-13 15:27:19 +01:00
Thomas Binsfeld
160ac66a1c
[FIX] Banking Mandate: local variable referenced before assignment
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
Thomas Binsfeld
b91ffe730e
[REF] Banking Mandate: searches with sudo in constraint
...
The searches in the constraint should be done as sudo since it should not depend on the access of the user
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
db3ebf8f2d
[FIX] account_banking_mandate: Condition is reversed
...
So multi-company environment won't work correctly.
2023-03-13 08:58:32 +01:00
lembregtse
fe7d70cee4
[FIX] account_banking_mandate: Add signature_date for _check_valid_state constraint ( #445 )
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
Francisco Iván Antón Prieto
ada448e78f
[FIX] account_banking_mandate: _onchange_partner_id missing return ( #451 )
2023-03-13 08:58:32 +01:00
rgarnau
f7bd8db23c
[FIX] minor fix
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
Carlos Dauden
649c548590
[IMP] account_banking_mandate: Fill payment line with first valid mandate + Add valid_mandate field and fix onchange
...
(cherry picked from commit 25d2e4d )
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
Cédric Pigeon
15eb8d72e6
[UPD] if a mandate is linked to the bank account used, put it automatically on the payment line'
2023-03-13 08:58:32 +01:00
Andrea Stirpe
cc6dcc231f
[FIX][10.0] account_banking_mandate: onchange return value missing ( #382 )
2023-03-13 08:58:32 +01:00
Pedro M. Baeza
1e50143246
[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.
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
Alexis de Lattre
fa4c820db1
[MIG] account_banking_mandate: Migration to v9
2023-03-13 08:58:32 +01:00
Sergio Incaser
fc8cab3b60
[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
2023-03-13 08:58:32 +01:00
Pedro M. Baeza
5943556fa4
[IMP] account_banking_mandate: Cleanup
...
* Short headers
* Bump version numbers
* es translations
2023-03-13 08:58:32 +01:00
Alexis de Lattre
b74125e848
Add bank.payment.lines object to allow grouping in the payments
2023-03-13 08:58:32 +01:00
Pedro M. Baeza
ec73fba185
[FIX] account_banking_mandate: Fix name_get call
2023-03-13 08:58:32 +01:00
Alexis de Lattre
fa94ed19ba
[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
2023-03-13 08:58:32 +01:00
Pedro M. Baeza
c6917f4d9f
[ADD] account_banking_mandate, spliting functionality in two modules
2023-03-13 08:58:32 +01:00