mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-25 22:47:44 -06:00
[16.0][MIG] document_page_approval: Migration to 16.0
[UPD] Update document_page_approval.pot [UPD] README.rst Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/
This commit is contained in:
committed by
Bhavesh Heliconia
parent
a045036e67
commit
eb0953684b
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" ?>
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
<!-- History Form View -->
|
||||
<record id="wiki_history_form_inherit" model="ir.ui.view">
|
||||
@@ -112,16 +112,20 @@
|
||||
<field name="name">document.page.history.form</field>
|
||||
<field name="model">document.page.history</field>
|
||||
<field name="inherit_id" ref="wiki_history_form_inherit" />
|
||||
<field
|
||||
name="groups_id"
|
||||
eval="[(6, 0, [ref('document_page.group_document_manager')])]"
|
||||
/>
|
||||
<field name="arch" type="xml">
|
||||
<!-- Readonly fields -->
|
||||
<field name="name" position="attributes">
|
||||
<field
|
||||
name="name"
|
||||
position="attributes"
|
||||
groups="document_page.group_document_manager"
|
||||
>
|
||||
<attribute name="attrs">{'readonly': False}</attribute>
|
||||
</field>
|
||||
<field name="summary" position="attributes">
|
||||
<field
|
||||
name="summary"
|
||||
position="attributes"
|
||||
groups="document_page.group_document_manager"
|
||||
>
|
||||
<attribute name="attrs">{'readonly': False}</attribute>
|
||||
</field>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user