Odoo modules related to surveys
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
576 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="survey_survey_view_form" model="ir.ui.view">
<field name="name">survey_question_duplicate survey.survey form</field>
<field name="model">survey.survey</field>
<field name="inherit_id" ref="survey.survey_survey_view_form" />
<field name="priority">20</field>
<field name="arch" type="xml">
<xpath expr="//field[@name='question_and_page_ids']/tree/button[last()]" position="after">
<button type="object" name="copy" icon="fa-copy" />
</xpath>
</field>
</record>
</odoo>