[IMP] report_carbone : upload template from IHM

This commit is contained in:
2026-04-21 18:17:32 +02:00
parent 5f5a982863
commit 1575deda12
2 changed files with 45 additions and 0 deletions

View File

@@ -49,6 +49,17 @@
/>
<field name="is_valid_template_id" invisible="True"/>
<field name="file_extension" invisible="True"/>
<group invisible="report_type != 'carbone'" string="Upload template">
<field name="template_file" filename="template_filename" widget="binary"/>
<field name="template_filename" invisible="True"/>
<button
name="action_upload_template_to_carbone"
type="object"
string="Upload to Carbone"
class="btn-primary"
invisible="not template_file"
/>
</group>
<field name="lang_ids" widget="many2many_tags" invisible="report_type != 'carbone'"/>
<field
name="currency_id"