I want to use a return from a function in my field variable. How can I do this?
How can I put the return of the function in my field?
test_field = fields.Char('')
def test(self):
a = 1
if a == a:
return a
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I want to use a return from a function in my field variable. How can I do this?
How can I put the return of the function in my field?
test_field = fields.Char('')
def test(self):
a = 1
if a == a:
return a
Create an account today to enjoy exclusive features and engage with our awesome community!
Реєстрація| Related Posts | Відповіді | Переглядів | Дія | |
|---|---|---|---|---|
|
0
груд. 16
|
3700 | |||
|
5
бер. 16
|
11280 | |||
|
1
бер. 15
|
4913 | |||
|
0
лип. 16
|
5820 | |||
|
1
черв. 16
|
3811 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.