In menu Warehouse/Reporting/Last Product Inventories Consumable button is not working.

Bug #872184 reported by Atik Agewan(OpenERP)
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Low
OpenERP R&D Addons Team 2

Bug Description

In Addons : 5342
   Server : 3749

Step to Repoduce :
 - Create Consumable Product.
 - In Warehouse/Inventory Control/Physical Inventories create Inventory of Consumable Product.
 - In List of Warehouse/Reporting/Last Product Inventories menu user can see Consumable Product.
 - and when click on Consumable Button it will Display Blank List.

Step To Solve:
 - domain="[('product_id.type','=', 'consumable')]" is used on Consumable Button.
   so need to change with
   domain="[('product_id.type','=', 'consu')]"

Related branches

Changed in openobject-addons:
assignee: nobody → OpenERP R&D Addons Team 2 (openerp-dev-addons2)
importance: Undecided → Low
status: New → Confirmed
Changed in openobject-addons:
status: Confirmed → In Progress
Revision history for this message
Atik Agewan(OpenERP) (aag-openerp) wrote :

Hello,

It has been fixed in lp:~openerp-dev/openobject-addons/trunk-bug-872184-aag
Revision ID: <email address hidden>
Revision num: 5344.
It will be available in trunk soon,

Thanks,
Atik Agewan

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

fix landed in revision 5362

Thanks

Changed in openobject-addons:
status: Fix Committed → 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.