Update property_management_menu
This commit is contained in:
parent
0346191692
commit
6a8e4af850
|
|
@ -235,10 +235,28 @@
|
|||
<field name="context">{'default_is_tenant': True}</field>
|
||||
<field name="search_view_id" ref="property_management.view_partner_tenant_search"/>
|
||||
</record>
|
||||
|
||||
<record id="action_property_config_settings" model="ir.actions.act_window">
|
||||
<field name="name">Settings</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">res.config.settings</field>
|
||||
<field name="view_id" ref="property_management.res_property_settings_view_form"/>
|
||||
<field name="view_mode">form</field>
|
||||
<field name="target">inline</field>
|
||||
<field name="context">{'module' : 'property_management_menu', 'bin_size': False}</field>
|
||||
</record>
|
||||
|
||||
|
||||
<menuitem id="menu_tenant" name="Tenants"
|
||||
parent="property_management_menu.property_management_menu"
|
||||
action="action_tenant"/>
|
||||
|
||||
<menuitem id="menu_property_general_settings"
|
||||
name="Settings"
|
||||
parent="property_management_menu.property_management_conf"
|
||||
sequence="0"
|
||||
action="action_property_config_settings"/>
|
||||
|
||||
<!-- property_management_menu.property_management_conf -->
|
||||
</data>
|
||||
</odoo>
|
||||
|
|
|
|||
Loading…
Reference in New Issue