Thomas Binsfeld
e23e291338
[IMP] Banking Mandate: set reference at creation if falsy value in dict
2019-05-13 09:52:05 +02:00
Thomas Binsfeld
ff6d00c5af
[REF] Banking Mandate: indexes on bank account and partner
2019-05-08 10:26:58 +02:00
Thomas Binsfeld
916e83df09
[IMP] Banking Mandate: deletion of bank accounts linked to mandates
...
It should not be possible to delete a bank account linked to mandate(s).
2019-05-08 10:26:58 +02:00
Thomas Binsfeld
6cb8445557
[FIX] Banking Mandate: local variable referenced before assignment
2019-05-07 09:10:44 +02:00
Thomas Binsfeld
c3233b8b9f
[REF] Banking Mandate: move payment lines list in shortcut button
...
It allows a user with no access on payment line to open mandates
2019-03-20 16:26:20 +01:00
Thomas Binsfeld
035e967183
[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
2019-03-15 08:17:56 +01:00
Pedro M. Baeza
f83ce92f88
[MIG] account_banking_mandate: Finish migration to v12
...
* Adapted test
* Removed unneeded constraint
* Fixed view for accessibility
2018-12-13 19:39:53 +01:00
Pedro M. Baeza
2250b6ea5b
[FIX] account_banking_mandate: Condition is reversed
...
So multi-company environment won't work correctly.
2018-12-13 19:00:26 +01:00
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
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
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
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
Pedro M. Baeza
23c7740a04
[FIX] account_banking_mandate: Fix name_get call
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