c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #12605
[Bug 702921] Re: [trunk] [purchase] Possible to merge only one RfQ
Indeed, and the analysis of this testcase seems to indicate that this
specific problem comes from the fact that when calling the
fields_view_get() method of the purchase.order.group wizard, the web
client passes 'active_model': 'ir.ui.menu' in the context, while GTK
passes 'purchase.order'.
The purchase.order.group wizard relies on this to determine whether to
warn. See addons/purchase/wizard/purchase_order_group.py:46
Thanks for reporting!
** Changed in: openobject-client-web
Importance: Undecided => Low
** Changed in: openobject-client-web
Status: New => Confirmed
** Changed in: openobject-client-web
Milestone: None => 6.0
** Changed in: openobject-client-web
Assignee: (unassigned) => OpenERP SA's Web Client R&D (openerp-dev-web)
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/702921
Title:
[trunk] [purchase] Possible to merge only one RfQ
Status in OpenObject Web Client:
Confirmed
Bug description:
Revno 4341
With demo data on new DB. Go to Purchase -> Request for Quotations.
Select the only one RfQ and click at the right on 'Merge Purchase
Order'. no error message. But in GTK client an error messasge is
displayed to say that the user should choose multiple purchase order
to merge.
Follow ups
References