mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-26 06:57:43 -06:00
[FIX] pylint/javascript-lint
[ADD] icon.png
This commit is contained in:
committed by
Víctor Martínez
parent
0915ea699b
commit
a0910c6bae
@@ -39,7 +39,7 @@
|
||||
<field name="approved_date" readonly="1" attrs="{'invisible':[('state','not in',['approved'])]}"/>
|
||||
</group>
|
||||
</xpath>
|
||||
<!-- Readonly fields -->
|
||||
<!-- Readonly fields -->
|
||||
<field name="content" position="attributes"><attribute name="attrs">{'readonly': [('state', 'not in', ['draft'])]}</attribute></field>
|
||||
<field name="page_id" position="attributes"><attribute name="attrs">{'readonly': [('state', 'not in', ['draft'])]}</attribute></field>
|
||||
<field name="name" position="attributes"><attribute name="attrs">{'readonly': [('state', 'not in', ['draft'])]}</attribute></field>
|
||||
|
||||
Reference in New Issue
Block a user