Skip to content

Commit 2738c11

Browse files
committed
[CLN] estate: renamed estate menus
1 parent 09fa8b4 commit 2738c11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

estate/views/estate_menus.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0"?>
22
<odoo>
33
<menuitem id="estate_menu_root" name="Real Estate">
4-
<menuitem id="estate_first_level_menu" name="Properties">
5-
<menuitem id="estate_create_estate_property_menu" action="estate_create_estate_property"/>
4+
<menuitem id="estate_properties_first_level" name="Properties">
5+
<menuitem id="estate_properties_menu" action="estate_property_action"/>
66
</menuitem>
77
</menuitem>
88
</odoo>

estate/views/estate_property_views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
</field>
7474
</record>
7575

76-
<record id="estate_create_estate_property" model="ir.actions.act_window">
76+
<record id="estate_property_action" model="ir.actions.act_window">
7777
<field name="name">Properties</field>
7878
<field name="res_model">estate.property</field>
7979
<field name="view_mode">list,form</field>

0 commit comments

Comments
 (0)