c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #37268
[Bug 889734] Re: wrong horizontal width caculation opening purchases starting from dashboard
This has nothing to do with the tree, it has to do with the search view:
the "Request for Quotation" menu asks for the search view
`request.quotation.select`, the dashboard's action asks for
`purchase.order.tree`.
note that the latter is a *tree* view, not a *search* view, which leads
the server to build a search view from scratch (instead of returning the
default search view for the model) when trying a fields_view_get on the
corresponding id, yielding the result you can observe.
So this is mostly an addon bug (it should not specify a tree view as a
search view), compounded by an incomplete server feature (if provided
with an id to fields_view_get, it should probably check if a view for
that type exists before building one from scratch)
** Project changed: openerp-web => openobject-addons
--
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/889734
Title:
wrong horizontal width caculation opening purchases starting from
dashboard
Status in OpenERP Addons (modules):
Confirmed
Bug description:
opening "request for quotation" from dashboard the tree is much to
wide and it is necessary to scroll horizontally
IMHO the width must be calculated the same way as opening from the
menu - no scrolling necessary
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/889734/+subscriptions
References