[6.0] sale manager dashboard - "Sales by Customer" - incomplete

Bug #693476 reported by Ferdinand
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Low
OpenERP R&D Addons Team 3

Bug Description

Please use titles matching the query
the title for this would be "uncompleted sales during the last 90 days" or similar

what would be of more interest
"Sales per customer last 90 days"
state='done' ....

nevertheless i doubt that a moving timespan of 90 days is very useful in day to day business

BTW opening this graph presents a "big" graph with a lot of buttons - many useless - the domain remains in power regardless if the user clicks clear or "Year"

found in ./report/sale_report_view.xml

  <record id="action_sales_by_partner" model="ir.actions.act_window">
        <field name="name">Sales by Partner</field>
        <field name="res_model">sale.report</field>
        <field name="view_type">form</field>
        <field name="view_mode">graph,tree</field>
        <field name="domain">[('state','in',('manual','progress')),('date','&lt;=', time.strftime('%Y-%m-%d')),('date','&gt;',(datetime.date.today()-datetime.timedelta(days=90)).strftime('%Y-%m-%d'))]</field>
        <field name="view_id" ref="view_sales_by_partner_graph"/>
        <field name="context">{'search_default_Customer':1}</field>
    </record>

Related branches

affects: openobject-server → openobject-addons
Revision history for this message
Aline (OpenERP) (apr-tinyerp) wrote :

Hello,
it should be only done Sales of 3 last months.

Changed in openobject-addons:
assignee: nobody → OpenERP R&D Addons Team 3 (openerp-dev-addons3)
importance: Undecided → Low
status: New → Confirmed
Changed in openobject-addons:
status: Confirmed → In Progress
Revision history for this message
Purnendu Singh (OpenERP) (purnendu-singh) wrote :

hello Ferdinand,

We have fixed the problem in lp:~openerp-commiter/openobject-addons/trunk-dev-addons3-psi2

Revision No: 4573
Revision ID: <email address hidden>

Thanks

Changed in openobject-addons:
status: In Progress → Fix Committed
Revision history for this message
Purnendu Singh (OpenERP) (purnendu-singh) wrote :

Hello,

We have also updated the string for Sales by Salesman and Sales by Product's category in lp:~openerp-commiter/openobject-addons/trunk-dev-addons3-psi2

Revision No: 4574
Revision ID: <email address hidden>

Thanks

Changed in openobject-addons:
status: Fix Committed → Fix Released
milestone: none → 6.0-rc2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.