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.

82 lines
1.8 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  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. <p>You can write any html tag. Here is an image with img tag</p>
  19. <img src="http://www.akretion.com/sites/50443990c3c67e1bf3000004/theme/images/logo.png"/>
  20. ]]></field>
  21. </record>
  22. <record id="base.action_partner_form" model="ir.actions.act_window">
  23. <field name="advanced_help"><![CDATA[
  24. <b>Hi Odoo community,</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. I wrote these words to explain the main purpose:
  32. <blockquote>
  33. Odoo community companies can insert their documenation here with data in their modules. <br><br>
  34. Then, any end users can see this documentation in one click.
  35. <br>
  36. End users can also display and print documentation about an entire menu.
  37. </blockquote>
  38. </p>
  39. <p>
  40. </p>
  41. ]]></field>
  42. </record>
  43. <record id="base.action_partner_category_form"
  44. model="ir.actions.act_window">
  45. <field name="enduser_help"><![CDATA[
  46. Hi all,<br><br>
  47. A supplier can have several specialities.
  48. <br><br>
  49. Use these multicategories to classify your partners
  50. ]]></field>
  51. </record>
  52. <record id="base.action_res_bank_form"
  53. model="ir.actions.act_window">
  54. <field name="enduser_help"><![CDATA[
  55. Hi all,<br>
  56. <br><br>
  57. Who does not want to rob a bank?
  58. <br><br>
  59. ;-)
  60. ]]></field>
  61. </record>
  62. </data>
  63. </openerp>