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.

16 lines
415 B

  1. <openerp>
  2. <data>
  3. <act_window id="gdpr_action"
  4. name="GDPR Cleanup"
  5. res_model="res.partner.gdpr"
  6. src_model="res.partner"
  7. view_mode="form"
  8. view_id="res_partner_gdpr_form"
  9. target="new"
  10. context="{'default_partner_ids': active_ids}"
  11. multi="True"
  12. key2="client_action_multi" />
  13. </data>
  14. </openerp>