Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
3107 Lượt xem

Hello everyone ,i am new to openerp........and i wish to create an custom application using python language as its my assignment and i am not professional in python to .........so i need a sample coding and also a step by step process like where to save what coding .. please help me out

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

If you want to create an custom module, first you need to create an module package in it...

1.__init__.py

2.__openerp__.py

3.yourmodule.py

4.yourmodule.xml

you can also have a look at the link provided below...By using the above mentioned files you can create an basic module. After that you can customise your based upon your requirements

Reference web link:

doc.openerp.com/trunk/web/module/

doc.openerp.com/v6.1/developer/03_modules_1/

doc.openerp.com/v6.0/developer/2_4_module_development/module_creation/

Ảnh đại diện
Huỷ bỏ
Tác giả

Can u give these file for customizing warehouse ..........thanking you

Tác giả

Thnks for the info.....can u give me these for warehouse