Files
knowledge/document_knowledge/__manifest__.py
OCA-git-bot b5313aca87
Some checks failed
Mark stale issues and pull requests / stale (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
pre-commit / pre-commit (push) Has been cancelled
tests / ${{ matrix.name }} (ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest, true, test with OCB) (push) Has been cancelled
tests / ${{ matrix.name }} (ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest, test with Odoo) (push) Has been cancelled
[BOT] post-merge updates
2025-10-01 05:29:25 +00:00

26 lines
753 B
Python

# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Documents Knowledge",
"version": "18.0.1.0.2",
"author": "OpenERP SA,"
"MONK Software, "
"Tecnativa, "
"ForgeFlow, "
"Odoo Community Association (OCA)",
"category": "Knowledge",
"license": "AGPL-3",
"website": "https://github.com/OCA/knowledge",
"depends": ["base"],
"data": [
"data/ir_module_category.xml",
"security/document_knowledge_security.xml",
"data/res_users.xml",
"views/document_knowledge.xml",
"views/res_config.xml",
],
"demo": ["demo/document_knowledge.xml"],
"installable": True,
"application": True,
}