mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
14 lines
262 B
XML
14 lines
262 B
XML
<?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>
|