Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
5031 Lượt xem

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


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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 

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 11 18
13207
1
thg 3 15
4886
1
thg 4 24
3359
1
thg 9 15
4497
2
thg 12 23
20969