← Back to team overview

openerp-india team mailing list archive

[Bug 1009925] Re: share : onchange doesn't work

 

Hello Amit Parik,

Except for the onchange, the module works quite fine but you have to use
another user then the one generated and change it in the html file where
you copy/paste the generated code (see example). You can test with the
admin user, so you'll be sure to have all rights to object. It's also
necessary to add the class="openerp" in the body tag.

Here is an example :

<html>
<body class="openerp">
<script type="text/javascript" src="http://localhost:8069/web/webclient/js";></script>
<script type="text/javascript">
 new openerp.init(["web"]).web.embed("http://localhost:8069";, "testdb", "admin", "adminpwd",564, {
	"display_title": false, 
	"search_view": true
});
</script>
</body>
</html>

Regards,

Fabian

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1009925

Title:
  share : onchange doesn't work

Status in OpenERP Addons (modules):
  Incomplete

Bug description:
  Hello,

  In any shared view exported with the share module, the onchange
  doesn't work. For example, if you export the sale order view, changing
  the partner does not change the addresses.

  Regards,

  Fabian

  tested on last revisions as for the 2012-06-07
  Under OPW : M120516582-orocbsbs

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1009925/+subscriptions


References