[MIG] document_page: Migration to 13.0

This commit is contained in:
ernesto
2019-11-07 15:26:37 -05:00
committed by Dũng (Trần Đình)
parent fbc5d7505d
commit 55e00ae88d
23 changed files with 108 additions and 150 deletions

3
document_page/views/document_page_category.xml Executable file → Normal file
View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<!-- Category Views -->
@@ -76,7 +76,6 @@
<field name="res_model">document.page</field>
<field name="domain">[('type','=','category')]</field>
<field name="context">{'default_type': 'category'}</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="view_id" ref="view_category_tree"/>
<field name="search_view_id" ref="view_document_category_filter"/>