integrate keydb to odoocker

This commit is contained in:
Yhael S
2023-09-27 22:47:22 -05:00
parent dddafd862f
commit fc0d0c9875
18 changed files with 415 additions and 97 deletions

View File

@@ -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>