add odoo erp

This commit is contained in:
Valentin Romero
2026-06-30 22:08:52 -03:00
parent 03294769a4
commit 42bc368be5
8 changed files with 668 additions and 0 deletions
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="1">
<record id="account_invoice_webhook_url" model="ir.config_parameter">
<field name="key">account.api.invoice.state.webhook</field>
<field name="value">https://libraries-exclusive-vernon-device.trycloudflare.com/odoo/webhook</field>
</record>
</data>
</odoo>