Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
3904 Vizualizări

Guys.
 Help, please.
This is my base tree view.

<record model="ir.ui.view" id="tree_mymodel">
<field name="name">>mymodel.tree</field>
<field name="model">mymodel.model</field>
<field name="arch" type="xml">
<tree>
 <field name="name" />
<field name="description"/>
<field name="published"/>
<field name="image"/>
</tree>
</field>
</record>

i need input type="text" field and my button that will be run python code on server side in the top of tree view instead default buttons Create and Import. Also i need data from input type="text" field get in python code. How to build this schema?

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
2
iun. 22
2200
0
dec. 23
974
1
apr. 24
12424
1
oct. 19
6700
1
aug. 19
6299