Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
3212 มุมมอง

One feature of odoo is not need programming, only needs to adjust workflow to adapt to current user's worlfow.

But I hope to know when needs to program and customized module?

 

Is there a rule to help us recognize when workflow adjustment exceeds the user's workflow requirement and needs programming and customizing module?

 

 

 

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Always use programming/custom modules to permanently alter the working of OpenERP/Odoo. Customizing Odoo from the GUI only ever works for fast demo purposes. 

Configuration can be done within the GUI, alterating alwasy from a module. At least that is how we run Odoo.

อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

does programming/custom modules need to program in python?

or

modification xml is enough for most case and can satify most requirement?

อวตาร
ละทิ้ง

Depends on the requirement. But keep in mind that a minimum module requires at leaste __init__ as well as __openerp__ files, which are python.