Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
7322 Visualizzazioni

Hello, I have a custom module with a tree view from a custom object.

I defined only a tree view for this class, and when user clicks on any row, I want to display a wizard window.

The tree displays correctly, but nothing happends when I click on a row.

I have tried:

<record id="action_view_save_recount" model="ir.values">
    <field name="key2">tree_but_act</field>
    <field name="model">productstock.recount</field>
    <field name="name">Save product recount</field>
    <field name="value" eval="'ir.actions.wizard,%d'%productstock_view_recount"/>
    <field name="object" eval="True" />            
</record>

the id for the wizard form is "productstock_view_recount"

But nothing happends when I click on any row of the view. Can anyone help me to achieve this??

Thanks

Avatar
Abbandona
Risposta migliore

I have the same issue. Did you find any solution !!

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
4
nov 24
13705
0
gen 23
2146
1
giu 21
3842
2
lug 25
25944
3
apr 25
4774