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.

32 lines
1019 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright 2018 Rémy Taymans <remytaymans@gmail.com>
  4. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. -->
  6. <odoo>
  7. <!-- Modifying the form -->
  8. <template
  9. id="beesdoo_website_portal_details_form"
  10. name="Beesdoo Website Portal Details Form"
  11. inherit_id="website_portal_extend.website_portal_details_form">
  12. <xpath expr="//input[@name='name']/.." position="before">
  13. <div class="col-md-12">
  14. <div class="alert alert-info">
  15. <strong>Info !</strong>
  16. To modify information that is not present in this form,
  17. please contact us.
  18. </div>
  19. </div>
  20. </xpath>
  21. <xpath expr="//input[@name='name']/.." position="replace">
  22. </xpath>
  23. <xpath expr="//input[@name='email']/.." position="replace">
  24. </xpath>
  25. <xpath expr="//input[@name='company_name']/.." position="replace">
  26. </xpath>
  27. <xpath expr="//input[@name='vat']/.." position="replace">
  28. </xpath>
  29. </template>
  30. </odoo>