1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/room/static/tests/room_booking_view_patch.xml
2024-12-10 09:04:09 +07:00

10 lines
440 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-inherit="room.RoomBookingView" t-inherit-mode="extension">
<!-- remove background url to not trigger 404 error during tests -->
<xpath expr="//div[@t-attf-style]" position="attributes">
<attribute name="t-attf-style" remove="url('#{manageRoomUrl}/background')" separator=", "/>
</xpath>
</t>
</templates>