mirror of
https://github.com/bringout/oca-ocb-test.git
synced 2026-04-20 22:22:09 +02:00
Initial commit: Test packages
This commit is contained in:
commit
080accd21c
338 changed files with 32413 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||
access_test_model,access_test_model,model_test_model,,1,0,0,0
|
||||
access_test_model_multi_website,access_test_model_multi_website,model_test_model_multi_website,,1,0,0,0
|
||||
access_test_model_tester,access_test_model,model_test_model,test_website.group_test_website_tester,1,1,1,1
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record model="ir.module.category" id="test_website.module_category_test_website">
|
||||
<field name="name">Tests about Website with additional model</field>
|
||||
<field name="sequence">24</field>
|
||||
</record>
|
||||
|
||||
<record id="group_test_website_tester" model="res.groups">
|
||||
<field name="name">Tester</field>
|
||||
<field name="category_id" ref="test_website.module_category_test_website"/>
|
||||
</record>
|
||||
|
||||
<record id="base.user_admin" model="res.users">
|
||||
<field name="groups_id" eval="[(4, ref('test_website.group_test_website_tester'))]"/>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue