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.

24 lines
653 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <odoo>
  3. <menuitem
  4. id="menu_res_partner_relation_sales"
  5. sequence="3"
  6. parent="sales_team.menu_sales"
  7. action="action_res_partner_relation_all"
  8. />
  9. <act_window
  10. id="action_res_partner_relation_type"
  11. res_model="res.partner.relation.type"
  12. view_mode="tree,form"
  13. name="Partner Relations Types"
  14. />
  15. <menuitem
  16. id="menu_res_partner_relation_type"
  17. parent="sales_team.menu_config_address_book"
  18. action="action_res_partner_relation_type"
  19. />
  20. </odoo>