mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
16 lines
508 B
XML
16 lines
508 B
XML
<odoo noupdate="1">
|
||
<record id="housekeeping_job_id" model="hr.job">
|
||
<field name="name">Housekeeper</field>
|
||
<field name="state">open</field>
|
||
</record>
|
||
<record
|
||
id="cancellation_type_dont_disturb"
|
||
model="pms.housekeeping.cancellation.type"
|
||
>
|
||
<field name="name">Don´t disturb</field>
|
||
</record>
|
||
<record id="cancellation_type_promotion" model="pms.housekeeping.cancellation.type">
|
||
<field name="name">Promotion</field>
|
||
</record>
|
||
</odoo>
|