forked from OCA/server-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsequence_python.pot
More file actions
128 lines (107 loc) · 3.67 KB
/
Copy pathsequence_python.pot
File metadata and controls
128 lines (107 loc) · 3.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sequence_python
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: sequence_python
#: model_terms:ir.ui.view,arch_db:sequence_python.sequence_view
msgid "<code>number</code>: The next number of the sequence (integer)"
msgstr ""
#. module: sequence_python
#: model_terms:ir.ui.view,arch_db:sequence_python.sequence_view
msgid ""
"<code>number_padded</code>: Padded string of the next number of the sequence"
msgstr ""
#. module: sequence_python
#: model_terms:ir.ui.view,arch_db:sequence_python.sequence_view
msgid ""
"<code>random</code>: The Python random module, eg. to use "
"<code>random.randint(0, 9)</code>"
msgstr ""
#. module: sequence_python
#: model_terms:ir.ui.view,arch_db:sequence_python.sequence_view
msgid "<code>sequence</code>: Odoo record of the sequence being used"
msgstr ""
#. module: sequence_python
#: model_terms:ir.ui.view,arch_db:sequence_python.sequence_view
msgid ""
"<code>string</code>: The Python string module, eg. to use "
"<code>random.choices(string.ascii_letters + string.digits, k=4)</code>"
msgstr ""
#. module: sequence_python
#: model_terms:ir.ui.view,arch_db:sequence_python.sequence_view
msgid ""
"<code>uuid</code>: The Python uuid module, eg. to use "
"<code>uuid.uuid4()</code>"
msgstr ""
#. module: sequence_python
#: model_terms:ir.ui.view,arch_db:sequence_python.sequence_view
msgid "Aside from this, you may use several"
msgstr ""
#. module: sequence_python
#: model:ir.model.fields,field_description:sequence_python.field_ir_sequence__display_name
msgid "Display Name"
msgstr ""
#. module: sequence_python
#: model_terms:ir.ui.view,arch_db:sequence_python.sequence_view
msgid "Help with Python expressions"
msgstr ""
#. module: sequence_python
#: model:ir.model.fields,field_description:sequence_python.field_ir_sequence__id
msgid "ID"
msgstr ""
#. module: sequence_python
#: model:ir.model.fields,field_description:sequence_python.field_ir_sequence____last_update
msgid "Last Modified on"
msgstr ""
#. module: sequence_python
#: model:ir.model.fields,field_description:sequence_python.field_ir_sequence__python_code_preview
msgid "Preview"
msgstr ""
#. module: sequence_python
#: model_terms:ir.ui.view,arch_db:sequence_python.sequence_view
msgid "Python Code"
msgstr ""
#. module: sequence_python
#: model:ir.model.fields,field_description:sequence_python.field_ir_sequence__python_code
msgid "Python expression"
msgstr ""
#. module: sequence_python
#: model:ir.model,name:sequence_python.model_ir_sequence
msgid "Sequence"
msgstr ""
#. module: sequence_python
#: model:ir.model.fields,field_description:sequence_python.field_ir_sequence__smart_search
msgid "Smart Search"
msgstr ""
#. module: sequence_python
#: model_terms:ir.ui.view,arch_db:sequence_python.sequence_view
msgid ""
"The expression you type here will be evaluated as the next number. The "
"following variables can be used:"
msgstr ""
#. module: sequence_python
#: model:ir.model.fields,field_description:sequence_python.field_ir_sequence__use_python_code
msgid "Use Python"
msgstr ""
#. module: sequence_python
#: model:ir.model.fields,help:sequence_python.field_ir_sequence__python_code
msgid "Write Python code that generates the sequence body."
msgstr ""
#. module: sequence_python
#: model_terms:ir.ui.view,arch_db:sequence_python.sequence_view
msgid "builtin Python functions"
msgstr ""
#. module: sequence_python
#: model_terms:ir.ui.view,arch_db:sequence_python.sequence_view
msgid "number"
msgstr ""