c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #12617
Re: [Bug 702921] Re: [trunk] [purchase] Possible to merge only one RfQ
I discover this issue by creating a new wizard for purchase.order and
try to get the active_id in a method of this wizard. So I think, the
problem is not only for purchase.order.group but for all wizards of
purchase.order object.
It's crazy because fro the moment it's only on purchase.order object
not on other object !!
Quentin
Le 15/01/2011 03:59, Olivier Dony (OpenERP) a écrit :
> 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.
References