[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,42 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record model="ir.ui.view" id="carbone_view_ir_exports">
<field name="model">ir.exports</field>
<field name="inherit_id" ref="jsonifier.view_ir_exports"/>
<field name="mode">primary</field>
<field name="arch" type="xml">
<xpath expr="//field[@name='language_agnostic']" position="replace"/>
<xpath expr="//field[@name='global_resolver_id']" position="replace"/>
<xpath
expr="//group[@name='index']/field[@name='export_fields']/list/field[@name='name']"
position="before"
>
<field name="field_label"/>
</xpath>
<xpath
expr="//group[@name='index']/field[@name='export_fields']/list/field[@name='target']"
position="attributes"
>
<attribute name="optional">hide</attribute>
</xpath>
<xpath
expr="//group[@name='index']/field[@name='export_fields']/list/field[@name='lang_id']"
position="attributes"
>
<attribute name="optional">hide</attribute>
</xpath>
<xpath
expr="//group[@name='index']/field[@name='export_fields']/list/field[@name='resolver_id']"
position="attributes"
>
<attribute name="optional">hide</attribute>
</xpath>
<xpath
expr="//group[@name='index']/field[@name='export_fields']/list/field[@name='instance_method_name']"
position="attributes"
>
<attribute name="optional">hide</attribute>
</xpath>
</field>
</record>
</odoo>