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.

33 lines
1.2 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright 2019 Coop IT Easy SCRLfs
  3. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
  4. <odoo>
  5. <template id="beesdoo_easy_my_coop.becomecooperator"
  6. name="Become Cooperator (in beesdoo_easy_my_coop)"
  7. inherit_id="easy_my_coop.becomecooperator">
  8. <xpath expr="//input[@name='data_policy_approved']/../.." position="before">
  9. <div t-attf-class="form-group" >
  10. <label class="col-md-3 col-sm-4 control-label" for="info_session_confirmed">Info Session</label>
  11. <div class="col-md-1 col-sm-2">
  12. <input type="checkbox"
  13. class="form-control"
  14. name="info_session_confirmed"
  15. t-attf-value="#{info_session_confirmed or ''}"/>
  16. </div>
  17. <div class="col-md-6 col-sm-6">
  18. <t t-call="beesdoo_easy_my_coop.info_session_confirmed_text"/>
  19. </div>
  20. </div>
  21. </xpath>
  22. </template>
  23. <data noupdate="1">
  24. <template id="beesdoo_easy_my_coop.info_session_confirmed_text"
  25. name="Info Session Confirmed Text">
  26. Check if you have already take part to an information session.
  27. </template>
  28. </data>
  29. </odoo>