9 lines
322 B
Plaintext
9 lines
322 B
Plaintext
|
|
<snippet>
|
||
|
|
<content><![CDATA[
|
||
|
|
${1:fieldname} = fields.Numeric('${2:Field Title}', digits=(16, ${3:4})${4:, required=True}${5:, readonly=True}${8}${6:, help='${7}'})
|
||
|
|
]]></content>
|
||
|
|
<tabTrigger>tryton_fields.Numeric</tabTrigger>
|
||
|
|
<scope>source.python </scope>
|
||
|
|
<description>Tryton: fields.Numeric()</description>
|
||
|
|
</snippet>
|