mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms: add general info to property view
This commit is contained in:
@@ -14,7 +14,38 @@
|
|||||||
<notebook>
|
<notebook>
|
||||||
<page string="General Information" name="property_general">
|
<page string="General Information" name="property_general">
|
||||||
<group>
|
<group>
|
||||||
|
<div class="o_address_format">
|
||||||
|
<field
|
||||||
|
name="street"
|
||||||
|
placeholder="Street..."
|
||||||
|
class="o_address_street"
|
||||||
|
/>
|
||||||
|
<field
|
||||||
|
name="street2"
|
||||||
|
placeholder="Street 2..."
|
||||||
|
class="o_address_street"
|
||||||
|
/>
|
||||||
|
<field
|
||||||
|
name="city"
|
||||||
|
placeholder="City"
|
||||||
|
class="o_address_city"
|
||||||
|
/>
|
||||||
|
<field
|
||||||
|
name="state_id"
|
||||||
|
class="o_address_state"
|
||||||
|
placeholder="State"
|
||||||
|
/>
|
||||||
|
<field
|
||||||
|
name="zip"
|
||||||
|
placeholder="ZIP"
|
||||||
|
class="o_address_zip"
|
||||||
|
/>
|
||||||
|
<field
|
||||||
|
name="country_id"
|
||||||
|
placeholder="Country"
|
||||||
|
class="o_address_country"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</group>
|
</group>
|
||||||
</page>
|
</page>
|
||||||
<page string="Settings" name="property_settings">
|
<page string="Settings" name="property_settings">
|
||||||
|
|||||||
Reference in New Issue
Block a user