OCA reporting engine fork for dev and update.
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

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <report id="res_users_csv"
  4. model="res.users"
  5. name="report_qweb_txt.report_res_users_csv"
  6. string="CSV List"
  7. report_type="qweb-txt-csv"
  8. file="report_qweb_txt.report_res_users_csv"
  9. />
  10. </odoo>