mrp.production.line form should auto fill fields when choosing a product
Bug #1185457 reported by
Andrius Preimantas @ hbee
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Committed
|
Low
|
OpenERP R&D Addons Team 2 |
Bug Description
Revisions:
addons: 9154
server: 4985
web: 3933
While manufacturing order is in draft state choose to add a scheduled product line (Scheduled Products -> Add an Item). New form will open where 3 mandatory fields are shown which are required to be filled manually. But actually, there is a 4th mandatory field, product_uom, which is invisible if a user does not belong to a group "product.
So the UOM field, must be filled automatically (maybe via method onchange_
Related branches
lp://staging/~openerp-dev/openobject-addons/trunk-bug-1185457-amitvora
Ready for review
for merging
into
lp://staging/openobject-addons
- OpenERP Core Team: Pending requested
-
Diff: 31 lines (+9/-1)2 files modifiedmrp/mrp.py (+8/-0)
mrp/mrp_view.xml (+1/-1)
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 2 (openerp-dev-addons2) |
importance: | Undecided → Low |
status: | Incomplete → Confirmed |
summary: |
- [7.0] mrp.production.line form should auto fill fields when choosing a - product + mrp.production.line form should auto fill fields when choosing a product |
Changed in openobject-addons: | |
status: | Confirmed → In Progress |
status: | In Progress → Fix Committed |
To post a comment you must log in.
I believe the work-flow shown in the video is a workaround, not an expected behavior. What if, for instance, I don't want a user to be able to manage multiple UOMs? What's more, a user may select invalid UOM (it might be different from the one on a product) while adding a scheduled products. So he first has to check what UOM is on a product and only then he should select UOM. IMHO that's a usability bug.