屏蔽测试内容
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'views/view.xml',
|
||||
'views/duration_view.xml'
|
||||
# 'views/duration_view.xml'
|
||||
],
|
||||
|
||||
'assets': {
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import custom_plan
|
||||
from . import duration
|
||||
# from . import duration
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||
access_sf_production_plan,sf.production.plan,model_sf_production_plan,base.group_user,1,1,1,1
|
||||
access_sf_machine_schedule,sf.machine.schedule,model_sf_machine_schedule,base.group_user,1,1,1,1
|
||||
access_hole_duration,hole.duration,model_hole_duration,base.group_user,1,1,1,1
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user