Readme correction

This commit is contained in:
Gervais Naoussi 2015-10-29 17:07:39 -04:00
parent 4c095cc203
commit c75efc419c
2 changed files with 7 additions and 33 deletions

View File

@ -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 <https://github.com/OCA/
{project_repo}/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 <https://github.com/OCA/
{project_repo}/issues/new?body=module:%20
{module_name}%0Aversion:%20
{version}%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
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

View File

@ -31,7 +31,7 @@
<field name="view_mode">form</field>
<field name="target">inline</field>
</record>
<menuitem id="menu_knowledge_configuration" name="settings" parent="knowledge.menu_document_configuration"
<menuitem id="menu_knowledge_configuration" name="Settings" parent="knowledge.menu_document_configuration"
sequence="19" action="action_knowledge_configuration"/>
</data>