Skip to Content
Menu
This question has been flagged
3 Replies
4120 Zobrazenia

How to make these read-only fields false




I tried this but not working?


Avatar
Zrušiť
Autor Best Answer



This is the correct answer

Avatar
Zrušiť
Best Answer

 HI  Vikas Maharana


  • You should try below code to make analytic distribution field as readonly False , 





 I hope this is helpful to you.


 Thanks & Regards,

 Email: odoo@devintellecs.com

 Skype: devintelle

Avatar
Zrušiť
Autor

I tried this, not working

Best Answer

Hi,

To make the analytic distribution as read-only, add the following code


  <xpath expr="//field[@name='analytic_distribution]"
                   position="attributes">
                <attribute name="readonly">1</attribute>
            </xpath>

If you want to make this field as read-only false, add the following code


  <xpath expr="//field[@name='analytic_distribution]"
                   position="attributes">
                <attribute name="readonly">0</attribute>
            </xpath>



Hope it helps,


Avatar
Zrušiť
Autor

I tried this before but it's not working

Autor

I think we can't make one field editable.
How to make an entire tree view field editable

Related Posts Replies Zobrazenia Aktivita
4
máj 25
2593
2
máj 25
5988
1
mar 25
1723
4
mar 25
4586
3
feb 25
5594