mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-23 04:22:04 -06:00
10 lines
298 B
XML
10 lines
298 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<openerp>
|
|
<data noupdate="1">
|
|
<record id="param_client" model="ir.config_parameter">
|
|
<field name="key">document_wopi.client</field>
|
|
<field name="value">https://docs.therp.nl</field>
|
|
</record>
|
|
</data>
|
|
</openerp>
|