Hi guys !
I want to add a field who has all the time the same value (for every objects of his class).
How can i do that ?
Thanks.
Hi guys !
I want to add a field who has all the time the same value (for every objects of his class).
How can i do that ?
Thanks.
You can create a field in python like that :
_columns = {
'my_field' : fields.char('My static field', size=64),
}
_defaults = {
'my_field': lambda *a: 'The default value',
}
Create an account today to enjoy exclusive features and engage with our awesome community!
Реєстрація| Related Posts | Відповіді | Переглядів | Дія | |
|---|---|---|---|---|
|
2
бер. 24
|
31246 | |||
|
0
бер. 15
|
8238 | |||
|
1
бер. 15
|
12688 | |||
|
3
бер. 15
|
11339 | |||
|
1
бер. 15
|
12642 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.