Browse Source

[FIX] the example had the problem this module is meant to fix in the

first place
pull/45/head
Holger Brunn 10 years ago
parent
commit
1e4594adba
  1. 2
      web_pytz/__openerp__.py

2
web_pytz/__openerp__.py

@ -47,7 +47,7 @@ Usage
Depend on this module and use filters like::
[('write_date', '>=', utc_today().strftime('%Y-%m-%d'))]
[('write_date', '>=', utc_today().strftime('%Y-%m-%d %H:%M:%S'))]
which displays records changed in the user's conception of today.""",
"category": "Dependency",

Loading…
Cancel
Save