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

Hi,

I want to add new module in OpenERP, but I don't know from where to start. I also want to customize fields, action and triggers of existing modules. Can someone suggest from where to start. I need someone as consultant and I am ready to pay.

Please contact me at:- parag@encoretel.com

Thanks & Regards, Parag Kumar

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

Hi, Please refer https://doc.openerp.com/v6.1/developer/03_modules_1/ (Module Development) and https://doc.openerp.com/trunk/server/03_module_dev_05/ (Example of module creation)

อวตาร
ละทิ้ง
ผู้เขียน

Thanks Prajul,

ผู้เขียน คำตอบที่ดีที่สุด

Hi,

I tried to create our custom actions and called business logic , but i didn't get success. Current action is overwriting the ORM methods like write,create, read etc where i am also calling business logic functions. But i want to create custom actions which doesn't overwrite ORM methods and from there i want to call business logic function.


def create(self, cr, uid, vals, *args, **kwargs):             
  username = 'username '
  password = 'password '
  AccessLevel = 'AccessLevel '
  response = pbxdb.ums_pbxdb(username,password,AccessLevel) // calling business logic function

  super(cloudswtich_customer,self).create(cr, uid, vals, *args, **kwargs)

I want to create own action from where i can call business logic, not using ORM methods.

Thanks & Regards, Parag Kumar

อวตาร
ละทิ้ง

Form where is this action called?

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
มี.ค. 15
3934
2
มี.ค. 15
8054
0
มี.ค. 15
3692
0
มี.ค. 15
4178
1
มิ.ย. 16
4073