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

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="report_res_users_csv">name,login,last_login_date,lang
<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"/>
</t>
</template>
</odoo>