I can't find my module in Odoo8 - odoo

it must create my module on addons of odoo ? or in back of my project because when I add the project on add ons of odoo it be show on local module but when i remove from addons he doesn't
I'm using odoo V8 with pycharm 2017
python 2.7
NB:odoo is working fine on localhost

might be you have two points
1) If you have added your module on different path from based addons then add that custom path on odoo config.
2) Restart odoo service. and Goto setting - > Activate Developer Mode -> Update App list -> then find your app.
Hope this helps!

Related

How to add Academy module on odoo 8.0 on windows?

Cannot find Academy module in odoo 8.0 , trying to add it in the modules via "./odoo.py scaffold Academy my-modules" and "./odoo.py --addons-path addons,my-modules" commands on command prompt but its not getting added. Please can anyone guide me on how to add it?

Build a (custom) module in Odoo OpenERP

I have downloaded the source code of Odoo (previously OpenERP) and installed OpenERP. I wanted to know how can I create new module, build it and install it (on Windows) when I don't have the Update Module List.
Take a look at this doc. This is in new api version 8.0
Odoo documentation
To build an Odoo module please Have a look here Which is the Basic Odoo Documentation to builds a new addon. To update Apps list after building the addon after restarting the server you have to follow below methods according to the versions so that you can customize it.
Odoo V8
Go to settings -> Users -> Check the Technical Features.
Update Apps list and Install custom add-on.
Odoo V9
click on About, will open wizard
Use active developer mode and then Update Apps list and Install custom add-on.
Odoo V10
Goto Settings -> Activate developer mode and then Update Apps list and Install custom add-on.
After Updating the module list you can see the custom add-on.
First of all place your module into addon folder of your odoo installation
Log in as Administrator
got to settings - users - Administrator
click on Edit
Check Technical properties
Save and refresh your browser
Go to Settings - Modules - Refresh module list
Click on Refresh
If everything went well you will see your own module within the list
Ensure you have technical features enabled for your user in the access rights section.
Once you have enabled it, logout and login again and you should see Update Module List menu item
As a matter of first importance put your module into addon envelope of your odoo establishment
When you have empowered it, logout and login again and you ought to see Update Module List menu thing. An other way to odoo erp customization
Sign in as Administrator
got to settings - clients - Administrator
tap on Edit
Check Technical properties
Spare and invigorate your program
Go to Settings - Modules - Refresh module list

openerp 7 how to install my own module?

I have openerp 7 on an Ubuntu server.
I tried to install this module, adding it in the "addons" directory, but i can't find it in the module list of my web openerp application. (i know how to use the filters)
I don't want to add my modules on launchpad.
I have another question.
How to add my own modules with the openerp "official" hosting ? I have a free trial version. I tried to add my module on launchpad and i can see it on the official openerp module list (www.openerp.com/apps), but it has the community tag and i can't add any module with this tag. they don't appear on the module list of my application. How to allow them ?
Check out the following video and don't forget to enable Technical Features from: Settings > Users > Administrator > (edit) > Access Rights (tab).
http://www.youtube.com/watch?v=RrXrxuAKFRY

How to stop openerp 7 from redirecting to message tab after installing or upgrading a module

I was wondering how to stop openerp- 7 from redirecting to message tab after I installed a module, im developing a module every time I want to test the module I have to go to settings > installed modules > search for the module and upgrade this is really annoying ;( I want upgrading page stay where it is as like of openerp 6.1
Thank you,
In terminal type your addons path and put -d database name and -u module name and start you server.

How to install new module in opnERP7?

I've downloaded a module at https://launchpad.net/openerp-prestashop-sync (which is used to synch the data between prestashop and openERP) and tried to install in openERP7. But it is not working properly.
Also, I would like to give you more details on my requirement:
My Requirement is – we need a addon to sync the data between openERP and prestashop hence i google and found a URL at https://launchpad.net/openerp-prestashop-sync and also downloaded a “techreceptives-openerp_prestashop_sync-670b2669c27b.zip” file.
After that, downloaded openerp i.e. openerp-allinone-setup-6.0-latest.exe and installed the same in my windows machine.
To add new module/addon into openERP, i’ve created new folder as “openerp_prestashop_sync” under “Server\server\openerp\addons” and then extracted the source files from zip i.e. techreceptives-openerp_prestashop_sync-670b2669c27b.zip. After this setup, i’ve restarted the service of openERP. But it is showing error message as "No handler found".
My question is:
1. How to install new module/addon into openERP to function without issues?
2. Is there any steps to follow while setup new module? If so, kindly provide the same. It would be more helpful to me.
3. In openERP – Is there specific web service for 1). product import and export 2. sales orders.
Can anyone please help me to sync the data between both systems (openERP vs prestashop) ?
Thanks in advance
Current Developments are on : Bitbucket: openerp-prestashop-connector
Also it is for openerp6.1 .