11 lines
220 B
XML
11 lines
220 B
XML
<snippet>
|
|
<content><![CDATA[
|
|
Date = Pool().get('ir.date')
|
|
today = Date.today()
|
|
{1}
|
|
]]></content>
|
|
<tabTrigger>tryton_today</tabTrigger>
|
|
<scope>source.python</scope>
|
|
<description>Tryton: Today</description>
|
|
</snippet>
|