Odoo Interlock (Sword fly 373500710)
1. Preparatory work
1.1. Refer to the article "odoo8.0+pycharm4.5 Development Environment Configuration" To configure the Odoo development environment
1.2. Download the Chrome browser and install it.
1.3. Download the Chrome debugging plugin and unzip the installation.
Http://yunpan.cn/ccSnIjbuYf6qB Access Password 6AB9
2. Configuring the development environment
2.1.openerp-server Configuration Reference article "odoo8.0+pycharm4.5 Development Environment Configuration".
2.2.JSP Debug Configuration.
2.2.1. Enter the PC development environment and import the project Odoo
2.2.2. Press F9 to enter "Edit configurations"
2.2.3. Click on the "+" sign on the left and select "JavaScript Debug" to increase the JSP configuration.
2.2.4. On the JSP configuration page name= "JS Debug", url= "http://127.0.0.1:8069/?debug=", click the OK button to save.
3. Start debugging
3.1. Click Run-run ' Openerp-server ' to run the server first.
3.2. Press F9, choose JS Debug, the client run up.
3.3. Expand the code in Script in the IDE to start debugging.
Odoo Joint Adjustment