File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments