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> * Maxime Chambreuil <mchambreuil@ursainfosystems.com>
* Fayez Qandeel * Fayez Qandeel
* Vicent Cubells <vicent.cubells@tecnativa.com> * Vicent Cubells <vicent.cubells@tecnativa.com>
* Iván Todorovich <ivan.todorovich@gmail.com>
Maintainers Maintainers
~~~~~~~~~~~ ~~~~~~~~~~~

View File

@ -2,7 +2,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{ {
"name": "Knowledge Management System", "name": "Knowledge Management System",
"version": "11.0.1.1.0", "version": "11.0.2.0.0",
"author": "OpenERP SA," "author": "OpenERP SA,"
"MONK Software, " "MONK Software, "
"Tecnativa, " "Tecnativa, "

View File

@ -5,3 +5,4 @@
* Maxime Chambreuil <mchambreuil@ursainfosystems.com> * Maxime Chambreuil <mchambreuil@ursainfosystems.com>
* Fayez Qandeel * Fayez Qandeel
* Vicent Cubells <vicent.cubells@tecnativa.com> * 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> <field name="context">{'search_default_user_documents': True}</field>
</record> </record>
<record id="ir_attachment_view_user_documents" model="ir.ui.view"> <record id="ir_attachment_view_user_documents" model="ir.ui.view">
<field name="name">Documents search view: additional filters</field> <field name="name">Documents search view: additional filters</field>
<field name="model">ir.attachment</field> <field name="model">ir.attachment</field>
@ -29,23 +28,24 @@
<!-- Top menu item --> <!-- Top menu item -->
<menuitem <menuitem
id="menu_document_root" id="menu_document_root"
name="Knowledge" name="Knowledge"
groups="knowledge.group_document_user" groups="knowledge.group_document_user"
sequence="116" web_icon="knowledge,static/description/icon.png"
web_icon="knowledge,static/description/icon.png"/> sequence="116"/>
<menuitem <menuitem
id="menu_document_section" id="menu_document_section"
name="Documents" name="Documents"
groups="knowledge.group_document_user" groups="knowledge.group_document_user"
parent="menu_document_root" parent="menu_document_root"
sequence="10"/> sequence="10"/>
<menuitem <menuitem
id="menu_document" id="menu_document"
name="Documents" name="Documents"
action="knowledge_action_documents" action="knowledge_action_documents"
parent="menu_document_section" parent="menu_document_section"
sequence="0"/> sequence="0"/>
</odoo> </odoo>