mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-23 04:22:04 -06:00
11 lines
372 B
XML
11 lines
372 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<openerp>
|
|
<data noupdate="1">
|
|
<record id="document_wopi_todo" model="ir.actions.todo">
|
|
<field name="name">Configure document_wopi</field>
|
|
<field name="action_id" ref="knowledge.action_knowledge_configuration" />
|
|
<field name="type">once</field>
|
|
</record>
|
|
</data>
|
|
</openerp>
|