mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-22 20:12:04 -06:00
[IMP] document_page_tag: pre-commit auto fixes
This commit is contained in:
parent
f3a804ea4e
commit
1c91c7c3ce
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
|
||||
<record id="view_wiki_form" model="ir.ui.view">
|
||||
<field name="model">document.page</field>
|
||||
<field name="inherit_id" ref="document_page.view_wiki_form" />
|
||||
@ -40,7 +39,7 @@
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<!-- List View-->
|
||||
<!-- List View-->
|
||||
<record id="document_page_tag_view_inherit_list" model="ir.ui.view">
|
||||
<field name="name">document_page.tags.tree</field>
|
||||
<field name="model">document.page</field>
|
||||
@ -56,5 +55,4 @@
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
|
||||
<record id="view_document_page_tag_search" model="ir.ui.view">
|
||||
<field name="name">document.page.tag.search</field>
|
||||
<field name="model">document.page.tag</field>
|
||||
@ -29,9 +28,9 @@
|
||||
bg_color="bg-danger"
|
||||
invisible="active"
|
||||
/>
|
||||
<group>
|
||||
<field name="active" invisible="1" />
|
||||
</group>
|
||||
<group>
|
||||
<field name="active" invisible="1" />
|
||||
</group>
|
||||
<div class="oe_title">
|
||||
<label for="name" class="oe_edit_only" />
|
||||
<h1>
|
||||
@ -71,5 +70,4 @@
|
||||
action="document_page_tag_action"
|
||||
sequence="45"
|
||||
/>
|
||||
|
||||
</odoo>
|
||||
|
Loading…
Reference in New Issue
Block a user