helpcenter/Web/Controls/Help/Integration/Odoo.ascx
2023-05-18 14:42:41 +02:00

59 lines
3.1 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Integration Guides - Odoo";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Integration Guides - Odoo.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides integration_guides">
<h1>Integration Guides</h1>
<%--<div class="watchvideo_block">
<h2>
<asp:Literal runat="server" Text="<%$ Resources:Resource, WatchVideo %>" />
</h2>
<div class="slider autoplay with_arrows">
<cc:localizecontent runat="Server" controlname="~/Controls/Help/Video/AllVideoControls/0098_integrate_chamilo.ascx" />
</div>
</div>--%>
<ul class="block-editor">
<li>
<h2 class="doceditor">Odoo</h2>
<div class="described">
<p>Learn how to integrate ONLYOFFICE with Odoo, a business management tool designed for resource planning. You can get the ONLYOFFICE integration module from the <a href="https://apps.odoo.com/apps/modules/16.0/onlyoffice_odoo/">official Odoo app library</a>. The module is distributed under the AGPL-3 License.</p>
</div>
<ul>
<li>
<h6>About the ONLYOFFICE and Odoo integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-odoo.aspx#MainFeatures_block")%>">Main features</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-odoo.aspx#SupportedFormats_block")%>">Supported formats</a></li>
<%--<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-odoo.aspx#Whatsnew_block")%>">What's new</a></li>--%>
</ul>
</li>
<li>
<h6>Connecting ONLYOFFICE Docs to Odoo</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-odoo.aspx#Requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-odoo.aspx#Configure_block")%>">Configuring the ONLYOFFICE integration module for Odoo</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-odoo.aspx#JWT_block")%>">Configuring JWT for the ONLYOFFICE and Odoo integration</a></li>
</ul>
</li>
<li>
<h6>Getting Started</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-odoo.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Odoo</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>