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.
Y
yao6891
@yao6891
-
Openerp v7 -
Openerp v7 要实现产品多属性,比如批号,批次,批准文号,有效期等V7也是用“安装product_variant_configurator 依赖product_variant_multi ,sale_product_multistep_configurator”嘛?