mirror of
https://github.com/SARL-PACIFIC-ERP/odoo-sh-test.git
synced 2025-06-25 09:32:22 +00:00
Merge branch 'production' into staging
This commit is contained in:
commit
b465adb4c9
10
estate/views/estate_menus_view.xml
Normal file
10
estate/views/estate_menus_view.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0"?>
|
||||
<odoo>
|
||||
<menuitem id="estate_menu_root" name="Real Estate" />
|
||||
<menuitem id="estate_first_level_menu_advertisements" name="Advertisements" parent="estate_menu_root" />
|
||||
<menuitem id="estate_property_menu_action" action="estate_property_action" parent="estate_first_level_menu_advertisements"/>
|
||||
|
||||
<menuitem id="estate_first_level_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_first_level_menu_settings"/>
|
||||
<menuitem id="estate_property_tag_menu_action" action="estate_property_tag_action" name="Property Tags" parent="estate_first_level_menu_settings"/>
|
||||
</odoo>
|
Loading…
Reference in a new issue