Hi Odooer,

Here is a documentation tool. You can customize these lines. Check lines below to learn more about this feature. ]]> Hi Odoo community,

Main functionalities:

  • Documentation is contextual by model or action: the right help to the good place.
  • Modules contributors can embeds their documentation in their modules: documentation access in 1 click by model or action.
  • End users can also produce some html documentation to complete missing parts.
  • Documentation can also been edited for a complete base menu: Sales, Purchase, etc.
  • Documentation can be printed with Ctrl + P shortcut.

How to use it:

  • When you see on any user interface part click on '?'.
  • Click on edit and fill 'End Users help' field.
  • When you see click on '?' button to access directly to the documentation.
  • With the 2 buttons on the right, can either edit help or call the documentation of the whole main menus

How to embedds documentation in your module:

  • You can insert html with standard Odoo xml data.
  • Data are inserted with 'ir.actions.act_window' model
  • If your data concerns a model, then fill the field 'advanced_help_model' of your action.
  • If your data is specific to 1 action window (i.e. only customers, not suppliers) then fill the field 'avanced_help' with your data.
  • Example of inserted data
    <record id="base.action_partner_form" model="ir.actions.act_window">
        <field name="advanced_help"><![CDATA[

    put your html data here


        ]]></field>
    </record>
  • You can do of the same way with 'advanced_help_model' field.
  • Several modules can modify a fraction of the same field: remove of data at uninstall is taken account.

]]>
A supplier can have several specialities.

Use these multicategories to classify your partners ]]>


Who does not want to rob a bank?

;-) ]]>