Update internal_property

This commit is contained in:
zainab2097 2024-08-30 13:03:12 +03:00 committed by GitHub
parent e34d615dc0
commit 881eec5758
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -62,13 +62,12 @@
<field name="owner_id"
attrs="{'invisible':[('management_type', '!=', 'include')], 'required':[('management_type','=','include')]}"/>
<field name="action_type" required="1"/>
<field name="no_units" readonly="1"/>
</group>
<group>
<field name="account_analy_id"/>
<field name="market_type"
attrs="{'readonly':[('state','!=','draft'),('unlock','=',True)]}"/>
<field name="account_analy_id"/>
<field name="property_type_id" required="1"
attrs="{'readonly':[('state','!=','draft'),('unlock','=',True)]}"/>
<field name="company_profit" required="1"/>
@ -259,6 +258,7 @@
<page name="unit_info" string="Unit Info">
<group>
<group>
<field name="no_units" readonly="1"/>
<field name="no_rented_units"/>
<field name="no_available_units"/>
<field name="no_reserved_units"/>