Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM
|
e-Commerce
|
Accounting
|
Inventory
|
PoS
|
Project management
|
MRP
|
etc.
Problem wizard installation (purchase_confirm)
Hi, I have a problem with the installation of purchase_confirm addons. I try to install it but It doesn't appear in the module list. I change the permission of the files ( rw-rw-r--) and the folders (rwxrwxr-x). I hava also change the the owner of the files by the user openerp. And, It always don't working.
I'm on Debian.
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 6/25/13, 10:34 AM |
Seen: 1779 times |
Last updated: 3/16/15, 8:10 AM |
Can you see the addon when you go to Settings -> Installed Modules (even after updating : Settings -> Update Modules List)?
Yes, I updated the module list and I don't see it. I find the module wired, because he doesn't have __openerp__.py file and this file is an obligation. It's maybe because he is a wizard.
Usually this kind of issues happens with the __openerp__.py, Post your and lets see if there is something. You say is a wizard? Did you declare it in the __openerp__.py file?
It's not a personal module, I find it in the v6apps site. And, he doesn't have __openerp__.py but he has a __terp__.py file.
I have only worked with modules from 6.1 and 7.0 and none used a __terp__.py instead of a __openerp__.py maybe the creator of the module forgot to update it?
I renamed the __terp__.py in __openerp__.py. And I can finnaly find it. Now, I have an other bug,. When I try to install, he says: "No module named wizard".
Dimitry, between 5 or 6 and 7 there are some changes regarding modules. it might be a better thing to post a new question about the issue. Post than also the code and XML, can be handy.
I already did that and I found a solution.