Skip to content
Snippets Groups Projects
Commit 07d8b721 authored by Cédric Krier's avatar Cédric Krier
Browse files

PRODUCT_EXTENDED: fix traduction

bzr revid: ced-a221d994175ff3991b06d3438c76a0c69940d0f7
parent a52fa4b0
Branches
Tags
No related merge requests found
......@@ -94,7 +94,7 @@ class product_product(osv.osv):
_columns = {
'calculate_price': fields.boolean('Compute price'),
'orderpoint_ids': fields.one2many('stock.warehouse.orderpoint', 'product_id', 'Orderpoints'),
'qty_dispo': fields.function(_product_dispo, method=True, type='float', string='Stock disponible'),
'qty_dispo': fields.function(_product_dispo, method=True, type='float', string='Stock available'),
}
_defaults = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment