Merge lp://staging/~akretion-team/banking-addons/bank-statement-reconcile-61-ref-base-completion into lp://staging/banking-addons/bank-statement-reconcile-61
Proposed by
Benoit Guillot - http://www.akretion.com
Status: | Merged |
---|---|
Merged at revision: | 80 |
Proposed branch: | lp://staging/~akretion-team/banking-addons/bank-statement-reconcile-61-ref-base-completion |
Merge into: | lp://staging/banking-addons/bank-statement-reconcile-61 |
Diff against target: |
325 lines (+56/-55) 2 files modified
account_statement_base_completion/statement.py (+51/-50) account_statement_base_completion/statement_view.xml (+5/-5) |
To merge this branch: | bzr merge lp://staging/~akretion-team/banking-addons/bank-statement-reconcile-61-ref-base-completion |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Guewen Baconnier @ Camptocamp | code review, no test | Approve | |
Holger Brunn (Therp) | code review | Approve | |
Review via email: mp+159105@code.staging.launchpad.net |
Description of the change
In this merge proposal, I submit some changes in the module account_
- add a hook for the field function_to_call
- remove to useless spaces at the end of lines due to my IDE
- fix typo in the name of the class : AccountBankStat
The last point can be discuss :
- don't call automatically the method : get_values_for_line for each statement line that we want to complete
Indeed I think this method should be called in the rule if usefull (it's already the case in the rules already created), but not in every cases.
To post a comment you must log in.
l.289 you added a # TODO FIXME but it doesn't help to know what is actually to fix
l.224,225 if this is to remove, remove it completely instead of comments. I can't say if this is a good change, Nicolas, Joël, do you have any idea?
Thanks