mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
12 lines
320 B
XML
12 lines
320 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<openerp>
|
|
<data noupdate="1">
|
|
|
|
<record id="base.action_res_users" model="ir.actions.act_window">
|
|
<field name="res_model">res.users</field>
|
|
<field name="context">{'dates_filter' : ['login_date']}</field>
|
|
</record>
|
|
|
|
</data>
|
|
</openerp>
|