mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
15 lines
485 B
XML
15 lines
485 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<!-- Hotel Settings -->
|
|
<data>
|
|
<!-- Inherit viajero repdort to add 'door_code' -->
|
|
<template id="door_code_view_report" inherit_id="hotel_l10n_es.report_viajero_document">
|
|
<xpath expr="//div[@class='final']" position="replace">
|
|
<div class ="doorcodes" style="font-size:1.8em;">
|
|
<span t-field="o.reservation_id.door_codes"/>
|
|
</div>
|
|
</xpath>
|
|
</template>
|
|
</data>
|
|
</odoo>
|