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

Hi, I m working with OpenERP 7.0 Version, I want to display time from float field, I used widget="float_time" in form view and tree view. It works fine in both form and tree view, but now when i am using widget="float_time" in calendar view, it display float value instead of displaying time.

My field is

'start_time': fields.float('Time Start'),

My calendar view is

<record model="ir.ui.view" id="crm.crm_case_phone_calendar_view">
    <field name="name">CRM - Phone Calls Calendar</field>
    <field name="model">crm.phonecall</field>
    <field name="priority" eval="2"/>
    <field name="arch" type="xml">
        <calendar string="Phone Calls" date_start="date" color="user_id" date_delay="start_time">
            <field name="name"/>
            <field name="partner_id"/>
            <field name="duration" widget="float_time"/>
            <field name="start_time" widget="float_time"/>
        </calendar>
    </field>
</record>

How can I solve this issue..?????

Please help me.

Thanks in advance.

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

I am also looking for an answer to this problem... anyone?

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ม.ค. 24
1402
0
มิ.ย. 24
1477
0
พ.ย. 20
3868
0
มิ.ย. 19
2575
3
พ.ค. 19
4409