field Subscription of 'optical_equipment.equipment' always readonly

This commit is contained in:
2022-06-29 00:57:30 -05:00
parent 7b5cdd61b0
commit f49769990e
3 changed files with 16 additions and 28 deletions

View File

@@ -2,7 +2,6 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form>
<field name="subscription_history"/>
<label name="company"/>
<field name="company"/>
<label name="location"/>
@@ -39,4 +38,11 @@
<field name="health_register"/>
<label name="origin_country"/>
<field name="origin_country"/>
<notebook>
<page string="Subscriptions" id="subscriptions_equipment">
<field name="subscription_history"/>
</page>
</notebook>
</form>