Public release from ruodoo-project: 19.0 - 2026-07-26 21:17:35 UTC
This commit is contained in:
31
directive_layer/__manifest__.py
Normal file
31
directive_layer/__manifest__.py
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "Directive Layer",
|
||||
"version": "19.0.1.0.0",
|
||||
"summary": "Базовый слой директив",
|
||||
"category": "Productivity",
|
||||
"website": "",
|
||||
"author": "Mk.lab",
|
||||
"license": "LGPL-3",
|
||||
"depends": ["base", "web", "base_user_role", "project"],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"directive_layer/static/src/scss/directive_kanban.scss",
|
||||
"directive_layer/static/src/components/executor_board/executor_board.js",
|
||||
"directive_layer/static/src/components/executor_board/executor_board.xml",
|
||||
"directive_layer/static/src/components/executor_board/executor_board.scss",
|
||||
],
|
||||
},
|
||||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
"security/roles.xml",
|
||||
"security/directives_rules.xml",
|
||||
"data/directive_stage_data.xml",
|
||||
"views/directive_views.xml",
|
||||
"views/directive_actions.xml",
|
||||
"views/directive_policy_views.xml",
|
||||
"views/cron.xml",
|
||||
"wizard/directive_wizards.xml",
|
||||
],
|
||||
"installable": True,
|
||||
"application": True,
|
||||
}
|
||||
Reference in New Issue
Block a user