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

9 lines
360 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="appointment_validated" inherit_id="appointment.appointment_validated">
<xpath expr="//a[hasclass('o_appointment_validation_cancel_btn')]" position="attributes">
<attribute name="t-if">appointment_type and not appointment_type.has_payment_step</attribute>
</xpath>
</template>
</odoo>