← Back to team overview

banking-addons-team team mailing list archive

Re: lp:~therp-nl/banking-addons/ba61-lp1073521_force_alternative_move_line_tree_view into lp:banking-addons

 

Review: Approve

Ok, I understood by reading the fields_view_get override in account/account_move_line.py

1009         if context.get('view_mode', False):
1010             return result

Whatever context['view_mode'] contains, it will return early and won't replace your view by the hardcoded one.

That's a bit disturbing but should work to workaround the bug.
-- 
https://code.launchpad.net/~therp-nl/banking-addons/ba61-lp1073521_force_alternative_move_line_tree_view/+merge/143043
Your team Banking Addons Team is subscribed to branch lp:banking-addons.


References