Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
11812 Visualizzazioni

When you click on a record in a tree view, you switch to the form view of that record in a view mode. You can then click edit, and edit the form.

Can you put a tag in the XML or something to make the form view automatically open in edit mode?

It is not a huge problem to click edit, but it would be faster for user input to get rid of that extra click.

Thanks.

Avatar
Abbandona
Risposta migliore

You can use editable="bottom" in the tree view.

<field name="pf_nominee_id" nolabel="1">
        <tree string=' PF Details' editable="bottom"> 
                <field name='pf_nominee_name'/>
                <field name='pf_nominee_dob'/>
                <field name='pf_nominee_relation'/>
                <field name="pf_nominee_address"/> 
                <field name="pf_nominee_percentage"/>
        </tree>
 </field>

Here pf_nominee_id is the one2many field.

Avatar
Abbandona
Autore

This would allow the user to add items to the tree view wouldn't it? I don't want the user to be able to add records, just edit the records that have already been created.

Have you used this code in your production ?, this will allow user to edit the one2many field and adding the record is default functionality.I just answer your question that how to avoid the edit form and do the editing in the tree view. Thankyou.

The form will probably have more fields than the tree view. This isn't a workable solution in most cases.

Post correlati Risposte Visualizzazioni Attività
1
set 23
4728
1
set 21
5421
2
giu 22
4106
4
dic 23
20674
0
set 21
2280