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

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.

Related

Vue Project not working after ubuntu customization

I have created a project using vue.js at the frontend and flask at the backend, It was working perfectly. But, after I customized my ubuntu OS, suddenly I am unable to run the project, my flask and every other framework and library was uninstalled and I am unable to reinstall vue and I get this error message when I try to install vue again:
Can someone tell me how to resolve this issue?
By Customization, I installed some extensions and then some wallpapers, icon packs etc..
As a user has mentioned in the replies earlier, what you are trying to do is installing a global package, and the error displayed there clearly stated that you lacked permissions, and the customizations you mentioned should not have any impact on this.
Since you are using Ubuntu, just add a sudo in front of the command that you are trying to execute and it should be fixed.

I can't find my module in Odoo8

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!

Drupal custom module failing to install

I have created a module on a development server (xampp) all is fine and working. However when I have move the module to my production server it fails to install properly, WSOD. From db I can see that my fields are not being created.
Drupal version 7.27 on both, both clean installs with the same dependencies installed.
Nothing in apache error log.
Grateful for any tips.
Mathew
ok just incase this helps someone else further down the line - this was an issue with different versions on PHP on the two servers one had 5.3 the other 5.5. One supports short form arrays [] and one does not which was my problem.
Would i have been able to resolve this from PHP logs?

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

Installing dotnetnuke module install fails with 404

Im doing some dev work on a dnn module. I was able to build and install a package on my installation of DNN once. I made some changes and wanted to uninstall and reinstall it. Uninstalling went fine. Installing the module again failed by throwing a 404 on the install popup window as soon as i upload the new module zip. I dont see anything logged in the event viewer. Anyone know what can cause this?
Im running DNN 6.2.4
UPDATE: adding more info
the url its 404ing on is: "/Host/Extensions/tabid/36/ctl/Install/rtab/36/portalid/0/Default.aspx?popUp=true"
Im sure this is something unique to my module. I tried installing other modules and they worked fine.
Try hitting F12 in your browser to load the Developer console and see if you can find what the URL is that is 404'ng, that'll make tracking down the issue easier.
Update: Since it appears to be the old "max upload size" issue check out this video for how to fix that part
http://www.dotnetnuke.com/Resources/Video-Library/Viewer/Video/383/View/Details/How-to-increase-the-maximum-file-upload-size-in-DotNetNuke-6.aspx