c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #33623
[Bug 856501] Re: pos: AttributeError: 'bool' object has no attribute 'id'
Hello Amit,
I have checked your problem, and I could reproduce the said error which
you've mentioned when installing POS with demo data.
Actually the problem is you are using stable 6.0 (server and addons) and
if I am not mistaken you have only replaced the point_of_sale module
which is not correct. If you want to use the latest trunk version of
point_of_sale then you must use all the trunk series for server, client
and addons. It will solve your problem.
Can you please check with latest code and let us know?
Thanks,
Ujjvala
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/856501
Title:
pos: AttributeError: 'bool' object has no attribute 'id'
Status in OpenERP Addons (modules):
Fix Committed
Bug description:
Trying to install latest trunk version of the POS. Earlier i had
installed POS 6.0 version which was working fine. But since the trunk
version seems to have latest and more features so thought to upgrade
to it. But when i install this one, get following error:
raise ValueError('No references to %s.%s' % (module, xml_id))
ValueError: No references to point_of_sale.group_pos_user
Looked the code:
view.xml has some 2 entries for group_pos_manager, group_pos_user.
But .py file doesn't have any reference to it.
Is it the reason of the error? How can we resolve it.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/856501/+subscriptions
Follow ups
References