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.
13 lines
262 B
13 lines
262 B
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<odoo>
|
|
|
|
<report id="res_users_csv"
|
|
model="res.users"
|
|
name="report_qweb_txt.report_res_users_csv"
|
|
string="CSV List"
|
|
report_type="qweb-txt-csv"
|
|
file="report_qweb_txt.report_res_users_csv"
|
|
/>
|
|
|
|
</odoo>
|