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.
19 lines
778 B
19 lines
778 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!--Survey view form-->
|
|
<record id="survey_survey_view_form" model="ir.ui.view">
|
|
<field name="name">
|
|
survey.survey.view.form.inherit.survey.whatsapp.integration
|
|
</field>
|
|
<field name="model">survey.survey</field>
|
|
<field name="inherit_id" ref="survey.survey_form"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//form//header">
|
|
<button type="object" class="fa fa-whatsapp"
|
|
name="action_whatsapp_send"
|
|
style="font-size:20px;color:green"
|
|
groups="survey_whatsapp_integration.survey_whatsapp_integration_group_user"/>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</odoo>
|
|
|