Delivery order report is missing
Bug #936446 reported by
Todor Andreev
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
Web client with Demo data.
6.1 RC1 - openerp-
Opera 11.61 and Firefox 10.01.
Default DB language BG.
In 6.0.3 there is a "Deliver Order" report, which I consider, the only way of printing Warranty cards to customers (PLEASE TELL ME IF I'M WRONG!!, I searched for days for a Warranty card feature, but didn't find any). Well I believe I could customize it to show date of delivery and display warranty months, and this way create something like Warranty card.
Now in 6.1 there is only Packing List report, which is not what everyone wants because not everybody packs deliveries. Correct me if I'm wrong or missing the idea :-)
Thanks!
Related branches
lp://staging/~openerp-dev/openobject-addons/trunk-stock_picking_usability
- OpenERP Core Team: Pending requested
-
Diff: 903 lines (+333/-135)13 files modifiedpurchase/purchase.py (+2/-2)
purchase/stock_view.xml (+20/-7)
sale/sale_view.xml (+15/-2)
stock/__openerp__.py (+1/-1)
stock/report/picking.rml (+10/-11)
stock/report/report_stock_move.py (+1/-1)
stock/report/report_stock_move_view.xml (+1/-1)
stock/stock.py (+169/-41)
stock/stock_view.xml (+51/-35)
stock/stock_workflow.xml (+2/-1)
stock/wizard/stock_partial_picking.py (+28/-1)
stock/wizard/stock_return_picking.py (+32/-31)
stock/wizard/stock_return_picking_view.xml (+1/-1)
affects: | openobject-server → openobject-addons |
To post a comment you must log in.
Hello,
I agreed with Toder, for delivery order we have to print report name "Delivery Order" instead of "Packing List".
For incoming shipment "Picking list" is good but for "Delivery Order" we have to change the name of the report.
Thank you!