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.

25 lines
627 B

  1. <openerp>
  2. <data>
  3. <menuitem
  4. id="menu_res_partner_relation_sales"
  5. sequence="2"
  6. parent="base.menu_sales"
  7. action="action_res_partner_relation"
  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="base.menu_config_address_book"
  18. action="action_res_partner_relation_type"
  19. />
  20. </data>
  21. </openerp>