Update internal_property
This commit is contained in:
parent
b902dfed47
commit
dfd552460d
|
|
@ -68,6 +68,7 @@
|
|||
<group>
|
||||
<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"/>
|
||||
|
|
@ -80,9 +81,7 @@
|
|||
<field name="company_id" groups="base.group_multi_company"
|
||||
attrs="{'readonly':[('state','!=','draft'),('unlock','=',True)]}"/>
|
||||
</group>
|
||||
<group name="account" colspan="2" col="4">
|
||||
<field name="account_analy_id"/>
|
||||
</group>
|
||||
|
||||
<notebook>
|
||||
<page name="location_info" string="Property Face & Location">
|
||||
<group>
|
||||
|
|
|
|||
Loading…
Reference in New Issue