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.
 
 
 
 
 

13 lines
555 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- action for add to survey wizard-->
<record id="action_question_question" model="ir.actions.server">
<field name="name">Add To Survey</field>
<field name="model_id" ref="survey.model_survey_question"/>
<field name="binding_model_id" ref="survey.model_survey_question"/>
<field name="binding_view_types">list,form</field>
<field name="state">code</field>
<field name="code">action =records.action_add_question()
</field>
</record>
</odoo>