You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

32 lines
1.0 KiB

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2019 Ecosoft Co., Ltd.
License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).-->
<odoo>
<act_window id="action_sale_oder_export_xlsx"
name="Export Excel"
res_model="export.xlsx.wizard"
src_model="sale.order"
view_mode="form"
target="new"
context="{
'template_domain': [('res_model', '=', 'sale.order'),
('fname', '=', 'sale_order.xlsx'),
('gname', '=', False)],
}"/>
<act_window id="action_sale_oder_import_xlsx"
name="Import Excel"
res_model="import.xlsx.wizard"
src_model="sale.order"
view_mode="form"
target="new"
context="{
'template_domain': [('res_model', '=', 'sale.order'),
('fname', '=', 'sale_order.xlsx'),
('gname', '=', False)],
'template_context': {},
'template_import_states': [],
}"/>
</odoo>