mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 12:52:05 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,61 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- Copyright 2017 ACSONE SA/NV
|
||||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
||||
<odoo>
|
||||
<template id="openapi" name="OpenAPI">
|
||||
<t t-call="web.layout">
|
||||
<t t-set="head">
|
||||
<meta name="generator" content="Odoo OpenAPI" />
|
||||
<meta name="description" content="Odoo OpenAPI UI" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="/base_rest/static/lib/swagger-ui-3.51.1/swagger-ui.css"
|
||||
/>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/base_rest/static/lib/swagger-ui-3.51.1/swagger-ui-bundle.js"
|
||||
/>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/base_rest/static/lib/swagger-ui-3.51.1/swagger-ui-standalone-preset.js"
|
||||
/>
|
||||
<script type="text/javascript">
|
||||
odoo.session_info = {
|
||||
is_superuser:<t
|
||||
t-esc="json.dumps(request.env.user._is_superuser())"
|
||||
/>,
|
||||
is_frontend: true,
|
||||
};
|
||||
</script>
|
||||
|
||||
<t t-call-assets="web.assets_common" t-js="false" />
|
||||
<t t-call-assets="base_rest.assets_swagger" t-js="false" />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro:300,600|Titillium+Web:400,600,700"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
href="/base_rest/static/lib/swagger-ui-3.51.1/favicon-32x32.png"
|
||||
sizes="32x32"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
href="/base_rest/static/lib/swagger-ui-3.51.1/favicon-16x16.png"
|
||||
sizes="16x16"
|
||||
/>
|
||||
|
||||
<t t-call-assets="web.assets_common" t-css="false" />
|
||||
<t t-call-assets="web.assets_frontend" t-css="false" />
|
||||
<t t-call-assets="base_rest.assets_swagger" t-css="false" />
|
||||
</t>
|
||||
<t t-set="head" t-value="head" />
|
||||
</t>
|
||||
|
||||
<body>
|
||||
<div id="swagger-ui" t-att-data-settings='json.dumps(swagger_settings)' />
|
||||
</body>
|
||||
</template>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue