Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3780 Zobrazení

It's possible to define too(2) trees for a record and call one in edit mode and other in view mode.

One with attribute editable="bottom" and the other without this attribut.

The goal is to be able to open a form in view mode and edit records in treeview inline when update bouton is clicked.

Thanks to answer me. 

Avatar
Zrušit
Autor Nejlepší odpověď

Hello, thanks to your answer but it is not realy what i wanna do.

I want to have something like that : 

<record model="ir.ui.view" id="my_tree">

<field name="name">name</field>
<field name="model">model.model</field>
<field name="type">tree</field>
<field name="arch" type="xml">
<tree editable="bottom" domain="[('widget.view.is_action_enabled('edit')', '=', False)]">
<field name="employee_id"/>
<field name="company_id"/>
</tree>
<tree domain="[('widget.view.is_action_enabled('edit')', '!=', False)]">
<field name="employee_id"/>
<field name="company_id"/>
</tree>
</field>
</record>

when I mentioned <tree editable="bottom"> I will add attachment through tree view itself only. it is looking fine for me. But when I have saved current record and click on row of tree view that is one of the attachment it will not redirect to file details or ir attachment form view. but if i did not mentioned editable="bottom" then it will redirect to form view for same case.

Thank you in Advance :)

 

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
zář 21
5436
1
říj 16
3944
1
zář 15
10530
4
pro 23
20704
2
dub 20
13042