Skip to Content
Menu
This question has been flagged
1 Atsakyti
5056 Rodiniai

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? :)


Portretas
Atmesti
Best Answer

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 

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
2
lapkr. 18
13232
1
kov. 15
4910
1
bal. 24
3371
1
rugs. 15
4510
2
gruod. 23
20980