Enterprise-like icon

This commit is contained in:
Iván Todorovich 2018-01-15 13:34:38 -03:00 committed by Khôi (Kiên Kim)
parent e28349cd3b
commit 37e8982c32
5 changed files with 19 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, "

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>
@ -32,8 +31,8 @@
id="menu_document_root"
name="Knowledge"
groups="knowledge.group_document_user"
sequence="116"
web_icon="knowledge,static/description/icon.png"/>
web_icon="knowledge,static/description/icon.png"
sequence="116"/>
<menuitem
id="menu_document_section"
@ -48,4 +47,5 @@
action="knowledge_action_documents"
parent="menu_document_section"
sequence="0"/>
</odoo>