增加上传支持格式
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<form>
|
<form>
|
||||||
<group>
|
<group>
|
||||||
<field name="file_data" widget="binary" options="{'accepted_file_extensions': '.xlsx'}"/>
|
<field name="file_data" widget="binary" options="{'accepted_file_extensions': '.xls,.xlsx'}"/>
|
||||||
</group>
|
</group>
|
||||||
<footer>
|
<footer>
|
||||||
<button string="确认导入" name="import_data" type="object" class="btn-primary"/>
|
<button string="确认导入" name="import_data" type="object" class="btn-primary"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user