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