credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #02359
[Bug 909137] [NEW] [trunk] point of sale invoice action wrong view_id type
Public bug reported:
In the module point_of_sale, the action_invoice doesn't return a properly defined act_window. The view_id must be a list:
'view_id': [res_id],
instead of
'view_id': res_id,
kr
J-E
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/909137
Title:
[trunk] point of sale invoice action wrong view_id type
Status in OpenERP Addons (modules):
New
Bug description:
In the module point_of_sale, the action_invoice doesn't return a properly defined act_window. The view_id must be a list:
'view_id': [res_id],
instead of
'view_id': res_id,
kr
J-E
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/909137/+subscriptions
Follow ups
References