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
553 B
15 lines
553 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data noupdate="1">
|
|
<!-- Dental department data -->
|
|
<record model="hr.department" id="clinical_department">
|
|
<field name="name">Clinical Department</field>
|
|
</record>
|
|
<record model="hr.department" id="telehealth_department">
|
|
<field name="name">Telehealth Department</field>
|
|
</record>
|
|
<record model="hr.department" id="quality_assurance">
|
|
<field name="name">Quality Assurance</field>
|
|
</record>
|
|
</data>
|
|
</odoo>
|
|
|