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.

32 lines
850 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <odoo>
  3. <menuitem
  4. id="menu_res_partner_relation"
  5. name="Relations"
  6. sequence="3"
  7. parent="contacts.menu_contacts"
  8. />
  9. <menuitem
  10. id="menu_res_partner_relation_all"
  11. sequence="3"
  12. parent="menu_res_partner_relation"
  13. action="action_res_partner_relation_all"
  14. />
  15. <act_window
  16. id="action_res_partner_relation_type"
  17. res_model="res.partner.relation.type"
  18. view_mode="tree,form"
  19. name="Partner Relations Types"
  20. />
  21. <menuitem
  22. id="menu_res_partner_relation_type"
  23. name="Relation Types"
  24. parent="menu_res_partner_relation"
  25. action="action_res_partner_relation_type"
  26. />
  27. </odoo>