You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
357 B

8 years ago
8 years ago
  1. <?xml version="1.0"?>
  2. <odoo>
  3. <act_window id="act_show_config_window"
  4. name="Server Environment"
  5. res_model="server.config"
  6. view_type="form"
  7. view_mode="form"/>
  8. <menuitem
  9. parent="base.menu_ir_property"
  10. sequence="90"
  11. action="act_show_config_window"
  12. id="menu_server_show_config"/>
  13. </odoo>