oca-ocb-accounting/odoo-bringout-oca-ocb-account/account/views/tests_shared_js_python.xml
Ernad Husremovic 768b70e05e 19.0 vanilla
2026-03-09 09:30:07 +01:00

10 lines
366 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<template id="tests_shared_js_python">
<t t-call="web.frontend_layout">
<t t-set="no_header" t-value="True"/>
<t t-set="no_footer" t-value="True"/>
<owl-component name="account.tests_shared_js_python" t-att-props="json.dumps(props)"/>
</t>
</template>
</odoo>