mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 16:32: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,56 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
Copyright 2017 Simone Orsi
|
||||
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
||||
-->
|
||||
<odoo>
|
||||
<template id="assets_common" inherit_id="web.assets_common">
|
||||
<xpath
|
||||
expr="link[@href='/web/static/lib/fontawesome/css/font-awesome.css']"
|
||||
position="replace"
|
||||
>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="/base_fontawesome/static/src/css/fontawesome.css"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="/base_fontawesome/static/lib/fontawesome-6.5.1/css/all.css"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="/base_fontawesome/static/lib/fontawesome-6.5.1/css/v4-shims.css"
|
||||
/>
|
||||
</xpath>
|
||||
<xpath expr="." position="inside">
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/base_fontawesome/static/src/js/form_renderer.js"
|
||||
/>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/base_fontawesome/static/src/js/list_renderer.js"
|
||||
/>
|
||||
</xpath>
|
||||
</template>
|
||||
<template id="report_assets_common" inherit_id="web.report_assets_common">
|
||||
<xpath
|
||||
expr="link[@href='/web/static/lib/fontawesome/css/font-awesome.css']"
|
||||
position="replace"
|
||||
>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="/base_fontawesome/static/lib/fontawesome-6.5.1/css/all.css"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="/base_fontawesome/static/lib/fontawesome-6.5.1/css/v4-shims.css"
|
||||
/>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue