mirror of
https://github.com/bringout/oca-workflow-process.git
synced 2026-04-19 07:12:01 +02:00
Initial commit: OCA Workflow Process packages (456 packages)
This commit is contained in:
commit
d366e42934
18799 changed files with 1284507 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
# Copyright 2017 - 2018 Modoolar <info@modoolar.com>
|
||||
# License LGPLv3.0 or later (https://www.gnu.org/licenses/lgpl-3.0.en.html).
|
||||
|
||||
|
||||
def post_init_hook(cr, registry):
|
||||
from odoo import SUPERUSER_ID, api
|
||||
|
||||
env = api.Environment(cr, SUPERUSER_ID, {})
|
||||
env["project.project"]._set_default_project_key()
|
||||
Loading…
Add table
Add a link
Reference in a new issue