c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #34441
[Bug 872184] [NEW] In menu Warehouse/Reporting/Last Product Inventories Consumable button is not working.
Public bug reported:
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')]"
** Affects: openobject-addons
Importance: Undecided
Status: New
--
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):
New
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
Follow ups
References