|
|
@ -7,14 +7,14 @@ |
|
|
|
<field name="inherit_id" ref="survey.survey_form"/> |
|
|
|
<field name="priority">26</field> |
|
|
|
<field name="arch" type="xml"> |
|
|
|
<button name="action_survey_user_input" position="after"> |
|
|
|
<xpath expr="//field[@name='tot_comp_survey']/.." position="after"> |
|
|
|
<button type="object" name="action_survey_user_input" |
|
|
|
attrs="{'invisible': [('tot_selected_survey','=',0)]}" |
|
|
|
context="{'search_default_selected':1}" |
|
|
|
class="oe_stat_button text-success" icon="fa-pencil-square-o"> |
|
|
|
<field name="tot_selected_survey" string="Selected" widget="statinfo"/> |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
</xpath> |
|
|
|
</field> |
|
|
|
</record> |
|
|
|
|
|
|
|