Hello, This issue is already fixes with following revision :.
http://bazaar.launchpad.net/~openerp-dev/openobject-client- web/6.0-opw-14785-cpa/revision/4659 Currently I am set this issue as a fix release.So Would you please check this again with latest code. You can Reopen this if the problem still persist with latest code. Thanks. ** Changed in: openobject-client-web Status: New => Fix Released -- You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to the OpenERP Project Group. https://bugs.launchpad.net/bugs/739421 Title: Problem 57 minutes in calendar view/creation Status in OpenERP Web Client: Fix Released Bug description: Hi, in vers. 6.0.1 Ubu 10.10 desktop I create a calendar view with date_start + duration, when I create via "mouse drag" an appointment in the form view I see, instead of duration, for ex.: 2:00 I always have 57'' minutes, so: 2:57'', if I put widget for time I see 2,95 hours. This are my view (If is needed I can include also python file for my osv.osv object) Thanks VIEW: <record model="ir.ui.view" id="training_seance_plan_calendar"> <field name="name">training.seance.plan.calendar</field> <field name="model">training.seance.plan</field> <field name="type">calendar</field> <field name="arch" type="xml"> <calendar string="Week Plan" date_start="date" date_delay="duration" color="base_lecturer_id" mode="week"> <field name="course_id" /> <field name="base_lecturer_id" /> <field name="session_id" /> <field name="duration" widget="float_time" /> </calendar> </field> </record> <record model="ir.ui.view" id="training_seance_plan_form"> <field name="name">training.seance.plan.form</field> <field name="model">training.seance.plan</field> <field name="type">form</field> <field name="arch" type="xml"> <form string="Week plan"> <field name="course_base_id" /> <field name="course_id" invisible="1" /> <field name="duration" widget="float_time" /> <field name="date" /> <field name="base_lecturer_id" /> <field name="session_id" invisible="1" /> </form> </field> </record> To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-client-web/+bug/739421/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

