Setting _view_look_dom_arch as not private

bzr revid: fp@tinyerp.com-a05c49a6f76c8e335f95f5a44b8ec8909a1d435e
This commit is contained in:
Fabien Pinckaers 2007-10-07 14:40:56 +00:00
parent 424f3f38ab
commit 21bcadd7f3
1 changed files with 2 additions and 0 deletions

View File

@ -1501,6 +1501,8 @@ class orm(object):
}
return result
_view_look_dom_arch=__view_look_dom_arch
# TODO: ameliorer avec NULL
def _where_calc(self, cr, user, args, active_test=True, context=None):
if not context: