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.
14 lines
404 B
14 lines
404 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
<report
|
|
id="transport_xlsx"
|
|
model="vehicle.status"
|
|
string=" "
|
|
report_type="xlsx"
|
|
name="stock_transport_management.transport_report_xls.xlsx"
|
|
file="stock_transport_management.transport_report_xls.xlsx"
|
|
attachment_use="False"
|
|
/>
|
|
</data>
|
|
</odoo>
|
|
|