mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 23:29:19 +01:00
integrate keydb to odoocker
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<!-- When initializing Odoo through Docker this parameter is missing. -->
|
||||
<record id="report_url" model="ir.config_parameter">
|
||||
<field name="key">report.url</field>
|
||||
<field name="value">http://127.0.0.1:8069</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user