Error when performing a search field with many2one. Web Client 6.0

Bug #618782 reported by Marcilene Ribeiro
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Web Client
Fix Released
Undecided
Sananaz (Open ERP)

Bug Description

Error when performing a search field with many2one

In view search or a search bar default, when I try to perform a query on a field many2one search is not performed, if put into action the view_mode this:

<record model="ir.actions.act_window" id="action_view_project_br_work_atividades">
        <field name="name"> Activities </ field>
        <field name="res_model"> project_br.task.work </ field>
        <field name="view_type"> form </ field>
        <field name="view_mode"> tree, graph </ field>
        <field name="view_id" ref="view_task_work_atividades_tree"/>
       </ Record>

search is not performed.

But if you put like this:

        <record model="ir.actions.act_window" id="action_view_project_br_work_atividades">
        <field name="name"> Activities </ field>
        <field name="res_model"> project_br.task.work </ field>
        <field name="view_type"> form </ field>
+      <field name="view_mode"> tree, form, graph </ field>
        <field name="view_id" ref="view_task_work_atividades_tree"/>
       </ Record>

the search is performed normally.

description: updated
summary: - Error when performing a search field with many2one
+ Error when performing a search field with many2one. Web Client 6.0
Revision history for this message
Jiten (OpenERP) (jiten-openerp) wrote :

Hello Doty,

Can you please explain more ?
Which revision you are using for addons, server and web client ?

Thanks.

Revision history for this message
Marcilene Ribeiro (mrasistemas) wrote :

Web client.

Revision history for this message
Navrang Oza (noz-tiny) wrote :

Hello Doty,

Its clearly asked by jra (Open ERP) that "Which revision you are using for addons, server and web client ?"
So it shows that he already knew that you have problem in web client.

But please reply what he asked for.
Only "web client" as your answer is not giving full details.

Thanks.

Revision history for this message
Marcilene Ribeiro (mrasistemas) wrote :

Hello,
Sorry...
For server revision 2647 and web client revision 3629. I do not use the addons.

Revision history for this message
Navrang Oza (noz-tiny) wrote :

Hello Dotty,

Something wrong at your side.
For Web Client you said that you are using version 6.0, so it means you are using trunk.

Than your revision is wrong.
I have latest revision for Web Client (trunk) is : 3137
Server (trunk) revision is : 2648 (That is true)

Please check it once.

Thanks.

Revision history for this message
Marcilene Ribeiro (mrasistemas) wrote :

Hello,
Follows Reviews:
Server - 2663
Client - 1522
Web-Client -3156

I checked and still the same error described above.

Thanks.

Revision history for this message
Jiten (OpenERP) (jiten-openerp) wrote :

Hello Marcilene(Doty),

I have re-tested with latest code of server and web client, but i have not phased like your error.
Can you please explain more ? How can i reproduce this?
At where you are geting this error ? If possible than give me some screen-shots.

Thanks.

Changed in openobject-client-web:
status: New → Confirmed
milestone: none → 6.0
Navrang Oza (noz-tiny)
Changed in openobject-client-web:
assignee: nobody → sma (Open ERP) (sma-tiny)
Changed in openobject-client-web:
status: Confirmed → In Progress
Revision history for this message
Sananaz (Open ERP) (sma-tiny) wrote :

Hello Marcilene (Doty),

Its fixed it web-client trunk branch. Please update your code.

Revision-info:
3168 <email address hidden>

Thanks.

Changed in openobject-client-web:
status: In Progress → Fix Released
Revision history for this message
Marcilene Ribeiro (mrasistemas) wrote :

Checked, now is working perfectly.
Thanks.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.