appointment_capacity_extend/views/appointment_templates.xml

9 lines
456 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<template id="appointment_info_capacity_extend" inherit_id="appointment.appointment_info" name="Appointment Capacity Extension">
<!-- Override the capacity selection to allow higher values -->
<xpath expr="//select[@id='resourceCapacity']" position="attributes">
<attribute name="t-att-data-max_capacity">max_capacity</attribute>
</xpath>
</template>
</odoo>