We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740bed3 commit 318219bCopy full SHA for 318219b
odoo/addons/base/wizard/base_import_language_views.xml
@@ -11,6 +11,7 @@
11
<field name="name" placeholder="e.g. English"/>
12
<field name="code" string="Code" placeholder="e.g. en_US"/>
13
<field name="data" filename="filename" options="{'accepted_file_extensions': '.csv,.po'}"/>
14
+ <field name="filename" invisible="1"/> <!-- The name is needed in the BinaryField component used to upload the file -->
15
<field name="overwrite" groups="base.group_no_one"/>
16
</group>
17
<footer>
0 commit comments