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
Related
I'm using ExtJS community edition + open tooling (npm)
Framework and additional sencha modules are distributed through their npm repo at https://sencha.myget.org/ and so far everything worked as it should.
But if I try to use Ext.chart I found oun that this is a separate package. As stated in sencha's docs ext-charts package should be alongside other pkgs i.e ext-modern-theme-material, which is working just fine, but ext-charts is not there!
I get 404 ERR on npm install #sencha/ext-charts and can't find it on repo's web page.
Could someone point me to package location or some other tips regarding ext-charts installation?
Chart is for Premium users in ExtJS 7.0 modern toolkit. However, it is free in classic toolkit. So you need to build in classic toolkit to get charts.
I'm new to using Aptana Studio 3 with dojo 1.10.4.
I'd like to have code completition, so I've installed the relative ruble from github (https://github.com/ben8p/dojo.ruble), by accessing the menù "command -> bundle development -> install bundle".
The download of the ruble was ok, but I don't still be able to have the code completition on js files.
Can anyone help me?
Very thanks.
Fabio.
I created this parser tool for dojo on version 1.7 back in the days;
https://github.com/mschr/dojos/blob/master/README
https://github.com/mschr/dojos/tree/master/util/docscripts
You may drop this file into your project and you will probably have most functionality as it is in the 1.1X today, or fixup the php generator to work with the current dojo.build docparser
https://raw.githubusercontent.com/mschr/dojos/master/util/docscripts/jsdoc/api.hdr.js
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?
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 created so many custom module in ODOO 8.0 adones and I want to create the ODOO Setup file for that for Window installation then Which kind of steps I want to follow or does it need to require for separate software that make my Window setup file.
This document may helpful for you for create window .exe file for OpenERP V6
please refere the below link :
https://doc.odoo.com/6.0/developer/8_24_build/
You may try this V8 to see if it can solve your problem.
I've tried it on Windows 7, worked out of the box.
please try below link
http://sourceforge.net/projects/greenopenerp/files/
Hi there if somebody wants to simplify this, I made a small batch file to execute all of this procedure in a faster way..Just follow steps.Be sure to have odoo v8 installed on windows,not sure if it works with any other odoo version. Please download from this link:
https://www.dropbox.com/s/3p4071rlsa071is/CreateOdooModule.bat?dl=0
Also I did this in Windows 7 64 bits, maybe in other version it doesnt detect odoo path automatically.If not,just add it manually when program asks.
Hope it works for everybody !