From c75efc419c4387bb44983ae38f2cc4d2d5445586 Mon Sep 17 00:00:00 2001 From: Gervais Naoussi Date: Thu, 29 Oct 2015 17:07:39 -0400 Subject: [PATCH] Readme correction --- knowledge/README.rst | 38 ++++++---------------------------- knowledge/views/res_config.xml | 2 +- 2 files changed, 7 insertions(+), 33 deletions(-) diff --git a/knowledge/README.rst b/knowledge/README.rst index 3add1890..274d793b 100644 --- a/knowledge/README.rst +++ b/knowledge/README.rst @@ -17,20 +17,17 @@ document and Wiki based Hidden. Configuration ============= -No configuration required +Go to Knowledge / Configuration / Settings. Usage ===== To use this module, you need to: - .. 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_id}/{branch} + :target: https://runbot.odoo-community.org/runbot/repo/118/9.0 -.. repo_id is available in https://github.com/OCA/maintainer-tools/blob/master/tools/repos_with_ids.txt -.. branch is "8.0" for example Known issues / Roadmap ====================== @@ -39,12 +36,12 @@ Bug Tracker =========== Bugs are tracked on `GitHub Issues `_. +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 `_. +knowledge/issues/new?body=module:%20 +knowledge%0Aversion:%20 +9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. Credits @@ -79,26 +76,3 @@ v9.0.1.0.0 This module is an official module but was not present in odoo 9.0 official repository so we took it from Odoo 8.0 repository and add it here. - -Here are the modification that have been done to make it work - -We added views folder -we moved Knowledge_view.xml and res_config_view.xml to views -we renamed Knowledge_view.xml to Knowledge.xml and res_config_view.xml to res_config.xml - -res_config view is edited so that knowledge setting is accessible the following way -"knowledge/configuration/settings" - -We added demo folder -we moved Knowledge_demo.xml to demo -we renamed Knowledge_demo.xml to Knowledge.xml and - - -we created models folder -we moved res_config.py to that folder and edited it to respect the new Odoo model api -and OCA guidelines -#osv.osv_memory replace by models.TransientModel -#_columns removed -we created the __init__.py file - -we edited the __openerp__.py file to reflect the new folder structure diff --git a/knowledge/views/res_config.xml b/knowledge/views/res_config.xml index 5a7cc319..32534fbb 100644 --- a/knowledge/views/res_config.xml +++ b/knowledge/views/res_config.xml @@ -31,7 +31,7 @@ form inline -