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

<openerp>
<data>
<act_window id="gdpr_action"
name="GDPR Cleanup"
res_model="res.partner.gdpr"
src_model="res.partner"
view_mode="form"
view_id="res_partner_gdpr_form"
target="new"
context="{'default_partner_ids': active_ids}"
multi="True"
key2="client_action_multi" />
</data>
</openerp>