Comment 6 for bug 1004833

Revision history for this message
开阖软件 Jeff Wang (jeff.osbzr.com) wrote :

Why this marge is pending yet ? Can the share module been used in final 7.0 release ?

I patched the diff file manually and got following error:

  File "/home/jeff/openerp7/openerp/addons/share/wizard/share_wizard.py", line 107, in _share_root_url
    for cond in safe_eval(this.share_wizard_id.domain):
  File "/home/jeff/openerp7/openerp/osv/orm.py", line 487, in __getattr__
    raise AttributeError(e)
AttributeError: "Field 'share_wizard_id' does not exist in object 'browse_record(share.wizard, 7)'"

Do I missed anything important?