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.

34 lines
1.3 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. required="True"
  16. t-attf-value="#{info_session_confirmed or ''}"/>
  17. </div>
  18. <div class="col-md-6 col-sm-6">
  19. <t t-call="beesdoo_easy_my_coop.info_session_confirmed_text"/>
  20. </div>
  21. </div>
  22. </xpath>
  23. </template>
  24. <data noupdate="1">
  25. <template id="beesdoo_easy_my_coop.info_session_confirmed_text"
  26. name="Info Session Confirmed Text">
  27. Check if you have already take part to an information session.
  28. </template>
  29. </data>
  30. </odoo>