mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-13 15:34:49 -06:00
Enterprise-like icon
This commit is contained in:
parent
e28349cd3b
commit
37e8982c32
@ -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
|
||||
~~~~~~~~~~~
|
||||
|
@ -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, "
|
||||
|
@ -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 |
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user