Views in gtk client do not correspond with the ones from the web client

Asked by Paul Catinean

Openerp v. 6.0.3
Ubuntu 10.4
Client = latest + some previous other version that behaves exactly the same

I have made a custom module and designed it using the web client.I have made several actions that lead into the tree view of some of my custom models like the next example:

        <record model="ir.actions.act_window" id="vending_machines_visits_search_action">
            <field name="name">Visits Form</field>
            <field name="type">ir.actions.act_window</field>
            <field name="res_model">vending.machine.visits</field>
            <field name="view_type">form</field>
            <field name="view_mode">tree,form</field>
        </record>

In the web client everything works fine,all the changes i make appear instantly after updating the module, whereas in the gtk nothing happens if click list view even if this is not grayed out and the form view lacks a few fields that i added over the development of the module

I have tried everything from updating the module from both clients, updating the whole database with -u all and -u custom_module, gtk won't budge and it will just show the exact same thing.

I even tried erasing the whole content of the xml leaving just a blank data definition: In the web client all the fields were removed, in the gtk they just stayed the same like nothing happened

If any of you all would be so kind as to point me to what i'm doing wrong i would apreciate it deeply, and if this is a bug i will submit it as such although i'm hesitant to proceed into submitting bugs where my knowledge is very limited, Thank you!

Question information

Language:
English Edit question
Status:
Answered
For:
Odoo GTK Client (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Thibaut DIRLIK (Logica) (thibaut-dirlik) said :
#1

If the problem is in the view, show us the view ;-)

2011/11/26 Wiz_KeeD <email address hidden>

> New question #180058 on OpenERP GTK Client:
> https://answers.launchpad.net/openobject-client/+question/180058
>
> Openerp v. 6.0.3
> Ubuntu 10.4
> Client = latest + some previous other version that behaves exactly the same
>
> I have made a custom module and designed it using the web client.I have
> made several actions that lead into the tree view of some of my custom
> models like the next example:
>
> <record model="ir.actions.act_window"
> id="vending_machines_visits_search_action">
> <field name="name">Visits Form</field>
> <field name="type">ir.actions.act_window</field>
> <field name="res_model">vending.machine.visits</field>
> <field name="view_type">form</field>
> <field name="view_mode">tree,form</field>
> </record>
>
> In the web client everything works fine,all the changes i make appear
> instantly after updating the module, whereas in the gtk nothing happens if
> click list view even if this is not grayed out and the form view lacks a
> few fields that i added over the development of the module
>
> I have tried everything from updating the module from both clients,
> updating the whole database with -u all and -u custom_module, gtk won't
> budge and it will just show the exact same thing.
>
> I even tried erasing the whole content of the xml leaving just a blank
> data definition: In the web client all the fields were removed, in the gtk
> they just stayed the same like nothing happened
>
> If any of you all would be so kind as to point me to what i'm doing wrong
> i would apreciate it deeply, and if this is a bug i will submit it as such
> although i'm hesitant to proceed into submitting bugs where my knowledge is
> very limited, Thank you!
>
> --
> You received this question notification because you are a member of
> OpenERP Committers, which is an answer contact for OpenERP GTK Client.
>

Can you help with this problem?

Provide an answer of your own, or ask Paul Catinean for more information if necessary.

To post a message you must log in.