mirror of
https://github.com/bringout/oca-ocb-test.git
synced 2026-04-18 18:42:00 +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,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