[FIX] sale:-renamed the label 'Shipped Qty'=> 'Shipped' on Sales Analysis

lp bug: https://launchpad.net/bugs/797715 fixed

bzr revid: mtr@mtr-20110616133549-pndpm5m4w1j98axc
This commit is contained in:
mtr 2011-06-16 19:05:49 +05:30
parent a8e1dee41c
commit 05120d4d10
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ class sale_report(osv.osv):
'date': fields.date('Date Order', readonly=True),
'date_confirm': fields.date('Date Confirm', readonly=True),
'shipped': fields.boolean('Shipped', readonly=True),
'shipped_qty_1': fields.integer('Shipped Qty', readonly=True),
'shipped_qty_1': fields.integer('Shipped', readonly=True),
'year': fields.char('Year', size=4, readonly=True),
'month': fields.selection([('01', 'January'), ('02', 'February'), ('03', 'March'), ('04', 'April'),
('05', 'May'), ('06', 'June'), ('07', 'July'), ('08', 'August'), ('09', 'September'),

View File

@ -21,7 +21,7 @@
<field name="categ_id" invisible="1"/>
<field name="nbr" sum="# of Lines"/>
<field name="product_uom_qty" sum="# of Qty"/>
<field name="shipped_qty_1" sum="Shipped Qty"/>
<field name="shipped_qty_1" sum="Shipped"/>
<field name="uom_name" invisible="not context.get('set_visible',False)"/>
<field name="price_total" sum="Total Price"/>
<field name="delay" sum="Commitment Delay"/>