mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 08:32:03 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink"
|
||||
"access_mgmtsystem_claim","mgmtsystem.claim.user","model_mgmtsystem_claim","base.group_user",1,1,1,0
|
||||
"access_mgmtsystem_claim_stage","access_mgmtsystem_claim_stage","model_mgmtsystem_claim_stage","base.group_user",1,0,0,0
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo noupdate="1">
|
||||
|
||||
<!-- Rule -->
|
||||
|
||||
<record model="ir.rule" id="mgmtsystem_claim_rule">
|
||||
<field name="name">mgmtsystem_claim multi-company</field>
|
||||
<field name="model_id" ref="model_mgmtsystem_claim" />
|
||||
<field name="global" eval="True" />
|
||||
<field
|
||||
name="domain_force"
|
||||
>['|', ('company_id', '=', False), ('company_id', 'in', company_ids)]</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue