Fixes as per testing

This commit is contained in:
trovier 2024-08-23 12:26:58 +02:00
parent e11dabbb83
commit cb6ea63847
3 changed files with 8 additions and 7 deletions

View File

@ -92,7 +92,7 @@
<h3>Supported formats</h3>
<p> </p>
<ul>
<li>For editing: DOCX, DOCXF, XLSX, PPTX.</li>
<li>For editing: DOCX, XLSX, PPTX.</li>
<li>For viewing only: DJVU, DOC, DOCM, DOT, DOTM, DOTX, EPUB, FB2, FODT, HTML, MHT, ODT, OTT, OXPS, PDF, RTF, TXT, XPS, XML, CSV, FODS, ODS, OTS, XLS, XLSM, XLT, XLTM, XLTX, FODP, ODP, OTP, POT, POTM, POTX, PPS, PPSM, PPSX, PPT, PPTM.</li>
</ul>
</div>
@ -130,8 +130,8 @@
</ul>
</li>
<li><a href="https://apps.odoo.com/apps/modules/17.0/onlyoffice_odoo">ONLYOFFICE</a> main module that is required for other modules to work. The module has no paid license.</li>
<li><a href="https://apps.odoo.com/apps/modules/17.0/onlyoffice_odoo_documents">ONLYOFFICE Documents</a> module that requires <b>Odoo Enterprise Edition</b> to work properly.</li>
<li><a href="https://apps.odoo.com/apps/modules/17.0/onlyoffice_odoo_templates">ONLYOFFICE Templates</a> module that requires ONLYOFFICE license with Automated API to work properly.</li>
<li><a href="https://apps.odoo.com/apps/modules/17.0/onlyoffice_odoo_documents">ONLYOFFICE Documents</a> module that requires <b>Odoo Enterprise Edition</b> to work properly. This module will automatically install the main <b>ONLYOFFICE</b> module.</li>
<li><a href="https://apps.odoo.com/apps/modules/17.0/onlyoffice_odoo_templates">ONLYOFFICE Templates</a> module that requires ONLYOFFICE license with Automated API to work properly. This module will automatically install the main <b>ONLYOFFICE</b> module.</li>
<li>PyJWT is required for all modules.</li>
</ul>
</div>
@ -206,6 +206,7 @@
<p>To attach a file:</p>
<ol>
<li>Go to a discussion.</li>
<li>Choose a channel or a discussion.</li>
<li>Click the <b>Attach files</b> button in the chat field.</li>
<li>Select the file you need to attach and click <b>OK</b>.</li>
<li>
@ -222,7 +223,7 @@
<p>To create a file:</p>
<ol>
<li>Open the <b>Documents</b> section.</li>
<li>Click the <b>Create with ONLYOFFICE</b> button on the top panel.</li>
<li>Click the <b>Create with ONLYOFFICE</b> button in the <b>Upload</b> dropdown menu on the top panel.</li>
<li>Enter the file name in the <b>Title</b> field if necessary.</li>
<li>Choose one of the available file types: Document, Spreadsheet, or Presentation.</li>
<li>
@ -235,17 +236,17 @@
</li>
</ol>
<p>You can edit any files attached to Odoo activities and supported by ONLYOFFICE (see the full list <a href="<%=VirtualPathUtility.ToAbsolute("~/Integration/gettingstarted-odoo.aspx#SupportedFormats_block")%>">here</a>).</p>
<p>To edit or view a file, click the <b>Open in ONLYOFFICE</b> button next to it.</p>
<p>To edit or view a file, click the <b>Open in ONLYOFFICE</b> button next to it, for example></p>
<div class="screen_block">
<img alt="ONLYOFFICE_Odoo" target="ONLYOFFICE_Odoo_9" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Odoo/small/file_activity_small.png")%>" />
<img alt="ONLYOFFICE_Odoo" id="ONLYOFFICE_Odoo_9" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Odoo/big/file_activity_big.png")%>" />
<div target="ONLYOFFICE_Odoo_9" class="screenphoto magnifier"></div>
</div>
<div class="screen_block">
<%--<div class="screen_block">
<img alt="ONLYOFFICE_Odoo" target="ONLYOFFICE_Odoo_3" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Odoo/small/file_library_small.png")%>" />
<img alt="ONLYOFFICE_Odoo" id="ONLYOFFICE_Odoo_3" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Odoo/big/file_library_big.png")%>" />
<div target="ONLYOFFICE_Odoo_3" class="screenphoto magnifier"></div>
</div>
</div>--%>
<h5>ONLYOFFICE Templates module</h5>
<p>You can use a premade template available on the main page of the module.</p>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 13 KiB