mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-16 20:22:57 -06:00
[11.0][FIX] document_page: use document page view as default instead of category one.
This commit is contained in:
parent
77fa06019c
commit
7aeb93b207
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Document Page',
|
'name': 'Document Page',
|
||||||
'version': '11.0.2.3.0',
|
'version': '11.0.2.4.0',
|
||||||
'category': 'Knowledge Management',
|
'category': 'Knowledge Management',
|
||||||
'author': 'OpenERP SA, Odoo Community Association (OCA)',
|
'author': 'OpenERP SA, Odoo Community Association (OCA)',
|
||||||
'images': [
|
'images': [
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
<record id="view_wiki_form" model="ir.ui.view">
|
<record id="view_wiki_form" model="ir.ui.view">
|
||||||
<field name="name">document.page.form</field>
|
<field name="name">document.page.form</field>
|
||||||
<field name="model">document.page</field>
|
<field name="model">document.page</field>
|
||||||
|
<field name="priority">10</field>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<form string="Document Page">
|
<form string="Document Page">
|
||||||
<sheet>
|
<sheet>
|
||||||
|
Loading…
Reference in New Issue
Block a user