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

7 lines
252 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="appointment.appointment_answer_input_action_from_question" model="ir.actions.act_window">
<field name="domain">[('calendar_event_id', '!=', False)]</field>
</record>
</odoo>