Update internal_property
This commit is contained in:
parent
10b3ec6cc6
commit
71d72f894f
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue