mirror of
https://github.com/bringout/oca-ocb-project.git
synced 2026-04-20 08:21:59 +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,14 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
|
||||
def migrate(cr, version):
|
||||
cr.execute("""
|
||||
UPDATE ir_model_access a
|
||||
SET perm_read = true
|
||||
FROM ir_model_data d
|
||||
WHERE d.res_id = a.id
|
||||
AND d.model = 'ir.model.access'
|
||||
AND d.module = 'project'
|
||||
AND d.name = 'access_project_milestone_portal'
|
||||
""")
|
||||
Loading…
Add table
Add a link
Reference in a new issue