mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Adds to the section and note renderer to look for a new XML attr 'section-subtotal-field'.
10 lines
342 B
XML
10 lines
342 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
|
|
<template id="assets_backend" name="assets.backend" inherit_id="web.assets_backend">
|
|
<xpath expr="//script[last()]" position="after">
|
|
<script type="text/javascript" src="/base_section_subtotal/static/src/js/widgets.js"></script>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo> |