mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-24 17:38:42 -06:00
[MIG] document_knowledge: Migration to 17.0
This commit is contained in:
parent
8ef54555ca
commit
3484421afd
@ -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": "Documents Knowledge",
|
"name": "Documents Knowledge",
|
||||||
"version": "16.0.1.1.0",
|
"version": "17.0.1.0.0",
|
||||||
"author": "OpenERP SA,"
|
"author": "OpenERP SA,"
|
||||||
"MONK Software, "
|
"MONK Software, "
|
||||||
"Tecnativa, "
|
"Tecnativa, "
|
||||||
|
@ -6,52 +6,30 @@
|
|||||||
<field name="inherit_id" ref="base.res_config_settings_view_form" />
|
<field name="inherit_id" ref="base.res_config_settings_view_form" />
|
||||||
<field name="priority" eval="90" />
|
<field name="priority" eval="90" />
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<xpath expr="//div[hasclass('settings')]" position="inside">
|
<xpath expr="//form" position="inside">
|
||||||
<div
|
<app
|
||||||
class="app_settings_block"
|
|
||||||
data-string="Knowledge"
|
data-string="Knowledge"
|
||||||
string="Knowledge"
|
string="Knowledge"
|
||||||
data-key="document_knowledge"
|
name="document_knowledge"
|
||||||
>
|
>
|
||||||
<h2>Knowledge and Documents Management</h2>
|
<block
|
||||||
<div
|
name="maintenance_mode_setting"
|
||||||
class="row mt16 o_settings_container"
|
title="Knowledge and Documents Management"
|
||||||
id="maintenance_mode_setting"
|
|
||||||
>
|
>
|
||||||
<div class="col-xs-12 col-md-12 o_setting_box">
|
<setting>
|
||||||
<div class="o_setting_left_pane">
|
<field name="module_attachment_indexation" />
|
||||||
<field name="module_attachment_indexation" />
|
</setting>
|
||||||
</div>
|
<setting>
|
||||||
<div class="o_setting_right_pane">
|
<field name="group_ir_attachment_user" />
|
||||||
<label for="module_attachment_indexation" />
|
</setting>
|
||||||
</div>
|
<setting>
|
||||||
</div>
|
<field name="module_document_page" />
|
||||||
<div class="col-xs-12 col-md-12 o_setting_box">
|
</setting>
|
||||||
<div class="o_setting_left_pane">
|
<setting>
|
||||||
<field name="group_ir_attachment_user" />
|
<field name="module_document_page_approval" />
|
||||||
</div>
|
</setting>
|
||||||
<div class="o_setting_right_pane">
|
</block>
|
||||||
<label for="group_ir_attachment_user" />
|
</app>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="col-xs-12 col-md-12 o_setting_box">
|
|
||||||
<div class="o_setting_left_pane">
|
|
||||||
<field name="module_document_page" />
|
|
||||||
</div>
|
|
||||||
<div class="o_setting_right_pane">
|
|
||||||
<label for="module_document_page" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="col-xs-12 col-md-12 o_setting_box">
|
|
||||||
<div class="o_setting_left_pane">
|
|
||||||
<field name="module_document_page_approval" />
|
|
||||||
</div>
|
|
||||||
<div class="o_setting_right_pane">
|
|
||||||
<label for="module_document_page_approval" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
Loading…
Reference in New Issue
Block a user