odoo/addons/product
Mohammad Alhashash 43db7267c5 [FIX] stock: UoS quantity in stock.picking
Implements the UoS TODO items on stock.picking.do_partial() to fix #1432.
Add a new method _compute_uos_qty() on product.product to computes
product's invoicing quantity in UoS from quantity in UoM.

The created invoice will use the product_uos of the stock.move, meaning keeping
the quantity specified on the partial picking and the unit of measure of the
original stock.move (e.g. recieving 1 dozen from a 12 unit picking should either
get uos=dozen, uos_qty=1 or uos=unit, uos_qty=12, not a mix of both)

Fixes #1432, opw 611479
2014-10-29 10:10:50 +01:00
..
i18n [I18N] Update all 7.0 translation templates with latest terms and annotations 2014-08-14 02:24:24 +02:00
process
report [RESTORE] Restore *.sxw files, skipped during bzr-to-git conversion to discard older binary blobs 2014-05-22 14:07:15 +02:00
security [FIX]product: rename product_variant group since it is not used in v7.0 but still in trunk and users don't understand why nothing happen when ticking the option 2013-03-05 11:01:20 +01:00
test [IMP] product: add python tests 2014-03-06 14:34:56 +01:00
tests [FIX] product: reference in test 2014-10-27 11:41:23 +01:00
wizard [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
__init__.py [FIX] product: move config wizard stuff into sale and purchase 2012-03-22 14:03:20 +01:00
__openerp__.py [IMP] product: add python tests 2014-03-06 14:34:56 +01:00
_common.py [FIX] base: support float rounding with rounding_method=UP (ceiling) 2014-10-22 14:28:22 +02:00
partner.py [FIX] res.partner: Hide commercial-related fields on contacts form + autosync them from parent company 2013-04-08 01:50:13 +02:00
partner_view.xml [IMP] made independant purchase pricelist in supplier 2013-05-09 16:00:45 +05:30
pricelist.py [FIX] product: pricelist, uom and price_surcharge 2014-10-24 17:21:42 +02:00
pricelist_view.xml [IMP] hide label when click in 'based on' except 'other pricelist' and improve 'Other Pricelist' 2012-10-09 12:08:14 +05:30
product.py [FIX] stock: UoS quantity in stock.picking 2014-10-29 10:10:50 +01:00
product_data.xml [IMP] product: set the product.uom names to be optionnaly plural, so that you can display the field after a value without having to care for the singular/plural 2012-12-07 14:41:10 +01:00
product_demo.xml [FIX] product: wrong product and supplierinfo demo data. Because product_id of product.supplierinfo is a product.template field and not a product.product field 2013-10-15 15:27:38 +02:00
product_image_demo.xml [FIX]: product: Fixed field name of product image 2012-08-08 12:14:11 +05:30
product_pricelist_demo.yml [FIX] product : Improved the test cases. 2012-09-19 18:43:05 +05:30
product_report.xml
product_shortcut_data.xml
product_view.xml [FIX] product.uom: safer handling of factor/factor_inv in UI 2014-10-22 14:28:35 +02:00