Merge branch 'production' into staging

This commit is contained in:
Matt Marcha 2024-08-10 10:55:53 -10:00 committed by GitHub
commit b465adb4c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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>