mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-16 12:12:57 -06:00
[MIG] knowledge: Complete migration
This commit is contained in:
parent
a2fcbf459a
commit
19e626fd39
@ -1,75 +1 @@
|
||||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
|
||||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
||||
:alt: License: AGPL-3
|
||||
|
||||
================================
|
||||
Knowledge Management System base
|
||||
================================
|
||||
|
||||
This module is the base for any knowledge and document management application.
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
* None
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
* None
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
To use this module, you need to:
|
||||
|
||||
* Go to Knowledge / Configuration / Settings
|
||||
|
||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||
:alt: Try me on Runbot
|
||||
:target: https://runbot.odoo-community.org/runbot/repo/118/10.0
|
||||
|
||||
|
||||
Known issues / Roadmap
|
||||
======================
|
||||
|
||||
* Migrate related modules to v10 and add options in the settings as soon as they are installable
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
||||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/
|
||||
knowledge/issues>`_.
|
||||
In case of trouble, please check there if your issue has already been reported.
|
||||
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback `here <https://github.com/OCA/
|
||||
knowledge/issues/new?body=module:%20
|
||||
knowledge%0Aversion:%20
|
||||
10.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
|
||||
|
||||
Credits
|
||||
=======
|
||||
|
||||
Contributors
|
||||
------------
|
||||
|
||||
* Odoo SA <info@odoo.com>
|
||||
* Savoir-faire Linux <support@savoirfairelinux.com>
|
||||
* Gervais Naoussi <gervaisnaoussi@gmail.com>
|
||||
* Leonardo Donelli <leonardo.donelli@monksoftware.it>
|
||||
* Maxime Chambreuil <mchambreuil@ursainfosystems.com>
|
||||
|
||||
Maintainer
|
||||
----------
|
||||
|
||||
.. image:: https://odoo-community.org/logo.png
|
||||
:alt: Odoo Community Association
|
||||
:target: https://odoo-community.org
|
||||
|
||||
This module is maintained by the OCA.
|
||||
|
||||
OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||
mission is to support the collaborative development of Odoo features and
|
||||
promote its widespread use.
|
||||
|
||||
To contribute to this module, please visit http://odoo-community.org.
|
||||
**This file is going to be generated by oca-gen-addon-readme.**
|
||||
|
@ -3,18 +3,24 @@
|
||||
{
|
||||
"name": "Knowledge Management System",
|
||||
"version": "11.0.1.0.0",
|
||||
"author": "OpenERP SA, MONK Software, Odoo Community Association (OCA)",
|
||||
"author": "OpenERP SA,"
|
||||
"MONK Software, "
|
||||
"Tecnativa, "
|
||||
"Odoo Community Association (OCA)",
|
||||
"category": "Knowledge",
|
||||
"license": "AGPL-3",
|
||||
"website": "https://odoo-community.org/",
|
||||
"depends": ["base"],
|
||||
"website": "https://github.com/OCA/knowledge",
|
||||
"depends": [
|
||||
"base",
|
||||
],
|
||||
"data": [
|
||||
"data/ir_module_category.xml",
|
||||
"security/knowledge_security.xml",
|
||||
"views/knowledge.xml",
|
||||
"views/res_config.xml",
|
||||
],
|
||||
"demo": ["demo/knowledge.xml"],
|
||||
"demo": [
|
||||
"demo/knowledge.xml",
|
||||
],
|
||||
"installable": True,
|
||||
"auto_install": False,
|
||||
}
|
||||
|
7
document_knowledge/readme/CONTRIBUTORS.rst
Normal file
7
document_knowledge/readme/CONTRIBUTORS.rst
Normal file
@ -0,0 +1,7 @@
|
||||
* Odoo SA <info@odoo.com>
|
||||
* Savoir-faire Linux <support@savoirfairelinux.com>
|
||||
* Gervais Naoussi <gervaisnaoussi@gmail.com>
|
||||
* Leonardo Donelli <leonardo.donelli@monksoftware.it>
|
||||
* Maxime Chambreuil <mchambreuil@ursainfosystems.com>
|
||||
* Fayez Qandeel
|
||||
* Vicent Cubells <vicent.cubells@tecnativa.com>
|
1
document_knowledge/readme/DESCRIPTION.rst
Normal file
1
document_knowledge/readme/DESCRIPTION.rst
Normal file
@ -0,0 +1 @@
|
||||
This module is the base for any knowledge and document management application.
|
2
document_knowledge/readme/ROADMAP.rst
Normal file
2
document_knowledge/readme/ROADMAP.rst
Normal file
@ -0,0 +1,2 @@
|
||||
* Migrate related modules to v11 and add options in the settings as soon as
|
||||
they are installable.
|
3
document_knowledge/readme/USAGE.rst
Normal file
3
document_knowledge/readme/USAGE.rst
Normal file
@ -0,0 +1,3 @@
|
||||
To use this module, you need to:
|
||||
|
||||
* Go to Knowledge / Configuration / Settings
|
Loading…
Reference in New Issue
Block a user