[ADD] report_carbone, jsonifier, export_json : carbone is an alternative to Py3o

This commit is contained in:
2026-04-21 14:59:24 +02:00
parent ae3c34257f
commit c2061984d1
216 changed files with 29344 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="report_carbone_demo_purchase_order" model="ir.attachment">
<field name="name">Demo_template_purchase_order.odt</field>
<field name="datas" type="base64" file="report_carbone/data/demo_template_purchase_order.odt"/>
<field name="public">True</field>
</record>
</odoo>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="report_carbone_userguide_attachment" model="ir.attachment">
<field name="name">Carbone_report_guide.pdf</field>
<field name="datas" type="base64" file="report_carbone/docs/carbone_userguide_v18.pdf"/>
<field name="public">True</field>
</record>
</odoo>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.