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.

9 lines
257 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="report_res_users_csv">name,login,last_login_date,lang
  4. <t t-foreach="docs" t-as="o"><t t-esc="o.name"/>,<t t-esc="o.login"/>,<t t-esc="o.login_date"/>,<t t-esc="o.lang"/>
  5. </t>
  6. </template>
  7. </odoo>