diff --git a/Web/Controls/Help/GettingStarted/Integration/Odoo/GettingStartedOdoo.ascx b/Web/Controls/Help/GettingStarted/Integration/Odoo/GettingStartedOdoo.ascx index 44339a501..df8af0657 100644 --- a/Web/Controls/Help/GettingStarted/Integration/Odoo/GettingStartedOdoo.ascx +++ b/Web/Controls/Help/GettingStarted/Integration/Odoo/GettingStartedOdoo.ascx @@ -53,7 +53,7 @@

About the ONLYOFFICE and Odoo integration

-

Odoo is a business management tool designed for resource planning. ONLYOFFICE offers an official module to integrate ONLYOFFICE Docs with Odoo and edit office documents in your Odoo media space, e.g., chat attachments, notes, etc. You can get the ONLYOFFICE integration module from the official Odoo app library The module is distributed under the AGPL-3 License.

+

Odoo is a business management tool designed for resource planning. ONLYOFFICE offers an official module to integrate ONLYOFFICE Docs with Odoo and edit office documents in your Odoo media space, e.g., chat attachments, notes, etc. You can get the ONLYOFFICE integration module from the official Odoo app library. The module is distributed under the AGPL-3 License.

@@ -64,6 +64,7 @@
  • Open other office file formats for viewing, including RTF, TXT, CSV, etc.
  • Co-editing documents in real-time: two co-editing modes (Fast and Strict), the Track Changes mode, comments, and the built-in chat.
  • Edit form templates in DOCXF
  • +
  • Create and edit form templates
  • Read PDF files
  • JWT support to secure your traffic so that no one can have access to your documents with the exception of the users with proper rights.
  • @@ -74,7 +75,7 @@

    @@ -110,6 +111,7 @@
  • ONLYOFFICE Docs Cloud that requires no downloading and installation
  • +
  • For creating forms: ONLYOFFICE Templates connector and a paid ONLYOFFICE license with Automated API.
  • @@ -179,9 +181,84 @@ ONLYOFFICE_Odoo" />
    +

    To create a form:

    +
      +
    1. It is recommended to switch to the developer mode. + +
    2. +
    3. Open the Home Menu and choose the ONLYOFFICE Templates option.
    4. +
    5. Click the New button to create a new form.
    6. +
    7. Enter the Template Name.
    8. +
    9. Enter the Odoo model in the Select Model field. +
      + ONLYOFFICE_Odoo" /> + ONLYOFFICE_Odoo" /> +
      +
      + +
    10. You can also upload en existing template by clicking the corresponding button.
    11. +
    12. + Each field in each module has a question mark beside it. The information there is necessary for filling in the fields. +
      + ONLYOFFICE_Odoo" /> + ONLYOFFICE_Odoo" /> +
      +
      +

      If a field does not have a question mark, try temporarily delete its contents. The field name might appear instead. These kinds of names can also be found in the root section on the left panel while editing a form.

      +
    13. +
    14. Searching in the ONLYOFFICE Templates connector requires information from the fields Field and Module.
    15. +
    16. + If a field has a one2many/many2many/many2one relation, the subsection will have a corresponding name. +

      Subsection name" />

      +
    17. +
    18. + If the Model field contains a name that does not coincide with the one given in the URL (e.g., model-account.move in the URL and account.move.line in the Model field), look for it in the subsection. +

      If it is a one2many/many2many/many2one relation, the subsection key will have the same name as the Field field. For example, if it is a partner_id, the key will have the same name.

      +
    19. +
    20. Please note that if the field’s model does not coincide with the one in the URL, the section key will have the same name as the Model field.
    21. +
    22. + To add a dataset to a form, + +
    23. +
    24. To manage access rights, + +
    25. +
    - diff --git a/Web/images/Help/GettingStarted/Integration/Odoo/big/createaform.png b/Web/images/Help/GettingStarted/Integration/Odoo/big/createaform.png new file mode 100644 index 000000000..63eb0a587 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Odoo/big/createaform.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Odoo/big/fieldname.png b/Web/images/Help/GettingStarted/Integration/Odoo/big/fieldname.png new file mode 100644 index 000000000..38b49cefa Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Odoo/big/fieldname.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Odoo/big/moduleurl.png b/Web/images/Help/GettingStarted/Integration/Odoo/big/moduleurl.png new file mode 100644 index 000000000..69b8f78ac Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Odoo/big/moduleurl.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Odoo/big/subsectionname.png b/Web/images/Help/GettingStarted/Integration/Odoo/big/subsectionname.png new file mode 100644 index 000000000..e29a51a54 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Odoo/big/subsectionname.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Odoo/small/createaform.png b/Web/images/Help/GettingStarted/Integration/Odoo/small/createaform.png new file mode 100644 index 000000000..ddcc985e8 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Odoo/small/createaform.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Odoo/small/fieldname.png b/Web/images/Help/GettingStarted/Integration/Odoo/small/fieldname.png new file mode 100644 index 000000000..e2453732c Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Odoo/small/fieldname.png differ diff --git a/Web/images/Help/GettingStarted/Integration/Odoo/small/moduleurl.png b/Web/images/Help/GettingStarted/Integration/Odoo/small/moduleurl.png new file mode 100644 index 000000000..1d20ff830 Binary files /dev/null and b/Web/images/Help/GettingStarted/Integration/Odoo/small/moduleurl.png differ