Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
2982 Vues

https://stackoverflow.com/questions/67001462/how-to-access-custom-model-data-in-odoo-env-using-shell-command

Avatar
Ignorer
Meilleure réponse

Hi,

Use the steps below to retrieve custom model data using a shell command in the Odoo environment (env):

Enter the Odoo installation directory at the command prompt or terminal.

If necessary, turn on the virtual environment.

Run./odoo-bin shell -d database_name> to launch the Odoo shell, replacing database_name> with the database's name.

Use Python commands in the Odoo shell to communicate with the environment and retrieve the data from the custom model using Odoo ORM techniques.

You can leave the Odoo shell by typing exit() or Ctrl+D.

Regards

Avatar
Ignorer
Publications associées Réponses Vues Activité
4
févr. 25
713
3
nov. 24
29488
1
déc. 21
2536
0
déc. 21
2083
0
déc. 18
3559