mirror of
https://github.com/bringout/oca-ocb-project.git
synced 2026-04-18 18:42:00 +02:00
Initial commit: Project packages
This commit is contained in:
commit
89613c97b0
753 changed files with 496325 additions and 0 deletions
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<data noupdate="1">
|
||||
|
||||
<record id="access_project_sharing_task_portal" model="ir.model.access">
|
||||
<field name="name">project_sharing_task_portal</field>
|
||||
<field name="model_id" ref="model_project_task"/>
|
||||
<field name="group_id" ref="base.group_portal"/>
|
||||
<field name="active">0</field>
|
||||
<field name="perm_read">0</field>
|
||||
<field name="perm_write">1</field>
|
||||
<field name="perm_create">1</field>
|
||||
<field name="perm_unlink">0</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue