Odoo18-Base/addons/account/views/tests_shared_js_python.xml
2025-01-06 10:57:38 +07:00

11 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>