We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33109ca commit 6e502f7Copy full SHA for 6e502f7
estate/views/estate_menus.xml
@@ -0,0 +1,8 @@
1
+<?xml version="1.0"?>
2
+<odoo>
3
+ <menuitem id="real_estate_menu_root" name="Properties">
4
+ <menuitem id="adevrisements_first_level_menu" name="Advertisements">
5
+ <menuitem id="properties_model_menu_action" action="estate_new_record_action"/>
6
+ </menuitem>
7
8
+</odoo>
estate/views/estate_property_views.xml
+ <record id="estate_new_record_action" model="ir.actions.act_window">
+ <field name="name">New Record</field>
+ <field name="res_model">estate.property</field>
+ <field name="view_mode">list,form</field>
+ </record>
0 commit comments