c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #34500
[Bug 872184] Re: In menu Warehouse/Reporting/Last Product Inventories Consumable button is not working.
Hello,
It has been fixed in lp:~openerp-dev/openobject-addons/trunk-bug-872184-aag
Revision ID: aag@xxxxxxxxxxx-20111011104610-me91ssg9nnom2dgu
Revision num: 5344.
It will be available in trunk soon,
Thanks,
Atik Agewan
** Changed in: openobject-addons
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/872184
Title:
In menu Warehouse/Reporting/Last Product Inventories Consumable
button is not working.
Status in OpenERP Addons (modules):
Fix Committed
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')]"
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/872184/+subscriptions
References