mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[REF] Change Hotel by PMS and Property concept
This commit is contained in:
22
pms/security/pms_security.xml
Normal file
22
pms/security/pms_security.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<data noupdate="0">
|
||||
<!--Group for pms user -->
|
||||
<record id="group_pms_user" model="res.groups">
|
||||
<field name="name">Property Management / User</field>
|
||||
</record>
|
||||
|
||||
<!--Group for pms manager -->
|
||||
<record id="group_pms_manager" model="res.groups">
|
||||
<field name="name">Property Management/ Manager</field>
|
||||
<field name="implied_ids" eval="[(4, ref('pms.group_pms_user'))]"/>
|
||||
</record>
|
||||
|
||||
<!--Group for pms user -->
|
||||
<record id="group_pms_call" model="res.groups">
|
||||
<field name="name">Property Management / CallCenter</field>
|
||||
</record>
|
||||
</data>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user