Merge pull request #187 from ivantodorovich/11.0-icon

[MIG][11.0] Enterprise-like icon
This commit is contained in:
Maxime Chambreuil 2018-09-14 18:47:38 -05:00 committed by GitHub
commit add73f3861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 17 deletions

View File

@ -75,6 +75,7 @@ Contributors
* Maxime Chambreuil <mchambreuil@ursainfosystems.com>
* Fayez Qandeel
* Vicent Cubells <vicent.cubells@tecnativa.com>
* Iván Todorovich <ivan.todorovich@gmail.com>
Maintainers
~~~~~~~~~~~

View File

@ -2,7 +2,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Knowledge Management System",
"version": "11.0.1.1.0",
"version": "11.0.2.0.0",
"author": "OpenERP SA,"
"MONK Software, "
"Tecnativa, "
@ -23,4 +23,5 @@
"demo/knowledge.xml",
],
"installable": True,
"application": True,
}

View File

@ -5,3 +5,4 @@
* Maxime Chambreuil <mchambreuil@ursainfosystems.com>
* Fayez Qandeel
* Vicent Cubells <vicent.cubells@tecnativa.com>
* Iván Todorovich <ivan.todorovich@gmail.com>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -8,7 +8,6 @@
<field name="context">{'search_default_user_documents': True}</field>
</record>
<record id="ir_attachment_view_user_documents" model="ir.ui.view">
<field name="name">Documents search view: additional filters</field>
<field name="model">ir.attachment</field>
@ -29,23 +28,24 @@
<!-- Top menu item -->
<menuitem
id="menu_document_root"
name="Knowledge"
groups="knowledge.group_document_user"
sequence="116"
web_icon="knowledge,static/description/icon.png"/>
id="menu_document_root"
name="Knowledge"
groups="knowledge.group_document_user"
web_icon="knowledge,static/description/icon.png"
sequence="116"/>
<menuitem
id="menu_document_section"
name="Documents"
groups="knowledge.group_document_user"
parent="menu_document_root"
sequence="10"/>
id="menu_document_section"
name="Documents"
groups="knowledge.group_document_user"
parent="menu_document_root"
sequence="10"/>
<menuitem
id="menu_document"
name="Documents"
action="knowledge_action_documents"
parent="menu_document_section"
sequence="0"/>
id="menu_document"
name="Documents"
action="knowledge_action_documents"
parent="menu_document_section"
sequence="0"/>
</odoo>