Update internal_property

This commit is contained in:
zainab2097 2024-08-28 11:10:58 +03:00 committed by GitHub
parent 10b3ec6cc6
commit 71d72f894f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -66,7 +66,7 @@
<group>
<field name="market_type"
attrs="{'readonly':[('state','!=','draft'),('unlock','=',True)]}"/>
<field name="property_type_id" domain="[('market_type', '=', market_type)]" required="1"
<field name="property_type_id" required="1"
attrs="{'readonly':[('state','!=','draft'),('unlock','=',True)]}"/>
<field name="company_profit" required="1"/>
<field name="company_profit_amount" required="1"/>
@ -230,6 +230,9 @@
<page name="other" string="Other Info">
<group col="4" colspan="2">
<field name="no_rented_units"/>
<field name="suitability_for_residence"/>
<field name="is_new"/>
<field name="building_age"/>
<field name="no_available_units"/>
<field name="no_reserved_units"/>
</group>