1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/website_appointment_account_payment/views/calendar_booking_templates.xml
2024-12-10 09:04:09 +07:00

12 lines
472 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="calendar_booking_view" inherit_id="appointment_account_payment.calendar_booking_view">
<xpath expr="//t[@t-call='portal.portal_layout']" position="attributes">
<attribute name="t-call">website.layout</attribute>
</xpath>
<xpath expr="//div[@id='wrap']" position="attributes">
<attribute name="class">o_appointment o_wappointment_wrap mt-4</attribute>
</xpath>
</template>
</odoo>