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

Cheers!


I've got a field "A" and a field "B".

"B" has a tree view inside.

I want the "create" param of B.tree to be changed according to the value of A (True/False)

I could easily manipulate field B but, what I want is... inside B.


<field name="A"/>

<field name="B">

<tree editable="top" create="true">

    <field name="whatever"/>

</tree>

</field>


Any bright idea? :)


Imagine profil
Abandonează
Cel mai bun răspuns

That need an extension to allow you to dynamically change the tree create value, I done this before in v6.1 and v7 but not in v8 yet, I call this options modifiers because I define it like options="{'create': [('A', '=', 'value')]}" but needs to be implemented by extending Odoo widgets to add this behavior 

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
2
nov. 18
13237
1
mar. 15
4913
1
apr. 24
3391
1
sept. 15
4517
2
dec. 23
20987