Bläddra i källkod

Retocar informes de producción agregar decimales

sebas 3 år sedan
förälder
incheckning
02fa737726

+ 0 - 0
__init__.py


+ 0 - 0
__init__.pyc


+ 0 - 0
__openerp__.py


+ 0 - 0
controllers.py


+ 0 - 0
controllers.pyc


+ 0 - 0
models.py


+ 0 - 0
models.pyc


+ 0 - 0
static/description/icon.png


+ 0 - 0
static/src/css/custom.css


+ 0 - 0
static/src/js/main.js


+ 0 - 0
static/src/js/reporting_base.js


+ 1 - 1
static/src/js/reports/report_mrp_bom_analysis.js

@@ -451,7 +451,7 @@ function report_mrp_bom_analysis (reporting){
                                     name : (mrp.name),
                                     product_id : item.product_id[0],
                                     product_name : item.product_id[1],
-                                    product_qty : accounting.formatNumber((item.product_qty),2, ".", ","),
+                                    product_qty : accounting.formatNumber((item.product_qty),4, ".", ","),
                                     price_unit : accounting.formatNumber((item.price_unit),0, ".", ","),
                                     price_tot : accounting.formatNumber((item.product_qty * (item.price_unit)),2, ".", ","),
                                     quantity_tot : (item.product_qty),

+ 0 - 0
static/src/js/reports/report_mrp_mrp.js


+ 0 - 0
static/src/reports/report_mrp_bom_analysis.xml


+ 0 - 0
static/src/reports/report_mrp_mrp.xml


+ 0 - 0
static/src/xml/eiru_reporting.xml


+ 0 - 0
static/src/xml/eiru_reporting_base.xml


+ 0 - 0
templates.xml


+ 0 - 0
views/actions.xml


+ 0 - 0
views/menus.xml