diff --git a/easy_my_coop/models/coop.py b/easy_my_coop/models/coop.py index a078f25..39471c9 100644 --- a/easy_my_coop/models/coop.py +++ b/easy_my_coop/models/coop.py @@ -555,7 +555,8 @@ class share_line(models.Model): required=True, readonly=True) share_short_name = fields.Char(related='share_product_id.short_name', - string='Share type name') + string='Share type name', + readonly=True) share_unit_price = fields.Float(string='Share price', readonly=True) effective_date = fields.Date(string='Effective Date',