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.

55 lines
1.1 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data noupdate="1">
  4. <record id="base.action_partner_form" model="ir.actions.act_window">
  5. <field name="enduser_help"><![CDATA[
  6. <b>Hi Odooer,</b>
  7. <br/>
  8. <br/>
  9. <p>
  10. I'm the field 'enduser_help' in the Customer action model
  11. </p>
  12. <p>
  13. I'm displayed in a Qweb html report
  14. </p>
  15. <p>
  16. Don't hesitate to customized me with your own words and syntax
  17. </p>
  18. ]]></field>
  19. </record>
  20. </data>
  21. <data noupdate="0">
  22. <record id="base.action_partner_form" model="ir.actions.act_window">
  23. <field name="advanced_help"><![CDATA[
  24. <b>Hi developers,</b>
  25. <br/>
  26. <br/>
  27. <p>
  28. I'm the field 'advanced_help' in the customer action also displayed in Qweb report.
  29. </p>
  30. <p>
  31. <b>Akretion</b> wrote these words to explain my main purpose:
  32. <blockquote>
  33. Allows to developers to write documentation on their work.
  34. </blockquote>
  35. </p>
  36. <p>
  37. </p>
  38. <p>You can write any html tag. Here is an image with img tag</p>
  39. <img src="http://www.akretion.com/sites/50443990c3c67e1bf3000004/theme/images/logo.png"/>
  40. ]]></field>
  41. </record>
  42. </data>
  43. </openerp>