This commit is contained in:
gsinghpal
2026-05-04 02:14:34 -04:00
parent 3cc393454d
commit 586f05d567
43 changed files with 3656 additions and 112 deletions

View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2026 Nexa Systems Inc.
License OPL-1
Defaults for the Fusion Helpdesk Reporter. noupdate=1 so admins
can override on the Settings page without losing their values
on `-u`.
-->
<odoo noupdate="1">
<record id="fhd_default_remote_url" model="ir.config_parameter">
<field name="key">fusion_helpdesk.remote_url</field>
<field name="value">https://erp.nexasystems.ca</field>
</record>
<record id="fhd_default_remote_db" model="ir.config_parameter">
<field name="key">fusion_helpdesk.remote_db</field>
<field name="value">nexamain</field>
</record>
<record id="fhd_default_remote_login" model="ir.config_parameter">
<field name="key">fusion_helpdesk.remote_login</field>
<field name="value">helpdesk_bot@nexasystems.ca</field>
</record>
<record id="fhd_default_client_label" model="ir.config_parameter">
<field name="key">fusion_helpdesk.client_label</field>
<field name="value"></field>
</record>
</odoo>