Hi everyone!
I want to create a get method in order to get all the account voucher for example
I don't know the syntaxe. Please help
Thanks in advance.
Hi everyone!
I want to create a get method in order to get all the account voucher for example
I don't know the syntaxe. Please help
Thanks in advance.
HI,
Try like this.
get_rec = self.env['model_name'].search([])
#here it returns all records in the model
for rec in get_rec:
print rec
#here you can access each records using rec
| 相关帖文 | 回复 | 查看 | 活动 | |
|---|---|---|---|---|
|
1
7月 17
|
12382 | |||
|
0
8月 16
|
4784 | |||
|
1
7月 16
|
6972 | |||
|
0
6月 16
|
4782 | |||
|
0
8月 17
|
4649 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.