[IMP] report_carbone : upload template from IHM
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user