Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
4011 Представления

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

Аватар
Отменить

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.

Related Posts Ответы Просмотры Активность
1
июл. 24
1735
1
янв. 24
4763
2
мар. 23
2573
1
янв. 23
3981
0
окт. 22
1533