res.partner.view.form.inherit.odoo.google.contact.integration
res.partner
Export to Google
list,form
code
if records:
action = records.action_export_google_contacts()
res.partner.view.search.inherit.odoo.google.contact.integration
res.partner
Delete G-Contact
list,form
code
if records:
action = records.action_delete_google_contact()