Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
4004 Visualizzazioni

Hello,

I'm starting to learn odoo modules developing
so I created a module named "vetclinic" in odoo/openerp/addons

it contains 4 files inside which are:

1.  __init__.py
2.  __openerp__.py
3. vetclinic.py
4. vetclinic_view.xml

and I created models inside them which I want to test their output.


How could I test it?

I tried this command

./openerp-server --addons-path=addons -d opt-test -i vetclinic

and I got this error

WARNING opt-test openerp.modules.loading: invalid module names, ignored: vetclinic

Avatar
Abbandona

See your question about the addons path. If the path is not properly specified, you won't be able to test your module, as the error message already says.

Post correlati Risposte Visualizzazioni Attività
1
lug 24
1731
1
gen 24
4752
2
mar 23
2569
1
gen 23
3950
0
ott 22
1532