mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 08:32:03 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
60
odoo-bringout-oca-dms-dms/dms/__manifest__.py
Normal file
60
odoo-bringout-oca-dms-dms/dms/__manifest__.py
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
# Copyright 2017-2019 MuK IT GmbH
|
||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
||||
|
||||
{
|
||||
"name": "Document Management System",
|
||||
"summary": """Document Management System for Odoo""",
|
||||
"version": "16.0.1.8.6",
|
||||
"category": "Document Management",
|
||||
"license": "LGPL-3",
|
||||
"website": "https://github.com/OCA/dms",
|
||||
"author": "MuK IT, Tecnativa, Odoo Community Association (OCA)",
|
||||
"depends": [
|
||||
"mail",
|
||||
"http_routing",
|
||||
"portal",
|
||||
"base",
|
||||
],
|
||||
"data": [
|
||||
"security/security.xml",
|
||||
"security/ir.model.access.csv",
|
||||
"actions/file.xml",
|
||||
"template/onboarding.xml",
|
||||
"views/menu.xml",
|
||||
"views/tag.xml",
|
||||
"views/category.xml",
|
||||
"views/dms_file.xml",
|
||||
"views/directory.xml",
|
||||
"views/storage.xml",
|
||||
"views/dms_access_groups_views.xml",
|
||||
"views/res_config_settings.xml",
|
||||
"views/dms_portal_templates.xml",
|
||||
"wizards/wizard_dms_file_move_views.xml",
|
||||
"wizards/wizard_dms_share_views.xml",
|
||||
],
|
||||
"assets": {
|
||||
"mail.assets_messaging": [
|
||||
("include", "mail.assets_core_messaging"),
|
||||
"dms/static/src/models/*.js",
|
||||
],
|
||||
"web.assets_backend": [
|
||||
"dms/static/src/scss/*",
|
||||
"dms/static/src/js/fields/*",
|
||||
"dms/static/src/js/views/*.esm.js",
|
||||
"dms/static/src/js/views/*.xml",
|
||||
"dms/static/src/js/views/fields/binary/*",
|
||||
],
|
||||
"web.assets_frontend": ["dms/static/src/js/dms_portal_tour.js"],
|
||||
},
|
||||
"demo": [
|
||||
"demo/res_users.xml",
|
||||
"demo/access_group.xml",
|
||||
"demo/category.xml",
|
||||
"demo/tag.xml",
|
||||
"demo/storage.xml",
|
||||
"demo/directory.xml",
|
||||
"demo/file.xml",
|
||||
],
|
||||
"images": ["static/description/banner.png"],
|
||||
"application": True,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue