Merge lp:~therp-nl/banking-addons/6.1-dev-fixes_from_testing_iteration_1 into lp:~banking-addons-team/banking-addons/6.1-dev
Status: | Merged |
---|---|
Approved by: | James Jesudason |
Approved revision: | 126 |
Merged at revision: | 127 |
Proposed branch: | lp:~therp-nl/banking-addons/6.1-dev-fixes_from_testing_iteration_1 |
Merge into: | lp:~banking-addons-team/banking-addons/6.1-dev |
Diff against target: |
263 lines (+60/-35) 9 files modified
account_banking/account_banking.py (+7/-2) account_banking/banking_import_transaction.py (+3/-3) account_banking/data/account_banking_data.xml (+7/-0) account_banking/i18n/nl.po (+1/-1) account_banking/wizard/banktools.py (+1/-0) account_banking_nl_clieop/account_banking_nl_clieop.py (+16/-14) account_banking_nl_clieop/wizard/export_clieop.py (+18/-7) account_direct_debit/view/account_payment.xml (+7/-5) account_iban_preserve_domestic/res_partner_bank.py (+0/-3) |
To merge this branch: | bzr merge lp:~therp-nl/banking-addons/6.1-dev-fixes_from_testing_iteration_1 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James Jesudason (community) | Approve | ||
Review via email: mp+102061@code.launchpad.net |
Commit message
[FIX] check partner_id on statement line is defined before browsing further
[FIX] translation typo
[FIX] Do not write obsolete field 'code' to res.bank
[ADD] Write bic field to res.partner.bank when found
[FIX] Super() called with wrong object name
[FIX] Disable invalid (and unused) xpath expression
[RFR] Adapt NL Clieop module to API changes in 6.1
[FIX] Clieop export counter per day was always 1
Description of the change
This branch adapts a Dutch localization module to the 6.1 API and fixes a number of minor issues that arose while testing.
[FIX] check partner_id on statement line is defined before browsing further
[FIX] translation typo
[FIX] Do not write obsolete field 'code' to res.bank
[ADD] Write bic field to res.partner.bank when found
[FIX] Super() called with wrong object name
[FIX] Disable invalid (and unused) xpath expression
[RFR] Adapt NL Clieop module to API changes in 6.1
[FIX] Clieop export counter per day was always 1
Thanks