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?
Related
I'm trying to upgrade version 11 to version 14. I have one custom module, So right now I need only to update the custom module from v11 to v 14...?
Thanks in advance for your reply.
You cannot simply migrate your custom module from Odoo v11 to v14. If you are a developer, you need to make the app compatible with v14 by modifying the code as per the libraries and other parameters of Odoo v14 code. Upon successful testing, you can directly migrate your custom module to v14. In the case of Odoo upgradation, you start sequentially which may be time-consuming.
I am new developer on ODOO in installing process system is asking for scaffloding. Can anyone assist me regarding Scaffolding
Here you could find the docs for Odoo scaffolding command line usage:
https://www.odoo.com/documentation/11.0/reference/cmdline.html#reference-cmdline-scaffold
Example usage:
python ./odoo-11.0/odoo-bin scaffold new_module_name
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!
I found a plugin folder inside base_report_designer but when I added that to apache open office it doesn't show any signs of working. Please can anyone guide me on this I also tried looking at resources or steps mentioned on over various websites but I failed to do so.
Just You can download the base_report_designer module from the this link
Click To Download
You should add that module in your OpenERP 7.0 addons directory and install in your system.this module is working fine from my side.
Reference link for installation Guideline :
YouTube :
https://www.youtube.com/watch?v=WOk6spaWzMg
Other Web References :
http://www.serpentcs.com/wp-content/uploads/2014/08/OpenERP-Report-Designer.pdf
I hope my answer may helpful for you :)
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