[trunk] stock analysis - qty should be float

Bug #649053 reported by Ferdinand
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Undecided
Somesh Khare

Bug Description

in stock/report/report_stock_move.py

        'product_qty_in':fields.integer('In Qty',readonly=True),
        'product_qty_out':fields.integer('Out Qty',readonly=True),

why integer ?

in stock
       'product_qty': fields.float('Quantity', required=True),

we will never get matching values if someone uses decimals.

Related branches

Changed in openobject-addons:
assignee: nobody → SKH(OpenERP) (skh-openerp)
Revision history for this message
Anup(SerpentCS) (anup-serpent) wrote :

Hello Ferdinand,

     It has been fixed by revision 4236 <email address hidden>

Thanks.

Changed in openobject-addons:
milestone: none → 6.0
status: New → Fix Released
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.