Hi guys,
I'm stuck here :
<notebook>
<page string="purchase_inquiry_ids">
<!--This is a One2many field relation-->
<field name="purchase_inquiry_ids" context="{'default_purchase_order_id': active_id}"/>
</page>
</notebook>
When I click add an item, the purchase_order_id display the current id but I want to add a readonly="1" attribute to this field.
I really appreciate your help to resolve this.