mirror of
https://github.com/SARL-PACIFIC-ERP/odoo-sh-test.git
synced 2025-06-25 17:42:22 +00:00
10 lines
674 B
XML
10 lines
674 B
XML
<?xml version="1.0"?>
|
|
<odoo>
|
|
<menuitem id="estate_menu_root" name="Real Estate" />
|
|
<menuitem id="estate_property_menu" name="Advertisements" parent="estate_menu_root" />
|
|
<menuitem id="estate_property_menu_action" action="estate_property_action" parent="estate_property_menu"/>
|
|
|
|
<menuitem id="estate_property_menu_settings" name="Settings" parent="estate_menu_root" />
|
|
<menuitem id="estate_property_type_menu_action" action="estate_property_type_action" name="Property Types" parent="estate_property_menu_settings"/>
|
|
<menuitem id="estate_property_tag_menu_action" action="estate_property_tag_action" name="Property Tags" parent="estate_property_menu_settings"/>
|
|
</odoo> |