Merge lp:~akretion-team/banking-addons/bank-statement-reconcile-70-api-improvement into lp:banking-addons/bank-statement-reconcile-70
Proposed by
Sébastien BEAU - http://www.akretion.com
Status: | Needs review |
---|---|
Proposed branch: | lp:~akretion-team/banking-addons/bank-statement-reconcile-70-api-improvement |
Merge into: | lp:banking-addons/bank-statement-reconcile-70 |
Diff against target: |
156 lines (+18/-28) 8 files modified
account_statement_bankaccount_completion/statement.py (+0/-3) account_statement_base_completion/statement.py (+7/-1) account_statement_base_import/statement.py (+7/-4) account_statement_ofx_import/statement.py (+2/-2) account_statement_regex_account_completion/statement.py (+0/-1) account_statement_so_completion/statement.py (+0/-3) account_statement_transactionid_completion/statement.py (+0/-3) account_statement_transactionid_import/statement.py (+2/-11) |
To merge this branch: | bzr merge lp:~akretion-team/banking-addons/bank-statement-reconcile-70-api-improvement |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Yannick Vaucher @ Camptocamp | code review, no test | Approve | |
Stéphane Bidoul (Acsone) (community) | code review | Needs Information | |
Pedro Manuel Baeza | code review | Approve | |
Joël Grand-Guillaume @ camptocamp | code review, no tests | Approve | |
Guewen Baconnier @ Camptocamp | Pending | ||
Review via email:
|
Description of the change
Hi
I just made some change so it's easier to inherit the actual method.
To post a comment you must log in.
Unmerged revisions
- 105. By Florian da Costa
-
[FIX] Change convention for selection fields and function : __function(...)
- 104. By Florian da Costa
-
[MERGE]
- 103. By Sébastien BEAU - http://www.akretion.com
-
[REF] add abstract function in order to inherit easily the function in other module.
Hi,
Thanks for the contrib, LGTM
Regards