Review: Needs Fixing
There are issues in your code.

Don't use '{}' as default values for 'defaults' and 'context' in method copy; 
use None instead.  Try this in an interactive python shell, and you'll 
understand why:

    def foo(d={}):
        return d
    foo()
    foo().update(one=1)
    foo()

The default values for domain and context should not contain double quotes 
inside.

Raphael

-- 
https://code.launchpad.net/~openerp-dev/openobject-server/trunk-usability-improve_filter-rmu/+merge/69226
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-server/trunk-usability.

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to