Openerp/histest

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา

การสร้าง OTP เพื่อผนวกเข้ากับ workflow ของโมเดล HISAppointment

ไฟล์ histest.py

เพิ่มฟิลด์ phone_number สำหรับผู้รับ OTP ผ่าน SMS

class HISPatient(osv.Model):
    :
    _columns={
        :
        'phone_number': fields.char(size=20, string=u'โทรศัพท์'),
        :
    }

การสร้าง Scheduled Action