update to 15 sample

This commit is contained in:
Ivan Office
2023-10-09 01:39:01 +08:00
parent 4e4e55e0c0
commit 502ad843f0
90 changed files with 1498 additions and 76 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<template id="assets_backend" name="app_web_supero2m assets" inherit_id="web.assets_backend">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/app_web_supero2m/static/src/scss/app.scss"/>
</xpath>
<xpath expr="script[last()]" position="after">
<script type="text/javascript" src="/app_web_supero2m/static/src/js/list_renderer.js"/>
</xpath>
</template>
</data>
</odoo>