Odoo modules related to appointments (EE)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
565 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="appointment_type_view_form_inherit_website_multi" model="ir.ui.view">
<field name="name">appointment.type.view.form.inherit</field>
<field name="model">appointment.type</field>
<field name="inherit_id" ref="appointment.appointment_type_view_form" />
<field name="arch" type="xml">
<field name="staff_user_count" position="before">
<field name="website_id" options="{'no_create': True}" groups="website.group_multi_website" />
</field>
</field>
</record>
</odoo>