forked from Mapan/odoo17e
12 lines
472 B
XML
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>
|