1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/website_appointment/data/appointment_demo.xml
2024-12-10 09:04:09 +07:00

12 lines
364 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="1">
<record id="appointment.appointment_type_dental_care" model="appointment.type">
<field name="is_published" eval="True"/>
</record>
<record id="appointment.appointment_type_tennis_court" model="appointment.type">
<field name="is_published" eval="True"/>
</record>
</odoo>