Giter Site home page Giter Site logo

Lead Line Product V12 about crm HOT 3 CLOSED

oca avatar oca commented on July 28, 2024
Lead Line Product V12

from crm.

Comments (3)

bodedra avatar bodedra commented on July 28, 2024

@usmanfarzandali which module and are you able to reproduce it on runbot?

from crm.

usmanfarzandali avatar usmanfarzandali commented on July 28, 2024

where i face this isssue is ...
when i open CRM -----------> Reporting --------------> Pipeline by product
report open -------------> then i go to Tree View/View List and open any form as oper open form i face this issue ....

raise TypeError("%s (field %s) must be string or datetime, not date." % (value, self))
TypeError: 2019-09-20 (field crm.product.report.date_deadline) must be string or datetime, not date.

so what i do is ...

date_deadline = fields.Datetime('Deadline Date', readonly=True)
to
date_deadline = fields.Date('Deadline Date', readonly=True)

why i change
bcz
date_deadline field come from crm.lead model in crm.lead its Date filed not Datetime field...
so i change this code as per above mention. after that report run smoothly .....

if i my action is correct i want to contribute this small effort ?

from crm.

github-actions avatar github-actions commented on July 28, 2024

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.

from crm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.