Openerp v7
-
2013-07-25
1.部署开发环境 OK
电脑系统:WIN8 64位 OPENERP版本:openerp-7.0-20130724-231027 开发工具:eclipse+pydev Python版本:2.6 X86
参照:http://www.oepub.net/question/5
[attachimg=1]
2013-07-26 21:29
参照:http://www.oscg.cn/openerp-manual-doc-03/
跑了一遍流程 OK
遗留问题:1.oecn_base_fonts模块没装上; OK 参照:http://cn.openerp.cn/openerp_v7_oecn_base_fonts/
2013-07-27 20:07
参照:http://www.oscg.cn/openerp-manual-doc-15/
制作请假单功能 OK
[attachimg=2]
[color=green]疑问:在ir_act_window_view 没找到action和view的关系。[/color]
2013-08-10
学习pythoning.......
2013-09-16
Create Your Module.
Quick Start Guide
1°-Start reading:
Quick start : Technical_Memento_v0.7.3
Official doc : Modules OpenERP v7
2°-Sample module :
Example 1 : Basics of developing a simple module in OpenERP
Example 2 : How to create a module in OpenERP ?
Example 3: Custom Sample Module Development
Example 4:Module structure of OpenERP module
3°- Videos
Create a module (through interface not with python code)
Tools / IDE OpenERP
1°-IDE : I suggest Eclipse IDE : Eclipse Classic
2°-Python : plugin PyDev for eclipse : Installing the Eclipse PyDev plugin
3°-XML : Editor integrated with eclipse
4°-Templates Openerp :Template for eclipse of openerp code snippets. This snippets are build to help rapid building openerp project with great ease.
For Python Snippets
For XML Snippets
5°-OpenERP in eclipse.
Debug your openERP+python code in eclipse
OpenERP development environment in Windows using Eclipse.
6°-OpenERP V7.0 installation on ubuntu 12.04 x64
How to install OpenERP V7.0 on Ubuntu 12.04 from launchpad repository?
--------------------------------------------------------------------------------
* Others links :
•
Where is OpenERP v7 documentation?
•
How to create REPORTs in OpenERP...
•
create Kanban view in openerp 7.0
Best start with openerp.
-
疑问:在ir_act_window_view 没找到action和view的关系。
我也遇到了这个问题,我写了个帖子:http://www.jianshu.com/p/65039e0ce85e
其中: 三、关于 ir_act_window_view 无新记录的分析
如有误,请指教