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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden| Gerelateerde posts | Antwoorden | Weergaven | Activiteit | |
|---|---|---|---|---|
|
Evaluation of python expression
Opgelost
|
1
jul. 17
|
10703 | ||
|
0
aug. 16
|
3687 | |||
|
1
jul. 16
|
5744 | |||
|
0
jun. 16
|
3717 | |||
|
0
aug. 17
|
3614 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.