mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-25 01:48:41 -06:00
additional config settings added
This commit is contained in:
parent
325491ee84
commit
588adeb2bd
@ -34,3 +34,15 @@ class KnowledgeConfigSettings(models.TransientModel):
|
|||||||
help='Document indexation, full text search of attachements.\n'
|
help='Document indexation, full text search of attachements.\n'
|
||||||
'-This installs the module document.'
|
'-This installs the module document.'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
module_document_page = fields.Boolean(
|
||||||
|
'Manage document pages (Wiki)',
|
||||||
|
help='Provide document page and category as a wiki.\n'
|
||||||
|
'-This installs the module document_page.'
|
||||||
|
)
|
||||||
|
|
||||||
|
module_document_page_approval = fields.Boolean(
|
||||||
|
'Manage documents approval',
|
||||||
|
help='Add workflow on documents per category.\n'
|
||||||
|
'-This installs the module document_page_approval.'
|
||||||
|
)
|
||||||
|
@ -21,6 +21,22 @@
|
|||||||
<label for="module_document"/>
|
<label for="module_document"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<label for="id" string="Document pages"/>
|
||||||
|
<div>
|
||||||
|
<div>
|
||||||
|
<field name="module_document_page" class="oe_inline"/>
|
||||||
|
<label for="module_document_page"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<label for="id" string="Document page approval"/>
|
||||||
|
<div>
|
||||||
|
<div>
|
||||||
|
<field name="module_document_page_approval" class="oe_inline"/>
|
||||||
|
<label for="module_document_page_approval"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</group>
|
</group>
|
||||||
</form>
|
</form>
|
||||||
</field>
|
</field>
|
||||||
|
Loading…
Reference in New Issue
Block a user