From 6bd5b4fb38e3bec20b75e522482d73b69b6896cd Mon Sep 17 00:00:00 2001 From: "aag (OpenERP)" Date: Mon, 6 Dec 2010 18:05:39 +0530 Subject: [PATCH 01/19] [IMP] Purchase:Improvement in Purchase order in pad bzr revid: aag@tinyerp.co.in-20101206123539-jfp416d9xbjdrhlq --- addons/purchase/purchase_view.xml | 2 +- addons/stock/stock.py | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/addons/purchase/purchase_view.xml b/addons/purchase/purchase_view.xml index ce8923ed5cd..c69bc376543 100644 --- a/addons/purchase/purchase_view.xml +++ b/addons/purchase/purchase_view.xml @@ -189,7 +189,7 @@ - + diff --git a/addons/stock/stock.py b/addons/stock/stock.py index d6f4a95bc9e..6fdd2f0a0fd 100644 --- a/addons/stock/stock.py +++ b/addons/stock/stock.py @@ -1284,6 +1284,9 @@ class stock_picking(osv.osv): @param ids: List of Picking Ids @param context: A standard dictionary for contextual values """ + if context is None: + context = {} + mob_obj = self.pool.get('ir.model.data') for pick in self.browse(cr, uid, ids, context=context): msg='' if pick.auto_picking: @@ -1303,9 +1306,12 @@ class stock_picking(osv.osv): 'done': _('is done.'), 'draft':_('is in draft state.'), } + res = mob_obj.get_object_reference(cr, uid, 'stock', 'view_picking_in_form') + view_id = res and res[1] or False + context.update({'view_id': view_id}) message += state_list[pick.state] - self.log(cr, uid, pick.id, message) - return True + self.log(cr, uid, pick.id, message,context=context) + return context stock_picking() From 1f693e0200beff343a16c947b6d991729fc47c61 Mon Sep 17 00:00:00 2001 From: "aag (OpenERP)" Date: Thu, 9 Dec 2010 16:34:55 +0530 Subject: [PATCH 02/19] [FIX]stock,purchase: add products menus in order in purchase and warehouse lp bug: https://launchpad.net/bugs/687357 fixed bzr revid: aag@tinyerp.co.in-20101209110455-10w52vdd8whrhygi --- addons/purchase/purchase_view.xml | 26 +++++++++++++++++++++++++- addons/stock/stock_view.xml | 20 ++++++++++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/addons/purchase/purchase_view.xml b/addons/purchase/purchase_view.xml index fce92eb5ad9..8330a91d7ff 100644 --- a/addons/purchase/purchase_view.xml +++ b/addons/purchase/purchase_view.xml @@ -19,6 +19,26 @@ action="product.product_pricelist_action2" id="menu_product_pricelist_action2_purchase" parent="menu_purhase_config_purchase" sequence="1"/> + + + + + + + + + + @@ -83,8 +103,12 @@ + + + + parent="menu_procurement_management_product" sequence="1"/> purchase.order.calendar diff --git a/addons/stock/stock_view.xml b/addons/stock/stock_view.xml index feb7cc178fe..9cb5a63b21c 100644 --- a/addons/stock/stock_view.xml +++ b/addons/stock/stock_view.xml @@ -9,10 +9,30 @@ + + + + + + + stock.inventory.line.tree From 8970498766a633dc2d99a875322c2dfaa7edbcce Mon Sep 17 00:00:00 2001 From: "ksa (Open ERP)" Date: Mon, 13 Dec 2010 10:31:46 +0530 Subject: [PATCH 03/19] [IMP]: Improvement PO file bzr revid: ksa@tinyerp.co.in-20101213050146-x186ze1dcrh8yzd5 --- addons/mrp/i18n/ar.po | 2 +- addons/mrp/i18n/bg.po | 2 +- addons/mrp/i18n/bs.po | 2 +- addons/mrp/i18n/ca.po | 2 +- addons/mrp/i18n/cs.po | 2 +- addons/mrp/i18n/el.po | 2 +- addons/mrp/i18n/es_AR.po | 2 +- addons/mrp/i18n/es_EC.po | 2 +- addons/mrp/i18n/et.po | 2 +- addons/mrp/i18n/fi.po | 2 +- addons/mrp/i18n/hi.po | 2 +- addons/mrp/i18n/hr.po | 2 +- addons/mrp/i18n/hu.po | 2 +- addons/mrp/i18n/id.po | 2 +- addons/mrp/i18n/ko.po | 2 +- addons/mrp/i18n/lt.po | 2 +- addons/mrp/i18n/mrp.pot | 2 +- addons/mrp/i18n/nl.po | 2 +- addons/mrp/i18n/nl_BE.po | 2 +- addons/mrp/i18n/pl.po | 2 +- addons/mrp/i18n/ro.po | 2 +- addons/mrp/i18n/ru.po | 2 +- addons/mrp/i18n/sk.po | 2 +- addons/mrp/i18n/sl.po | 2 +- addons/mrp/i18n/sq.po | 2 +- addons/mrp/i18n/sv.po | 2 +- addons/mrp/i18n/tlh.po | 2 +- addons/mrp/i18n/tr.po | 2 +- addons/mrp/i18n/uk.po | 2 +- addons/mrp/i18n/vi.po | 2 +- addons/mrp/i18n/zh_CN.po | 2 +- addons/mrp/i18n/zh_HK.po | 2 +- addons/mrp/i18n/zh_TW.po | 2 +- addons/mrp/mrp.py | 4 ++-- 34 files changed, 35 insertions(+), 35 deletions(-) diff --git a/addons/mrp/i18n/ar.po b/addons/mrp/i18n/ar.po index 27b75efdd58..3111ad3d458 100644 --- a/addons/mrp/i18n/ar.po +++ b/addons/mrp/i18n/ar.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/bg.po b/addons/mrp/i18n/bg.po index 704fcf62684..b2de4e61971 100644 --- a/addons/mrp/i18n/bg.po +++ b/addons/mrp/i18n/bg.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/bs.po b/addons/mrp/i18n/bs.po index 8f7abe56581..fd744046391 100644 --- a/addons/mrp/i18n/bs.po +++ b/addons/mrp/i18n/bs.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/ca.po b/addons/mrp/i18n/ca.po index 2fb6924a8fe..d80cb3d4002 100644 --- a/addons/mrp/i18n/ca.po +++ b/addons/mrp/i18n/ca.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/cs.po b/addons/mrp/i18n/cs.po index 174f7492225..5761b875c9b 100644 --- a/addons/mrp/i18n/cs.po +++ b/addons/mrp/i18n/cs.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/el.po b/addons/mrp/i18n/el.po index e8492bae47b..84f76268775 100644 --- a/addons/mrp/i18n/el.po +++ b/addons/mrp/i18n/el.po @@ -46,7 +46,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/es_AR.po b/addons/mrp/i18n/es_AR.po index 7d577310b3e..347dbdac7e7 100644 --- a/addons/mrp/i18n/es_AR.po +++ b/addons/mrp/i18n/es_AR.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/es_EC.po b/addons/mrp/i18n/es_EC.po index 11e3295448a..92e1fc69e1f 100644 --- a/addons/mrp/i18n/es_EC.po +++ b/addons/mrp/i18n/es_EC.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/et.po b/addons/mrp/i18n/et.po index 95ccc43eb63..cace111bd8a 100644 --- a/addons/mrp/i18n/et.po +++ b/addons/mrp/i18n/et.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/fi.po b/addons/mrp/i18n/fi.po index bdbedc1da4d..d8c5d5b9a7b 100644 --- a/addons/mrp/i18n/fi.po +++ b/addons/mrp/i18n/fi.po @@ -44,7 +44,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/hi.po b/addons/mrp/i18n/hi.po index 773c2239755..d6d75308a6c 100644 --- a/addons/mrp/i18n/hi.po +++ b/addons/mrp/i18n/hi.po @@ -44,7 +44,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/hr.po b/addons/mrp/i18n/hr.po index 287970c5b05..348f23531fc 100644 --- a/addons/mrp/i18n/hr.po +++ b/addons/mrp/i18n/hr.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/hu.po b/addons/mrp/i18n/hu.po index 1f890e78763..ebecf39fd8c 100644 --- a/addons/mrp/i18n/hu.po +++ b/addons/mrp/i18n/hu.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/id.po b/addons/mrp/i18n/id.po index 01a2003fe57..5d09c589d6a 100644 --- a/addons/mrp/i18n/id.po +++ b/addons/mrp/i18n/id.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/ko.po b/addons/mrp/i18n/ko.po index bbeb2c2f103..e79f38e83d0 100644 --- a/addons/mrp/i18n/ko.po +++ b/addons/mrp/i18n/ko.po @@ -44,7 +44,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/lt.po b/addons/mrp/i18n/lt.po index a920da42f79..5f1211431c9 100644 --- a/addons/mrp/i18n/lt.po +++ b/addons/mrp/i18n/lt.po @@ -44,7 +44,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/mrp.pot b/addons/mrp/i18n/mrp.pot index 6f1bfad9ac4..05aafca61ac 100644 --- a/addons/mrp/i18n/mrp.pot +++ b/addons/mrp/i18n/mrp.pot @@ -507,7 +507,7 @@ msgstr "" #. module: mrp #: model:ir.model,name:mrp.model_mrp_workcenter_load -msgid "Workcenter Load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/nl.po b/addons/mrp/i18n/nl.po index 1aeda3fe0db..c94af8af71b 100644 --- a/addons/mrp/i18n/nl.po +++ b/addons/mrp/i18n/nl.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/nl_BE.po b/addons/mrp/i18n/nl_BE.po index f76706990d3..b4e88959ede 100644 --- a/addons/mrp/i18n/nl_BE.po +++ b/addons/mrp/i18n/nl_BE.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/pl.po b/addons/mrp/i18n/pl.po index f3275813800..6c928203e86 100644 --- a/addons/mrp/i18n/pl.po +++ b/addons/mrp/i18n/pl.po @@ -43,7 +43,7 @@ msgstr "Wykorzystanie centrum roboczego" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "Obłożenie centrum roboczego" #. module: mrp diff --git a/addons/mrp/i18n/ro.po b/addons/mrp/i18n/ro.po index 301a3e146bd..47fed58989c 100644 --- a/addons/mrp/i18n/ro.po +++ b/addons/mrp/i18n/ro.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/ru.po b/addons/mrp/i18n/ru.po index b73a4f8220d..20d9fb21a98 100644 --- a/addons/mrp/i18n/ru.po +++ b/addons/mrp/i18n/ru.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/sk.po b/addons/mrp/i18n/sk.po index f7a28b078dd..e0f59284c36 100644 --- a/addons/mrp/i18n/sk.po +++ b/addons/mrp/i18n/sk.po @@ -44,7 +44,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/sl.po b/addons/mrp/i18n/sl.po index 87f3031fbd9..545467f20a9 100644 --- a/addons/mrp/i18n/sl.po +++ b/addons/mrp/i18n/sl.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/sq.po b/addons/mrp/i18n/sq.po index c9e7ac5000b..077b47d8bec 100644 --- a/addons/mrp/i18n/sq.po +++ b/addons/mrp/i18n/sq.po @@ -44,7 +44,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/sv.po b/addons/mrp/i18n/sv.po index 98de1a9461f..73054816890 100644 --- a/addons/mrp/i18n/sv.po +++ b/addons/mrp/i18n/sv.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/tlh.po b/addons/mrp/i18n/tlh.po index 66e50c4d654..8b7f3ad3d80 100644 --- a/addons/mrp/i18n/tlh.po +++ b/addons/mrp/i18n/tlh.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/tr.po b/addons/mrp/i18n/tr.po index 50c3edee247..c442e24db15 100644 --- a/addons/mrp/i18n/tr.po +++ b/addons/mrp/i18n/tr.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/uk.po b/addons/mrp/i18n/uk.po index e8a72f7e738..98ef59e0965 100644 --- a/addons/mrp/i18n/uk.po +++ b/addons/mrp/i18n/uk.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/vi.po b/addons/mrp/i18n/vi.po index 400ea4e17ce..7575e5574fc 100644 --- a/addons/mrp/i18n/vi.po +++ b/addons/mrp/i18n/vi.po @@ -44,7 +44,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/zh_CN.po b/addons/mrp/i18n/zh_CN.po index 22fb3395e3d..56a61fc5443 100644 --- a/addons/mrp/i18n/zh_CN.po +++ b/addons/mrp/i18n/zh_CN.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/zh_HK.po b/addons/mrp/i18n/zh_HK.po index d0ebcb7a6bb..f03fa4bb407 100644 --- a/addons/mrp/i18n/zh_HK.po +++ b/addons/mrp/i18n/zh_HK.po @@ -44,7 +44,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/zh_TW.po b/addons/mrp/i18n/zh_TW.po index 76a691f5eda..76983b46827 100644 --- a/addons/mrp/i18n/zh_TW.po +++ b/addons/mrp/i18n/zh_TW.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Centers load" +msgid "Work Center Load" msgstr "" #. module: mrp diff --git a/addons/mrp/mrp.py b/addons/mrp/mrp.py index 80574cf4a4d..4c14bb9c08c 100644 --- a/addons/mrp/mrp.py +++ b/addons/mrp/mrp.py @@ -53,7 +53,7 @@ class mrp_workcenter(osv.osv): 'costs_journal_id': fields.many2one('account.analytic.journal', 'Analytic Journal'), 'costs_general_account_id': fields.many2one('account.account', 'General Account', domain=[('type','<>','view')]), 'resource_id': fields.many2one('resource.resource','Resource', ondelete='cascade', required=True), - 'product_id': fields.many2one('product.product','Workcenter Product', help="Fill this product to track easily your production costs in the analytic accounting."), + 'product_id': fields.many2one('product.product','Work Center Product', help="Fill this product to track easily your production costs in the analytic accounting."), } _defaults = { 'capacity_per_cycle': 1.0, @@ -333,7 +333,7 @@ class mrp_bom(osv.osv): result = result + res[0] result2 = result2 + res[1] return result, result2 - + def copy_data(self, cr, uid, id, default=None, context=None): if default is None: default = {} From 487f47cde8d472d44df325495ab8e161e16fd779 Mon Sep 17 00:00:00 2001 From: "ksa (Open ERP)" Date: Mon, 13 Dec 2010 11:39:53 +0530 Subject: [PATCH 04/19] [IMP]: Improvement bzr revid: ksa@tinyerp.co.in-20101213060953-ov1xe2kik8edd98x --- addons/mrp/report/workcenter_load.py | 4 ++-- addons/mrp/test/mrp_report.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/mrp/report/workcenter_load.py b/addons/mrp/report/workcenter_load.py index 9be42edd860..ef9a22a914e 100644 --- a/addons/mrp/report/workcenter_load.py +++ b/addons/mrp/report/workcenter_load.py @@ -124,7 +124,7 @@ class report_custom(report_int): x_index.append((dates[date]['name'], date)) pdf_string = StringIO.StringIO() can = canvas.init(fname=pdf_string, format='pdf') - can.set_title("Work Centers Load") + can.set_title("Work Center Load") chart_object.set_defaults(line_plot.T, line_style=None) if datas['form']['measure_unit'] == 'cycles': y_label = "Load (Cycles)" @@ -132,7 +132,7 @@ class report_custom(report_int): y_label = "Load (Hours)" # For add the report header on the top of the report. - tb = text_box.T(loc=(300, 500), text="/hL/15/bWork Centers Load", line_style=None) + tb = text_box.T(loc=(300, 500), text="/hL/15/bWork Center Load", line_style=None) tb.draw() ar = area.T(legend = legend.T(), x_grid_style = line_style.gray70_dash1, diff --git a/addons/mrp/test/mrp_report.yml b/addons/mrp/test/mrp_report.yml index db9a83d495b..62d58674884 100644 --- a/addons/mrp/test/mrp_report.yml +++ b/addons/mrp/test/mrp_report.yml @@ -26,7 +26,7 @@ file(os.path.join(tools.config['test_report_directory'], 'mrp-product_price_report.'+format), 'wb+').write(data) - - In order to test the PDF reports defined on a MRP, we will print Workcenter Load Report + In order to test the PDF reports defined on a MRP, we will print Work Center Load Report - !python {model: mrp.workcenter}: | import netsvc, tools, os, time From 07653aaa32cabc3981f26e5cede9dfe4dd34f530 Mon Sep 17 00:00:00 2001 From: "ksa (Open ERP)" Date: Mon, 13 Dec 2010 13:43:20 +0530 Subject: [PATCH 05/19] [IMP] MRP: Improvement Work Center Load => Work Center Loads bzr revid: ksa@tinyerp.co.in-20101213081320-4vdzf1pao2hj6bpt --- addons/mrp/i18n/ar.po | 2 +- addons/mrp/i18n/bg.po | 2 +- addons/mrp/i18n/bs.po | 2 +- addons/mrp/i18n/ca.po | 2 +- addons/mrp/i18n/cs.po | 2 +- addons/mrp/i18n/el.po | 2 +- addons/mrp/i18n/es_AR.po | 2 +- addons/mrp/i18n/es_EC.po | 2 +- addons/mrp/i18n/et.po | 2 +- addons/mrp/i18n/fi.po | 2 +- addons/mrp/i18n/hi.po | 2 +- addons/mrp/i18n/hr.po | 2 +- addons/mrp/i18n/hu.po | 2 +- addons/mrp/i18n/id.po | 2 +- addons/mrp/i18n/ko.po | 2 +- addons/mrp/i18n/lt.po | 2 +- addons/mrp/i18n/nl.po | 2 +- addons/mrp/i18n/nl_BE.po | 2 +- addons/mrp/i18n/pl.po | 2 +- addons/mrp/i18n/ro.po | 2 +- addons/mrp/i18n/ru.po | 2 +- addons/mrp/i18n/sk.po | 2 +- addons/mrp/i18n/sl.po | 2 +- addons/mrp/i18n/sq.po | 2 +- addons/mrp/i18n/sv.po | 2 +- addons/mrp/i18n/tlh.po | 2 +- addons/mrp/i18n/tr.po | 2 +- addons/mrp/i18n/uk.po | 2 +- addons/mrp/i18n/vi.po | 2 +- addons/mrp/i18n/zh_CN.po | 2 +- addons/mrp/i18n/zh_HK.po | 2 +- addons/mrp/i18n/zh_TW.po | 2 +- addons/mrp/report/mrp_report_view.xml | 4 ++-- 33 files changed, 34 insertions(+), 34 deletions(-) diff --git a/addons/mrp/i18n/ar.po b/addons/mrp/i18n/ar.po index 3111ad3d458..e51f2f4bd70 100644 --- a/addons/mrp/i18n/ar.po +++ b/addons/mrp/i18n/ar.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/bg.po b/addons/mrp/i18n/bg.po index b2de4e61971..e99c2a76e20 100644 --- a/addons/mrp/i18n/bg.po +++ b/addons/mrp/i18n/bg.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/bs.po b/addons/mrp/i18n/bs.po index fd744046391..ffcdec783c1 100644 --- a/addons/mrp/i18n/bs.po +++ b/addons/mrp/i18n/bs.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/ca.po b/addons/mrp/i18n/ca.po index d80cb3d4002..d56964f2573 100644 --- a/addons/mrp/i18n/ca.po +++ b/addons/mrp/i18n/ca.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/cs.po b/addons/mrp/i18n/cs.po index 5761b875c9b..e53ea99971d 100644 --- a/addons/mrp/i18n/cs.po +++ b/addons/mrp/i18n/cs.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/el.po b/addons/mrp/i18n/el.po index 84f76268775..9accbf3b998 100644 --- a/addons/mrp/i18n/el.po +++ b/addons/mrp/i18n/el.po @@ -46,7 +46,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/es_AR.po b/addons/mrp/i18n/es_AR.po index 347dbdac7e7..a9003165a8b 100644 --- a/addons/mrp/i18n/es_AR.po +++ b/addons/mrp/i18n/es_AR.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/es_EC.po b/addons/mrp/i18n/es_EC.po index 92e1fc69e1f..2bce09b988a 100644 --- a/addons/mrp/i18n/es_EC.po +++ b/addons/mrp/i18n/es_EC.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/et.po b/addons/mrp/i18n/et.po index cace111bd8a..cab5a4c5f8f 100644 --- a/addons/mrp/i18n/et.po +++ b/addons/mrp/i18n/et.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/fi.po b/addons/mrp/i18n/fi.po index d8c5d5b9a7b..cf52320d2a7 100644 --- a/addons/mrp/i18n/fi.po +++ b/addons/mrp/i18n/fi.po @@ -44,7 +44,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/hi.po b/addons/mrp/i18n/hi.po index d6d75308a6c..1cd278b2afd 100644 --- a/addons/mrp/i18n/hi.po +++ b/addons/mrp/i18n/hi.po @@ -44,7 +44,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/hr.po b/addons/mrp/i18n/hr.po index 348f23531fc..0027d884bb6 100644 --- a/addons/mrp/i18n/hr.po +++ b/addons/mrp/i18n/hr.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/hu.po b/addons/mrp/i18n/hu.po index ebecf39fd8c..fed5fa55d4e 100644 --- a/addons/mrp/i18n/hu.po +++ b/addons/mrp/i18n/hu.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/id.po b/addons/mrp/i18n/id.po index 5d09c589d6a..f896f2e5bbe 100644 --- a/addons/mrp/i18n/id.po +++ b/addons/mrp/i18n/id.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/ko.po b/addons/mrp/i18n/ko.po index e79f38e83d0..f6e82bfb539 100644 --- a/addons/mrp/i18n/ko.po +++ b/addons/mrp/i18n/ko.po @@ -44,7 +44,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/lt.po b/addons/mrp/i18n/lt.po index 5f1211431c9..a0cb7b8772e 100644 --- a/addons/mrp/i18n/lt.po +++ b/addons/mrp/i18n/lt.po @@ -44,7 +44,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/nl.po b/addons/mrp/i18n/nl.po index c94af8af71b..4ca48e0a4c3 100644 --- a/addons/mrp/i18n/nl.po +++ b/addons/mrp/i18n/nl.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/nl_BE.po b/addons/mrp/i18n/nl_BE.po index b4e88959ede..1f1c2f372ac 100644 --- a/addons/mrp/i18n/nl_BE.po +++ b/addons/mrp/i18n/nl_BE.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/pl.po b/addons/mrp/i18n/pl.po index 6c928203e86..cd638f9b644 100644 --- a/addons/mrp/i18n/pl.po +++ b/addons/mrp/i18n/pl.po @@ -43,7 +43,7 @@ msgstr "Wykorzystanie centrum roboczego" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "Obłożenie centrum roboczego" #. module: mrp diff --git a/addons/mrp/i18n/ro.po b/addons/mrp/i18n/ro.po index 47fed58989c..546c54671bb 100644 --- a/addons/mrp/i18n/ro.po +++ b/addons/mrp/i18n/ro.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/ru.po b/addons/mrp/i18n/ru.po index 20d9fb21a98..746e6841802 100644 --- a/addons/mrp/i18n/ru.po +++ b/addons/mrp/i18n/ru.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/sk.po b/addons/mrp/i18n/sk.po index e0f59284c36..45ec4713940 100644 --- a/addons/mrp/i18n/sk.po +++ b/addons/mrp/i18n/sk.po @@ -44,7 +44,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/sl.po b/addons/mrp/i18n/sl.po index 545467f20a9..29bf2115c08 100644 --- a/addons/mrp/i18n/sl.po +++ b/addons/mrp/i18n/sl.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/sq.po b/addons/mrp/i18n/sq.po index 077b47d8bec..d78b6044ecf 100644 --- a/addons/mrp/i18n/sq.po +++ b/addons/mrp/i18n/sq.po @@ -44,7 +44,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/sv.po b/addons/mrp/i18n/sv.po index 73054816890..19e0bbd9426 100644 --- a/addons/mrp/i18n/sv.po +++ b/addons/mrp/i18n/sv.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/tlh.po b/addons/mrp/i18n/tlh.po index 8b7f3ad3d80..9419aa0ca36 100644 --- a/addons/mrp/i18n/tlh.po +++ b/addons/mrp/i18n/tlh.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/tr.po b/addons/mrp/i18n/tr.po index c442e24db15..4646e3326c4 100644 --- a/addons/mrp/i18n/tr.po +++ b/addons/mrp/i18n/tr.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/uk.po b/addons/mrp/i18n/uk.po index 98ef59e0965..1ede79d8dbf 100644 --- a/addons/mrp/i18n/uk.po +++ b/addons/mrp/i18n/uk.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/vi.po b/addons/mrp/i18n/vi.po index 7575e5574fc..b99f66141ed 100644 --- a/addons/mrp/i18n/vi.po +++ b/addons/mrp/i18n/vi.po @@ -44,7 +44,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/zh_CN.po b/addons/mrp/i18n/zh_CN.po index 56a61fc5443..3afc1b0be8c 100644 --- a/addons/mrp/i18n/zh_CN.po +++ b/addons/mrp/i18n/zh_CN.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/zh_HK.po b/addons/mrp/i18n/zh_HK.po index f03fa4bb407..8745bd5e198 100644 --- a/addons/mrp/i18n/zh_HK.po +++ b/addons/mrp/i18n/zh_HK.po @@ -44,7 +44,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/zh_TW.po b/addons/mrp/i18n/zh_TW.po index 76983b46827..fbeebe3c1ae 100644 --- a/addons/mrp/i18n/zh_TW.po +++ b/addons/mrp/i18n/zh_TW.po @@ -43,7 +43,7 @@ msgstr "" #. module: mrp #: view:report.workcenter.load:0 -msgid "Work Center Load" +msgid "Work Center Loads" msgstr "" #. module: mrp diff --git a/addons/mrp/report/mrp_report_view.xml b/addons/mrp/report/mrp_report_view.xml index a1e3f7174bd..09e15ebf39f 100644 --- a/addons/mrp/report/mrp_report_view.xml +++ b/addons/mrp/report/mrp_report_view.xml @@ -7,7 +7,7 @@ report.workcenter.load tree - + @@ -29,7 +29,7 @@ - + report.workcenter.load.search report.workcenter.load From f9e92e28c8ed4483c7d4091a15f64a3e34cf4a16 Mon Sep 17 00:00:00 2001 From: "ksa (Open ERP)" Date: Mon, 13 Dec 2010 17:59:06 +0530 Subject: [PATCH 06/19] [IMP] MRP: Improvement In PO file for Work Center bzr revid: ksa@tinyerp.co.in-20101213122906-rzobpg2081myq286 --- addons/mrp/i18n/ar.po | 16 ++++++++-------- addons/mrp/i18n/bg.po | 16 ++++++++-------- addons/mrp/i18n/bs.po | 12 ++++++------ addons/mrp/i18n/ca.po | 18 +++++++++--------- addons/mrp/i18n/cs.po | 16 ++++++++-------- addons/mrp/i18n/de.po | 18 +++++++++--------- addons/mrp/i18n/el.po | 18 +++++++++--------- addons/mrp/i18n/es.po | 18 +++++++++--------- addons/mrp/i18n/es_AR.po | 18 +++++++++--------- addons/mrp/i18n/es_EC.po | 18 +++++++++--------- addons/mrp/i18n/et.po | 18 +++++++++--------- addons/mrp/i18n/fi.po | 18 +++++++++--------- addons/mrp/i18n/fr.po | 18 +++++++++--------- addons/mrp/i18n/hi.po | 18 +++++++++--------- addons/mrp/i18n/hr.po | 18 +++++++++--------- addons/mrp/i18n/hu.po | 18 +++++++++--------- addons/mrp/i18n/id.po | 18 +++++++++--------- addons/mrp/i18n/it.po | 18 +++++++++--------- addons/mrp/i18n/ko.po | 18 +++++++++--------- addons/mrp/i18n/lt.po | 18 +++++++++--------- addons/mrp/i18n/mrp.pot | 20 +++++++++++++------- addons/mrp/i18n/nl.po | 18 +++++++++--------- addons/mrp/i18n/nl_BE.po | 18 +++++++++--------- addons/mrp/i18n/pl.po | 18 +++++++++--------- addons/mrp/i18n/pt.po | 18 +++++++++--------- addons/mrp/i18n/pt_BR.po | 18 +++++++++--------- addons/mrp/i18n/ro.po | 18 +++++++++--------- addons/mrp/i18n/ru.po | 18 +++++++++--------- addons/mrp/i18n/sk.po | 18 +++++++++--------- addons/mrp/i18n/sl.po | 18 +++++++++--------- addons/mrp/i18n/sq.po | 18 +++++++++--------- addons/mrp/i18n/sv.po | 22 +++++++++++----------- addons/mrp/i18n/tlh.po | 18 +++++++++--------- addons/mrp/i18n/tr.po | 18 +++++++++--------- addons/mrp/i18n/uk.po | 18 +++++++++--------- addons/mrp/i18n/vi.po | 18 +++++++++--------- addons/mrp/i18n/zh_CN.po | 18 +++++++++--------- addons/mrp/i18n/zh_HK.po | 18 +++++++++--------- addons/mrp/i18n/zh_TW.po | 18 +++++++++--------- addons/mrp/mrp.py | 16 ++++++++-------- 40 files changed, 359 insertions(+), 353 deletions(-) diff --git a/addons/mrp/i18n/ar.po b/addons/mrp/i18n/ar.po index e51f2f4bd70..450207de48d 100644 --- a/addons/mrp/i18n/ar.po +++ b/addons/mrp/i18n/ar.po @@ -509,7 +509,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -566,7 +566,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1041,7 +1041,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1606,8 +1606,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" #. module: mrp @@ -1692,8 +1692,8 @@ msgstr "" #: help:mrp.production,routing_id:0 msgid "" "The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1726,7 +1726,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/bg.po b/addons/mrp/i18n/bg.po index e99c2a76e20..c546ed433a2 100644 --- a/addons/mrp/i18n/bg.po +++ b/addons/mrp/i18n/bg.po @@ -566,7 +566,7 @@ msgstr "Натоварване на работния центрър" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1041,7 +1041,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1608,8 +1608,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" #. module: mrp @@ -1693,9 +1693,9 @@ msgstr "" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1728,7 +1728,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/bs.po b/addons/mrp/i18n/bs.po index ffcdec783c1..56bca3b354f 100644 --- a/addons/mrp/i18n/bs.po +++ b/addons/mrp/i18n/bs.po @@ -509,7 +509,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -566,7 +566,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1041,7 +1041,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1606,8 +1606,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" #. module: mrp @@ -1726,7 +1726,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/ca.po b/addons/mrp/i18n/ca.po index d56964f2573..29a78a13ec2 100644 --- a/addons/mrp/i18n/ca.po +++ b/addons/mrp/i18n/ca.po @@ -511,7 +511,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -568,7 +568,7 @@ msgstr "Càrrega del centre de producció" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1068,7 +1068,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1682,8 +1682,8 @@ msgstr "Consumició de productes produïts" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" "Descripció del centre de producció. Descriu aquí que és un cicle segons " "aquest centre de producció." @@ -1768,9 +1768,9 @@ msgstr "Ordre de producció" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1803,7 +1803,7 @@ msgstr "Estructura LdM" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/cs.po b/addons/mrp/i18n/cs.po index e53ea99971d..3ea93de616f 100644 --- a/addons/mrp/i18n/cs.po +++ b/addons/mrp/i18n/cs.po @@ -509,7 +509,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -1041,7 +1041,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1607,8 +1607,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" #. module: mrp @@ -1692,9 +1692,9 @@ msgstr "" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1727,7 +1727,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/de.po b/addons/mrp/i18n/de.po index d15057ed295..d0d17b0f087 100644 --- a/addons/mrp/i18n/de.po +++ b/addons/mrp/i18n/de.po @@ -509,7 +509,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "Spezifiziere Stundensatz der Fertigungsstelle." #. module: mrp @@ -566,7 +566,7 @@ msgstr "Fertigungsstelle Auslastung" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "Spezifiziere Kosten der Fertigungsstelle pro Zyklus" #. module: mrp @@ -1090,7 +1090,7 @@ msgstr "]" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "Reihenfolge bei Anzeige der Liste für Fertigungsstellen" #. module: mrp @@ -1695,8 +1695,8 @@ msgstr "Fertigprodukte Verbrauch" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" "Beschreibung der Fertigungsstelle. Beschreibe hier den Fertigungszyklus aus " "der Perspektive dieser Fertigungsstelle." @@ -1789,9 +1789,9 @@ msgstr "Fertigungsauftrag" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" "Liste der Fertigungsvorgänge (Liste Fertigungsstellen) für die Produktion " @@ -1828,7 +1828,7 @@ msgstr "Stückliste Struktur" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" "Anzahl Fertigungsvorgänge die bei einer Fertigungsstelle parallel bearbeitet " diff --git a/addons/mrp/i18n/el.po b/addons/mrp/i18n/el.po index 9accbf3b998..080d8d06049 100644 --- a/addons/mrp/i18n/el.po +++ b/addons/mrp/i18n/el.po @@ -514,7 +514,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -571,7 +571,7 @@ msgstr "Φόρτος κέντρου εργασίας" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1071,7 +1071,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1684,8 +1684,8 @@ msgstr "Ανάλωση Παραγομένων Προϊόντων" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" "Περιγραφή κέντρου εργασίας. Εξηγείστε εδώ τι αποτελεί κύκλο για το κέντρο " "αυτό." @@ -1770,9 +1770,9 @@ msgstr "Εντολή Παραγωγής" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1805,7 +1805,7 @@ msgstr "Δομή ΚΥ" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/es.po b/addons/mrp/i18n/es.po index 35dae9a5811..427cde00252 100644 --- a/addons/mrp/i18n/es.po +++ b/addons/mrp/i18n/es.po @@ -510,7 +510,7 @@ msgstr "Error: Código EAN no válido" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "Indica coste del centro de trabajo por hora." #. module: mrp @@ -567,7 +567,7 @@ msgstr "Catge centro de producción" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "Especifique el coste por centro de prodcción" #. module: mrp @@ -1101,7 +1101,7 @@ msgstr "]" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" "Indica el orden de secuencia cuando se muestra una lista de rutas de centros " "de trabajo." @@ -1729,8 +1729,8 @@ msgstr "Consumición de productos producidos" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" "Descripción del centro de producción. Describa aquí que es un ciclo según " "este centro de producción." @@ -1824,9 +1824,9 @@ msgstr "Orden de producción" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" "La lista de las operaciones (lista de los centros de trabajo) para producir " @@ -1864,7 +1864,7 @@ msgstr "Despiece de la LdM" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" "Número de operaciones que este centro de producción puede realizar en " diff --git a/addons/mrp/i18n/es_AR.po b/addons/mrp/i18n/es_AR.po index a9003165a8b..810e4671bb1 100644 --- a/addons/mrp/i18n/es_AR.po +++ b/addons/mrp/i18n/es_AR.po @@ -509,7 +509,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -566,7 +566,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1041,7 +1041,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1606,8 +1606,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" #. module: mrp @@ -1691,9 +1691,9 @@ msgstr "Orden de Producción" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1726,7 +1726,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/es_EC.po b/addons/mrp/i18n/es_EC.po index 2bce09b988a..a26d72526c3 100644 --- a/addons/mrp/i18n/es_EC.po +++ b/addons/mrp/i18n/es_EC.po @@ -515,7 +515,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -572,7 +572,7 @@ msgstr "Catge centro de producción" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1047,7 +1047,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1615,8 +1615,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" "Descripción del centro de producción. Describa aquí que es un ciclo según " "este centro de producción." @@ -1702,9 +1702,9 @@ msgstr "Orden de producción" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1737,7 +1737,7 @@ msgstr "Despiece de la LdM" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/et.po b/addons/mrp/i18n/et.po index cab5a4c5f8f..f927ca6f4e9 100644 --- a/addons/mrp/i18n/et.po +++ b/addons/mrp/i18n/et.po @@ -509,7 +509,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -566,7 +566,7 @@ msgstr "Töökeskkonna Koormus" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1041,7 +1041,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1607,8 +1607,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" "Töökeskonna kirjeldus. selgita siin mis tsükklid kuuluvad sellele " "töökeskonnale." @@ -1694,9 +1694,9 @@ msgstr "Tootmiskorraldus" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1729,7 +1729,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/fi.po b/addons/mrp/i18n/fi.po index cf52320d2a7..e202377cc51 100644 --- a/addons/mrp/i18n/fi.po +++ b/addons/mrp/i18n/fi.po @@ -511,7 +511,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -568,7 +568,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1068,7 +1068,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1681,8 +1681,8 @@ msgstr "Tuotannon tuotteiden kulutus" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" "Työpisteen kuvaus. Selitä tässä mitä kierros tarkoittaa tässä työpisteessä." @@ -1766,9 +1766,9 @@ msgstr "Tuotantotilaus" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1801,7 +1801,7 @@ msgstr "Osaluettelon rakenne" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/fr.po b/addons/mrp/i18n/fr.po index 32308270ecb..041b5110d1d 100644 --- a/addons/mrp/i18n/fr.po +++ b/addons/mrp/i18n/fr.po @@ -516,7 +516,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "Précisez le coût horaire du centre de charge" #. module: mrp @@ -573,7 +573,7 @@ msgstr "Charge par poste" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "Précisez le coût par cycle du poste de charge" #. module: mrp @@ -1087,7 +1087,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1679,8 +1679,8 @@ msgstr "Consommation en production de produit" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" "Description du centre de travail. Expliquez ici ce qu'est le cycle d'après " "le centre de travail." @@ -1768,9 +1768,9 @@ msgstr "Ordre de Production" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" "La liste des opérations (liste des postes de charge) pour fabriquer le " @@ -1808,7 +1808,7 @@ msgstr "Structure de la Nomenclature" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" "Nombre d'opérations que ce poste de charge peut réaliser en parallèle. Si ce " diff --git a/addons/mrp/i18n/hi.po b/addons/mrp/i18n/hi.po index 1cd278b2afd..3b3640a6acc 100644 --- a/addons/mrp/i18n/hi.po +++ b/addons/mrp/i18n/hi.po @@ -510,7 +510,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -567,7 +567,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1042,7 +1042,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1607,8 +1607,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" #. module: mrp @@ -1692,9 +1692,9 @@ msgstr "" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1727,7 +1727,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/hr.po b/addons/mrp/i18n/hr.po index 0027d884bb6..9dd518ca95f 100644 --- a/addons/mrp/i18n/hr.po +++ b/addons/mrp/i18n/hr.po @@ -509,7 +509,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -566,7 +566,7 @@ msgstr "Teret Radnog Centra" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1041,7 +1041,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1607,8 +1607,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" #. module: mrp @@ -1692,9 +1692,9 @@ msgstr "" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1727,7 +1727,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/hu.po b/addons/mrp/i18n/hu.po index fed5fa55d4e..155020c2ee0 100644 --- a/addons/mrp/i18n/hu.po +++ b/addons/mrp/i18n/hu.po @@ -509,7 +509,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -566,7 +566,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1041,7 +1041,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1606,8 +1606,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" #. module: mrp @@ -1691,9 +1691,9 @@ msgstr "" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1726,7 +1726,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/id.po b/addons/mrp/i18n/id.po index f896f2e5bbe..0aeb6bf4144 100644 --- a/addons/mrp/i18n/id.po +++ b/addons/mrp/i18n/id.po @@ -509,7 +509,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -566,7 +566,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1041,7 +1041,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1606,8 +1606,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" #. module: mrp @@ -1691,9 +1691,9 @@ msgstr "" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1726,7 +1726,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/it.po b/addons/mrp/i18n/it.po index 815acc8b2e0..370ff377826 100644 --- a/addons/mrp/i18n/it.po +++ b/addons/mrp/i18n/it.po @@ -494,7 +494,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "Specificare il costo orario per il centro di lavoro." #. module: mrp @@ -551,7 +551,7 @@ msgstr "Carico Laboratorio" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "Specificare il costo per ciclo per il centro di lavoro." #. module: mrp @@ -1053,7 +1053,7 @@ msgstr "]" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1646,8 +1646,8 @@ msgstr "Utilizzo Prodotti in Produzione" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" #. module: mrp @@ -1730,9 +1730,9 @@ msgstr "Ordine di Produzione" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1765,7 +1765,7 @@ msgstr "Struttura Distinta Base" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" "Numero di operazioni che questo centro di lavoro può fare in parallelo. Se " diff --git a/addons/mrp/i18n/ko.po b/addons/mrp/i18n/ko.po index f6e82bfb539..7e88ddc1cc5 100644 --- a/addons/mrp/i18n/ko.po +++ b/addons/mrp/i18n/ko.po @@ -508,7 +508,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -565,7 +565,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1065,7 +1065,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1676,8 +1676,8 @@ msgstr "생산 상품 소비" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "워크센터 설명. 이 워크센터에 기초하여 사이클을 설명하십시오." #. module: mrp @@ -1760,9 +1760,9 @@ msgstr "생산 주문" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1795,7 +1795,7 @@ msgstr "BOM 구조" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/lt.po b/addons/mrp/i18n/lt.po index a0cb7b8772e..8cf7226ae3c 100644 --- a/addons/mrp/i18n/lt.po +++ b/addons/mrp/i18n/lt.po @@ -515,7 +515,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -572,7 +572,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1047,7 +1047,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1613,8 +1613,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "Darbo centro parašymas. Nurodomas koks yra šio darbo centro ciklas." #. module: mrp @@ -1698,9 +1698,9 @@ msgstr "Gamybos užsakymas" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1733,7 +1733,7 @@ msgstr "KS struktūra" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/mrp.pot b/addons/mrp/i18n/mrp.pot index 05aafca61ac..4ed45b7720e 100644 --- a/addons/mrp/i18n/mrp.pot +++ b/addons/mrp/i18n/mrp.pot @@ -426,6 +426,12 @@ msgstr "" msgid "Complete this only if you want automatic analytic accounting entries on production orders." msgstr "" +#. module: mrp +#: help:mrp.workcenter,product_id:0 +#: help:mrp.workcenter,product_id:0 +msgid "Fill this product to track easily your production costs in the analytic accounting." +msgstr "" + #. module: mrp #: field:mrp.production.workcenter.line,cycle:0 msgid "Nbr of cycles" @@ -455,7 +461,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -512,7 +518,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -983,7 +989,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 -msgid "Gives the sequence order when displaying a list of routing workcenters." +msgid "Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1546,7 +1552,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 -msgid "Description of the workcenter. Explain here what's a cycle according to this workcenter." +msgid "Description of the work center. Explain here what's a cycle according to this work center." msgstr "" #. module: mrp @@ -1620,7 +1626,7 @@ msgstr "" #. module: mrp #: help:mrp.production,routing_id:0 -msgid "The list of operations (list of workcenters) to produce the finished product. The routing is mainly used to compute workcenter costs during operations and to plan future loads on workcenters based on production plannification." +msgid "The list of operations (list of work centers) to produce the finished product. The routing is mainly used to compute work center costs during operations and to plan future loads on work centers based on production plannification." msgstr "" #. module: mrp @@ -1651,7 +1657,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 -msgid "Number of operations this workcenter can do in parallel. If this workcenter represents a team of 5 workers, the capacity per cycle is 5." +msgid "Number of operations this work center can do in parallel. If this work center represents a team of 5 workers, the capacity per cycle is 5." msgstr "" #. module: mrp @@ -2060,7 +2066,7 @@ msgstr "" #. module: mrp #: help:mrp.bom,routing_id:0 -msgid "The list of operations (list of workcenters) to produce the finished product. The routing is mainly used to compute workcenter costs during operations and to plan future loads on workcenters based on production planning." +msgid "The list of operations (list of work centers) to produce the finished product. The routing is mainly used to compute work center costs during operations and to plan future loads on work centers based on production planning." msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/nl.po b/addons/mrp/i18n/nl.po index 4ca48e0a4c3..75e39aa6df7 100644 --- a/addons/mrp/i18n/nl.po +++ b/addons/mrp/i18n/nl.po @@ -510,7 +510,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -567,7 +567,7 @@ msgstr "Werkcenterbelasting" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1067,7 +1067,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1681,8 +1681,8 @@ msgstr "Productie verbruiksartikelen" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" "Omschrijving van de werkplaats. Leg uit wat een cyclus is vanuit het " "gezichtspunt van deze werkplaats." @@ -1767,9 +1767,9 @@ msgstr "Productieorder" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1802,7 +1802,7 @@ msgstr "Materiaallijststructuur" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/nl_BE.po b/addons/mrp/i18n/nl_BE.po index 1f1c2f372ac..59633231611 100644 --- a/addons/mrp/i18n/nl_BE.po +++ b/addons/mrp/i18n/nl_BE.po @@ -509,7 +509,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -566,7 +566,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1041,7 +1041,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1607,8 +1607,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" #. module: mrp @@ -1692,9 +1692,9 @@ msgstr "" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1727,7 +1727,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/pl.po b/addons/mrp/i18n/pl.po index cd638f9b644..3f376b1eed5 100644 --- a/addons/mrp/i18n/pl.po +++ b/addons/mrp/i18n/pl.po @@ -525,7 +525,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "Podaj godzinowy koszt centrum roboczego" #. module: mrp @@ -582,7 +582,7 @@ msgstr "Obciążenie centrum roboczego" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "Podaj koszt centrum roboczego na cykl" #. module: mrp @@ -1094,7 +1094,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "Ustala kolejność wyświetlania na liście centrów roboczych." #. module: mrp @@ -1718,8 +1718,8 @@ msgstr "Zużycie materiałów w produkcji" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "Opis centrum roboczego. Opisz co jest cyklem dla tego centrum." #. module: mrp @@ -1802,9 +1802,9 @@ msgstr "Zamówienie produkcji" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1837,7 +1837,7 @@ msgstr "Struktura Zest. Mat." #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/pt.po b/addons/mrp/i18n/pt.po index 93d28c4a899..2ef9985aa6e 100644 --- a/addons/mrp/i18n/pt.po +++ b/addons/mrp/i18n/pt.po @@ -500,7 +500,7 @@ msgstr "Erro: Código EAN inválido" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "Indica o custo do centro de trabalho por hora." #. module: mrp @@ -557,7 +557,7 @@ msgstr "Carga do centro de trabalho" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "Especifique o custe do centro de trabalho por ciclo" #. module: mrp @@ -1059,7 +1059,7 @@ msgstr "]" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1650,8 +1650,8 @@ msgstr "Consumo de produtos de produção" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" "Descrição do centro de trabalho. Explicar aqui o que é um ciclo de acordo " "para este centro de trabalho." @@ -1736,9 +1736,9 @@ msgstr "Ordem de produção" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1771,7 +1771,7 @@ msgstr "Estructura BoM" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/pt_BR.po b/addons/mrp/i18n/pt_BR.po index aed841f5a19..40132885401 100644 --- a/addons/mrp/i18n/pt_BR.po +++ b/addons/mrp/i18n/pt_BR.po @@ -484,7 +484,7 @@ msgstr "Erro: Código EAN inválido" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -541,7 +541,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1041,7 +1041,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1634,8 +1634,8 @@ msgstr "Produção de Bens de Consumo" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" "Descrição do centro de trabalho. Explique aqui o que é um ciclo de acordo " "com este centro de trabalho." @@ -1720,9 +1720,9 @@ msgstr "Ordem de Produção" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1755,7 +1755,7 @@ msgstr "Estrutura da BoM" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/ro.po b/addons/mrp/i18n/ro.po index 546c54671bb..1de1551c482 100644 --- a/addons/mrp/i18n/ro.po +++ b/addons/mrp/i18n/ro.po @@ -505,7 +505,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -562,7 +562,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1062,7 +1062,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1673,8 +1673,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" #. module: mrp @@ -1757,9 +1757,9 @@ msgstr "" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1792,7 +1792,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/ru.po b/addons/mrp/i18n/ru.po index 746e6841802..1b6d7abd364 100644 --- a/addons/mrp/i18n/ru.po +++ b/addons/mrp/i18n/ru.po @@ -505,7 +505,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -562,7 +562,7 @@ msgstr "Загрузка рабочей области" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1062,7 +1062,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1675,8 +1675,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" "Описание участка обработка. Укажите здесь, что соответствует циклу участка." @@ -1760,9 +1760,9 @@ msgstr "Заказ на производство" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1795,7 +1795,7 @@ msgstr "Структура спецификации" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/sk.po b/addons/mrp/i18n/sk.po index 45ec4713940..0cd0293eee3 100644 --- a/addons/mrp/i18n/sk.po +++ b/addons/mrp/i18n/sk.po @@ -506,7 +506,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -563,7 +563,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1063,7 +1063,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1674,8 +1674,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" #. module: mrp @@ -1758,9 +1758,9 @@ msgstr "" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1793,7 +1793,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/sl.po b/addons/mrp/i18n/sl.po index 29bf2115c08..9ed62a26105 100644 --- a/addons/mrp/i18n/sl.po +++ b/addons/mrp/i18n/sl.po @@ -509,7 +509,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -566,7 +566,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1041,7 +1041,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1607,8 +1607,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" #. module: mrp @@ -1692,9 +1692,9 @@ msgstr "" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1727,7 +1727,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/sq.po b/addons/mrp/i18n/sq.po index d78b6044ecf..61fc6ac8786 100644 --- a/addons/mrp/i18n/sq.po +++ b/addons/mrp/i18n/sq.po @@ -510,7 +510,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -567,7 +567,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1042,7 +1042,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1607,8 +1607,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" #. module: mrp @@ -1692,9 +1692,9 @@ msgstr "" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1727,7 +1727,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/sv.po b/addons/mrp/i18n/sv.po index 19e0bbd9426..7e4d1645043 100644 --- a/addons/mrp/i18n/sv.po +++ b/addons/mrp/i18n/sv.po @@ -510,7 +510,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -567,7 +567,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1067,7 +1067,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1679,11 +1679,11 @@ msgstr "Production Products Consommation" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." #. module: mrp #: help:mrp.product.produce,mode:0 @@ -1765,9 +1765,9 @@ msgstr "Tillverkningsorder" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1800,7 +1800,7 @@ msgstr "BOM Structure" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/tlh.po b/addons/mrp/i18n/tlh.po index 9419aa0ca36..b1ac25fa6f4 100644 --- a/addons/mrp/i18n/tlh.po +++ b/addons/mrp/i18n/tlh.po @@ -509,7 +509,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -566,7 +566,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1041,7 +1041,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1606,8 +1606,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" #. module: mrp @@ -1691,9 +1691,9 @@ msgstr "" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1726,7 +1726,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/tr.po b/addons/mrp/i18n/tr.po index 4646e3326c4..0b9b7733386 100644 --- a/addons/mrp/i18n/tr.po +++ b/addons/mrp/i18n/tr.po @@ -505,7 +505,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -562,7 +562,7 @@ msgstr "İş Merkezi Yükü" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1062,7 +1062,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1673,8 +1673,8 @@ msgstr "Üretim Ürünleri Consommation" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" #. module: mrp @@ -1757,9 +1757,9 @@ msgstr "Üretim Emri" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1792,7 +1792,7 @@ msgstr "BOM YAPISI" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/uk.po b/addons/mrp/i18n/uk.po index 1ede79d8dbf..4bc604c3be9 100644 --- a/addons/mrp/i18n/uk.po +++ b/addons/mrp/i18n/uk.po @@ -509,7 +509,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -566,7 +566,7 @@ msgstr "Завантаження робочого центру" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1041,7 +1041,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1607,8 +1607,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" #. module: mrp @@ -1692,9 +1692,9 @@ msgstr "Заявка на виробництво" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1727,7 +1727,7 @@ msgstr "Структура СВ" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/vi.po b/addons/mrp/i18n/vi.po index b99f66141ed..469f302f0c7 100644 --- a/addons/mrp/i18n/vi.po +++ b/addons/mrp/i18n/vi.po @@ -510,7 +510,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -567,7 +567,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1042,7 +1042,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1607,8 +1607,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "" #. module: mrp @@ -1692,9 +1692,9 @@ msgstr "" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1727,7 +1727,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/zh_CN.po b/addons/mrp/i18n/zh_CN.po index 3afc1b0be8c..83cefca1a7c 100644 --- a/addons/mrp/i18n/zh_CN.po +++ b/addons/mrp/i18n/zh_CN.po @@ -505,7 +505,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -562,7 +562,7 @@ msgstr "工作中心负荷" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1062,7 +1062,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1673,8 +1673,8 @@ msgstr "生产产品消耗" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "根据中工作中心说明在什么循环" #. module: mrp @@ -1757,9 +1757,9 @@ msgstr "生产单" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1792,7 +1792,7 @@ msgstr "物料清单结构" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/zh_HK.po b/addons/mrp/i18n/zh_HK.po index 8745bd5e198..6d0d0de7251 100644 --- a/addons/mrp/i18n/zh_HK.po +++ b/addons/mrp/i18n/zh_HK.po @@ -506,7 +506,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -563,7 +563,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1063,7 +1063,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1674,8 +1674,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "工作中心之描述。在此說明此工作中心是依據那個週期。" #. module: mrp @@ -1758,9 +1758,9 @@ msgstr "" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1793,7 +1793,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/i18n/zh_TW.po b/addons/mrp/i18n/zh_TW.po index fbeebe3c1ae..f81177bb375 100644 --- a/addons/mrp/i18n/zh_TW.po +++ b/addons/mrp/i18n/zh_TW.po @@ -505,7 +505,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_hour:0 -msgid "Specify Cost of Workcenter per hour." +msgid "Specify Cost of Work center per hour." msgstr "" #. module: mrp @@ -562,7 +562,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,costs_cycle:0 -msgid "Specify Cost of Workcenter per cycle." +msgid "Specify Cost of Work center per cycle." msgstr "" #. module: mrp @@ -1062,7 +1062,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,sequence:0 msgid "" -"Gives the sequence order when displaying a list of routing workcenters." +"Gives the sequence order when displaying a list of routing work centers." msgstr "" #. module: mrp @@ -1673,8 +1673,8 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,note:0 msgid "" -"Description of the workcenter. Explain here what's a cycle according to this " -"workcenter." +"Description of the work center. Explain here what's a cycle according to this " +"work center." msgstr "工作中心之描述。在此說明此工作中心是依據那個週期。" #. module: mrp @@ -1757,9 +1757,9 @@ msgstr "" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -1792,7 +1792,7 @@ msgstr "" #. module: mrp #: help:mrp.workcenter,capacity_per_cycle:0 msgid "" -"Number of operations this workcenter can do in parallel. If this workcenter " +"Number of operations this work center can do in parallel. If this work center " "represents a team of 5 workers, the capacity per cycle is 5." msgstr "" diff --git a/addons/mrp/mrp.py b/addons/mrp/mrp.py index 4c14bb9c08c..25aaf85c27a 100644 --- a/addons/mrp/mrp.py +++ b/addons/mrp/mrp.py @@ -39,15 +39,15 @@ class mrp_workcenter(osv.osv): _description = 'Work Center' _inherits = {'resource.resource':"resource_id"} _columns = { - 'note': fields.text('Description', help="Description of the workcenter. Explain here what's a cycle according to this workcenter."), - 'capacity_per_cycle': fields.float('Capacity per Cycle', help="Number of operations this workcenter can do in parallel. If this workcenter represents a team of 5 workers, the capacity per cycle is 5."), + 'note': fields.text('Description', help="Description of the work center. Explain here what's a cycle according to this work center."), + 'capacity_per_cycle': fields.float('Capacity per Cycle', help="Number of operations this work center can do in parallel. If this work center represents a team of 5 workers, the capacity per cycle is 5."), 'time_cycle': fields.float('Time for 1 cycle (hour)', help="Time in hours for doing one cycle."), 'time_start': fields.float('Time before prod.', help="Time in hours for the setup."), 'time_stop': fields.float('Time after prod.', help="Time in hours for the cleaning."), - 'costs_hour': fields.float('Cost per hour', help="Specify Cost of Workcenter per hour."), + 'costs_hour': fields.float('Cost per hour', help="Specify Cost of Work center per hour."), 'costs_hour_account_id': fields.many2one('account.analytic.account', 'Hour Account', domain=[('type','<>','view')], help="Complete this only if you want automatic analytic accounting entries on production orders."), - 'costs_cycle': fields.float('Cost per cycle', help="Specify Cost of Workcenter per cycle."), + 'costs_cycle': fields.float('Cost per cycle', help="Specify Cost of Work center per cycle."), 'costs_cycle_account_id': fields.many2one('account.analytic.account', 'Cycle Account', domain=[('type','<>','view')], help="Complete this only if you want automatic analytic accounting entries on production orders."), 'costs_journal_id': fields.many2one('account.analytic.journal', 'Analytic Journal'), @@ -109,10 +109,10 @@ class mrp_routing_workcenter(osv.osv): _columns = { 'workcenter_id': fields.many2one('mrp.workcenter', 'Work Center', required=True), 'name': fields.char('Name', size=64, required=True), - 'sequence': fields.integer('Sequence', help="Gives the sequence order when displaying a list of routing workcenters."), + 'sequence': fields.integer('Sequence', help="Gives the sequence order when displaying a list of routing work centers."), 'cycle_nbr': fields.float('Number of Cycles', required=True, - help="Number of iterations this workcenter has to do in the specified operation of the routing."), - 'hour_nbr': fields.float('Number of Hours', required=True, help="Time in hours for this workcenter to achieve the operation of the specified routing."), + help="Number of iterations this work center has to do in the specified operation of the routing."), + 'hour_nbr': fields.float('Number of Hours', required=True, help="Time in hours for this work center to achieve the operation of the specified routing."), 'routing_id': fields.many2one('mrp.routing', 'Parent Routing', select=True, ondelete='cascade', help="Routing indicates all the workcenters used, for how long and/or cycles." \ "If Routing is indicated then,the third tab of a production order (workcenters) will be automatically pre-completed."), @@ -209,7 +209,7 @@ class mrp_bom(osv.osv): 'product_efficiency': fields.float('Manufacturing Efficiency', required=True, help="A factor of 0.9 means a loss of 10% within the production process."), 'bom_lines': fields.one2many('mrp.bom', 'bom_id', 'BoM Lines'), 'bom_id': fields.many2one('mrp.bom', 'Parent BoM', ondelete='cascade', select=True), - 'routing_id': fields.many2one('mrp.routing', 'Routing', help="The list of operations (list of workcenters) to produce the finished product. The routing is mainly used to compute workcenter costs during operations and to plan future loads on workcenters based on production planning."), + 'routing_id': fields.many2one('mrp.routing', 'Routing', help="The list of operations (list of work centers) to produce the finished product. The routing is mainly used to compute work center costs during operations and to plan future loads on work centers based on production planning."), 'property_ids': fields.many2many('mrp.property', 'mrp_bom_property_rel', 'bom_id','property_id', 'Properties'), 'revision_ids': fields.one2many('mrp.bom.revision', 'bom_id', 'BoM Revisions'), 'child_complete_ids': fields.function(_child_compute, relation='mrp.bom', method=True, string="BoM Hierarchy", type='many2many'), From 74aecdf13221e1237195b623ae1875f4ab06f30e Mon Sep 17 00:00:00 2001 From: "ksa (Open ERP)" Date: Tue, 14 Dec 2010 11:27:58 +0530 Subject: [PATCH 07/19] [IMP]: Improve PO file According to workcenter=>work center lp bug: https://launchpad.net/bugs/680916 fixed bzr revid: ksa@tinyerp.co.in-20101214055758-r0tnb702kjyiz68b --- addons/mrp/__openerp__.py | 2 +- addons/mrp/i18n/ar.po | 12 ++++++------ addons/mrp/i18n/bg.po | 10 +++++----- addons/mrp/i18n/bs.po | 16 ++++++++-------- addons/mrp/i18n/ca.po | 16 ++++++++-------- addons/mrp/i18n/cs.po | 10 +++++----- addons/mrp/i18n/de.po | 16 ++++++++-------- addons/mrp/i18n/el.po | 16 ++++++++-------- addons/mrp/i18n/es.po | 16 ++++++++-------- addons/mrp/i18n/es_AR.po | 10 +++++----- addons/mrp/i18n/es_EC.po | 10 +++++----- addons/mrp/i18n/et.po | 10 +++++----- addons/mrp/i18n/fi.po | 16 ++++++++-------- addons/mrp/i18n/fr.po | 16 ++++++++-------- addons/mrp/i18n/hi.po | 10 +++++----- addons/mrp/i18n/hr.po | 10 +++++----- addons/mrp/i18n/hu.po | 10 +++++----- addons/mrp/i18n/id.po | 10 +++++----- addons/mrp/i18n/it.po | 16 ++++++++-------- addons/mrp/i18n/ko.po | 16 ++++++++-------- addons/mrp/i18n/lt.po | 16 ++++++++-------- addons/mrp/i18n/mrp.pot | 4 ++-- addons/mrp/i18n/nl.po | 16 ++++++++-------- addons/mrp/i18n/nl_BE.po | 10 +++++----- addons/mrp/i18n/pl.po | 16 ++++++++-------- addons/mrp/i18n/pt.po | 10 +++++----- addons/mrp/i18n/pt_BR.po | 10 +++++----- addons/mrp/i18n/ro.po | 10 +++++----- addons/mrp/i18n/ru.po | 16 ++++++++-------- addons/mrp/i18n/sk.po | 10 +++++----- addons/mrp/i18n/sl.po | 10 +++++----- addons/mrp/i18n/sq.po | 10 +++++----- addons/mrp/i18n/sv.po | 22 +++++++++++----------- addons/mrp/i18n/tlh.po | 10 +++++----- addons/mrp/i18n/tr.po | 16 ++++++++-------- addons/mrp/i18n/uk.po | 10 +++++----- addons/mrp/i18n/vi.po | 10 +++++----- addons/mrp/i18n/zh_CN.po | 18 +++++++++--------- addons/mrp/i18n/zh_HK.po | 10 +++++----- addons/mrp/i18n/zh_TW.po | 10 +++++----- addons/mrp/mrp.py | 2 +- addons/resource/__openerp__.py | 2 +- addons/resource/i18n/en_US.po | 4 ++-- addons/resource/i18n/mn.po | 2 +- addons/resource/i18n/nl.po | 2 +- 45 files changed, 252 insertions(+), 252 deletions(-) diff --git a/addons/mrp/__openerp__.py b/addons/mrp/__openerp__.py index f267764970a..b7a6466bbaf 100644 --- a/addons/mrp/__openerp__.py +++ b/addons/mrp/__openerp__.py @@ -34,7 +34,7 @@ * Make to Stock / Make to Order (by line) * Multi-level BoMs, no limit * Multi-level routing, no limit - * Routing and workcenter integrated with analytic accounting + * Routing and work center integrated with analytic accounting * Scheduler computation periodically / Just In Time module * Multi-pos, multi-warehouse * Different reordering policies diff --git a/addons/mrp/i18n/ar.po b/addons/mrp/i18n/ar.po index 450207de48d..c9559048cb2 100644 --- a/addons/mrp/i18n/ar.po +++ b/addons/mrp/i18n/ar.po @@ -28,7 +28,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -666,7 +666,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "" #. module: mrp @@ -1691,7 +1691,7 @@ msgstr "" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " +"The list of operations (list of work centers) to produce the finished " "product. The routing is mainly used to compute work center costs during " "operations and to plan future loads on work centers based on production " "plannification." @@ -2101,9 +2101,9 @@ msgstr "" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/i18n/bg.po b/addons/mrp/i18n/bg.po index c546ed433a2..f4e8dc97a4a 100644 --- a/addons/mrp/i18n/bg.po +++ b/addons/mrp/i18n/bg.po @@ -28,7 +28,7 @@ msgstr "Бр. цикли" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -666,7 +666,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "" #. module: mrp @@ -2103,9 +2103,9 @@ msgstr "" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/i18n/bs.po b/addons/mrp/i18n/bs.po index 56bca3b354f..9702dd026a5 100644 --- a/addons/mrp/i18n/bs.po +++ b/addons/mrp/i18n/bs.po @@ -28,7 +28,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -666,7 +666,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "" #. module: mrp @@ -1691,9 +1691,9 @@ msgstr "" #. module: mrp #: help:mrp.production,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "plannification." msgstr "" @@ -2101,9 +2101,9 @@ msgstr "" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/i18n/ca.po b/addons/mrp/i18n/ca.po index 29a78a13ec2..f9526d5a417 100644 --- a/addons/mrp/i18n/ca.po +++ b/addons/mrp/i18n/ca.po @@ -28,7 +28,7 @@ msgstr "Núm. de cicles" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -668,7 +668,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "Temps en hores per realitzar un cicle." #. module: mrp @@ -2220,9 +2220,9 @@ msgstr "Descripció" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" @@ -2971,9 +2971,9 @@ msgstr "" #~ msgstr "Components de la llista de materials" #~ msgid "" -#~ "The list of operations (list of workcenters) to produce the finished " -#~ "product. The routing is mainly used to compute workcenter costs during " -#~ "operations and to plan futur loads on workcenters based on production " +#~ "The list of operations (list of work centers) to produce the finished " +#~ "product. The routing is mainly used to compute work center costs during " +#~ "operations and to plan futur loads on work centers based on production " #~ "plannification." #~ msgstr "" #~ "La llista d'operacions (llista de centres de producció) per produir el " diff --git a/addons/mrp/i18n/cs.po b/addons/mrp/i18n/cs.po index 3ea93de616f..67611e1cf7a 100644 --- a/addons/mrp/i18n/cs.po +++ b/addons/mrp/i18n/cs.po @@ -28,7 +28,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -666,7 +666,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "" #. module: mrp @@ -2102,9 +2102,9 @@ msgstr "" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/i18n/de.po b/addons/mrp/i18n/de.po index d0d17b0f087..8ae2fbbec1b 100644 --- a/addons/mrp/i18n/de.po +++ b/addons/mrp/i18n/de.po @@ -30,7 +30,7 @@ msgstr "Anzahl Zyklen" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "Maximale Anzahl an Fertigungsvorgängen dieser Fertigungsstelle." #. module: mrp @@ -668,7 +668,7 @@ msgstr "Kosten Information" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "Zeit in Stunden für einen Auftragszyklus" #. module: mrp @@ -2288,9 +2288,9 @@ msgstr "Beschreibung" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" "Fertigungsvorgänge (Arbeitsauftragsliste) für die Herstellung des " @@ -3088,9 +3088,9 @@ msgstr "Jahr" #~ msgstr "Komponenten" #~ msgid "" -#~ "The list of operations (list of workcenters) to produce the finished " -#~ "product. The routing is mainly used to compute workcenter costs during " -#~ "operations and to plan futur loads on workcenters based on production " +#~ "The list of operations (list of work centers) to produce the finished " +#~ "product. The routing is mainly used to compute work center costs during " +#~ "operations and to plan futur loads on work centers based on production " #~ "plannification." #~ msgstr "" #~ "Arbeitsplätze, an denen Fertigprodukte produziert werden. Das \"Routing\" " diff --git a/addons/mrp/i18n/el.po b/addons/mrp/i18n/el.po index 080d8d06049..57bbf2af861 100644 --- a/addons/mrp/i18n/el.po +++ b/addons/mrp/i18n/el.po @@ -31,7 +31,7 @@ msgstr "Αρ. Κύκλων" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -671,7 +671,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "Χρόνος ενός κύκλου σε ώρες" #. module: mrp @@ -2222,9 +2222,9 @@ msgstr "Περιγραφή" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" @@ -2975,9 +2975,9 @@ msgstr "" #~ msgstr "plus" #~ msgid "" -#~ "The list of operations (list of workcenters) to produce the finished " -#~ "product. The routing is mainly used to compute workcenter costs during " -#~ "operations and to plan futur loads on workcenters based on production " +#~ "The list of operations (list of work centers) to produce the finished " +#~ "product. The routing is mainly used to compute work center costs during " +#~ "operations and to plan futur loads on work centers based on production " #~ "plannification." #~ msgstr "" #~ "Η λίστα των λειτουργιών (λίστα κέντρων εργασίας) ποαραγωγής του " diff --git a/addons/mrp/i18n/es.po b/addons/mrp/i18n/es.po index 427cde00252..e6a6a5c2241 100644 --- a/addons/mrp/i18n/es.po +++ b/addons/mrp/i18n/es.po @@ -30,7 +30,7 @@ msgstr "Núm. de ciclos" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "Número de operaciones que este centro de producción puede realizar." #. module: mrp @@ -670,7 +670,7 @@ msgstr "Información de costes" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "Tiempo en horas para realizar un ciclo." #. module: mrp @@ -2330,9 +2330,9 @@ msgstr "Descripción" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" "La lista de las operaciones (lista de los centros de trabajo) para producir " @@ -3140,9 +3140,9 @@ msgstr "Año" #~ msgstr "Nombre de modelo no válido en la definición de acción." #~ msgid "" -#~ "The list of operations (list of workcenters) to produce the finished " -#~ "product. The routing is mainly used to compute workcenter costs during " -#~ "operations and to plan futur loads on workcenters based on production " +#~ "The list of operations (list of work centers) to produce the finished " +#~ "product. The routing is mainly used to compute work center costs during " +#~ "operations and to plan futur loads on work centers based on production " #~ "plannification." #~ msgstr "" #~ "La lista de operaciones (lista de centros de producción) para producir el " diff --git a/addons/mrp/i18n/es_AR.po b/addons/mrp/i18n/es_AR.po index 810e4671bb1..b0bf828595f 100644 --- a/addons/mrp/i18n/es_AR.po +++ b/addons/mrp/i18n/es_AR.po @@ -28,7 +28,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -666,7 +666,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "" #. module: mrp @@ -2101,9 +2101,9 @@ msgstr "" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/i18n/es_EC.po b/addons/mrp/i18n/es_EC.po index a26d72526c3..954933d34e7 100644 --- a/addons/mrp/i18n/es_EC.po +++ b/addons/mrp/i18n/es_EC.po @@ -28,7 +28,7 @@ msgstr "Núm. de ciclos" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -672,7 +672,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "Tiempo en horas para realizar un ciclo." #. module: mrp @@ -2112,9 +2112,9 @@ msgstr "Descripción" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/i18n/et.po b/addons/mrp/i18n/et.po index f927ca6f4e9..05b8b9e8240 100644 --- a/addons/mrp/i18n/et.po +++ b/addons/mrp/i18n/et.po @@ -28,7 +28,7 @@ msgstr "Tsükklite No." #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -666,7 +666,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "Aeg tundides mis kulub ühes tsükklis." #. module: mrp @@ -2104,9 +2104,9 @@ msgstr "" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/i18n/fi.po b/addons/mrp/i18n/fi.po index e202377cc51..e5743b43de1 100644 --- a/addons/mrp/i18n/fi.po +++ b/addons/mrp/i18n/fi.po @@ -29,7 +29,7 @@ msgstr "Kiertojen määrä" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -668,7 +668,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "Yhden kierron kesto tunneissa." #. module: mrp @@ -2218,9 +2218,9 @@ msgstr "Kuvaus" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" @@ -2856,9 +2856,9 @@ msgstr "" #~ msgstr "Varastoitava tuote prosessi" #~ msgid "" -#~ "The list of operations (list of workcenters) to produce the finished " -#~ "product. The routing is mainly used to compute workcenter costs during " -#~ "operations and to plan futur loads on workcenters based on production " +#~ "The list of operations (list of work centers) to produce the finished " +#~ "product. The routing is mainly used to compute work center costs during " +#~ "operations and to plan futur loads on work centers based on production " #~ "plannification." #~ msgstr "" #~ "Lista toiminnoista (työpisteistä) jotka tuotteen valmistaminen vaatii. " diff --git a/addons/mrp/i18n/fr.po b/addons/mrp/i18n/fr.po index 041b5110d1d..1073bb13b43 100644 --- a/addons/mrp/i18n/fr.po +++ b/addons/mrp/i18n/fr.po @@ -43,7 +43,7 @@ msgstr "Nombre de Cycles" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "Nombre d'opérations simultanées du poste de charge" #. module: mrp @@ -675,7 +675,7 @@ msgstr "Information de coût" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "Temps nécessaire à la réalisation d'un cycle" #. module: mrp @@ -2253,9 +2253,9 @@ msgstr "Description" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" "La liste des opérations (liste des postes de charge) pour fabriquer le " @@ -2943,9 +2943,9 @@ msgstr "" #~ msgstr "Ordres de production en cours" #~ msgid "" -#~ "The list of operations (list of workcenters) to produce the finished " -#~ "product. The routing is mainly used to compute workcenter costs during " -#~ "operations and to plan futur loads on workcenters based on production " +#~ "The list of operations (list of work centers) to produce the finished " +#~ "product. The routing is mainly used to compute work center costs during " +#~ "operations and to plan futur loads on work centers based on production " #~ "plannification." #~ msgstr "" #~ "La liste des opérations pour fabriquer le produit fini. La gammeest " diff --git a/addons/mrp/i18n/hi.po b/addons/mrp/i18n/hi.po index 3b3640a6acc..26f9a3617d6 100644 --- a/addons/mrp/i18n/hi.po +++ b/addons/mrp/i18n/hi.po @@ -29,7 +29,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -667,7 +667,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "" #. module: mrp @@ -2102,9 +2102,9 @@ msgstr "" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/i18n/hr.po b/addons/mrp/i18n/hr.po index 9dd518ca95f..0cb7e550427 100644 --- a/addons/mrp/i18n/hr.po +++ b/addons/mrp/i18n/hr.po @@ -28,7 +28,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -666,7 +666,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "" #. module: mrp @@ -2102,9 +2102,9 @@ msgstr "" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/i18n/hu.po b/addons/mrp/i18n/hu.po index 155020c2ee0..6e743ad3273 100644 --- a/addons/mrp/i18n/hu.po +++ b/addons/mrp/i18n/hu.po @@ -28,7 +28,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -666,7 +666,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "" #. module: mrp @@ -2101,9 +2101,9 @@ msgstr "" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/i18n/id.po b/addons/mrp/i18n/id.po index 0aeb6bf4144..962fb61e5f3 100644 --- a/addons/mrp/i18n/id.po +++ b/addons/mrp/i18n/id.po @@ -28,7 +28,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -666,7 +666,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "" #. module: mrp @@ -2101,9 +2101,9 @@ msgstr "" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/i18n/it.po b/addons/mrp/i18n/it.po index 370ff377826..cc369400cf5 100644 --- a/addons/mrp/i18n/it.po +++ b/addons/mrp/i18n/it.po @@ -29,7 +29,7 @@ msgstr "N. Cicli di Lavoro" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "Numero di operazioni che questo centro di lavoro può fare." #. module: mrp @@ -651,7 +651,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "Tempo in ore per completare un ciclo." #. module: mrp @@ -2208,9 +2208,9 @@ msgstr "Descrizione" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" @@ -2549,9 +2549,9 @@ msgstr "Anno" #~ msgstr "Ciclo di lavoro del materiale" #~ msgid "" -#~ "The list of operations (list of workcenters) to produce the finished " -#~ "product. The routing is mainly used to compute workcenter costs during " -#~ "operations and to plan futur loads on workcenters based on production " +#~ "The list of operations (list of work centers) to produce the finished " +#~ "product. The routing is mainly used to compute work center costs during " +#~ "operations and to plan futur loads on work centers based on production " #~ "plannification." #~ msgstr "" #~ "La lista delle lavorazioni (lista dei centri di lavoro) per ottenere il " diff --git a/addons/mrp/i18n/ko.po b/addons/mrp/i18n/ko.po index 7e88ddc1cc5..80fa42d0c88 100644 --- a/addons/mrp/i18n/ko.po +++ b/addons/mrp/i18n/ko.po @@ -29,7 +29,7 @@ msgstr "싸이클 횟수" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -665,7 +665,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "한 사이클을 수행하는 시간" #. module: mrp @@ -2212,9 +2212,9 @@ msgstr "설명" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" @@ -2808,9 +2808,9 @@ msgstr "" #~ msgstr "견적 요청이 생성되어 공급자에게 전송됩니다." #~ msgid "" -#~ "The list of operations (list of workcenters) to produce the finished " -#~ "product. The routing is mainly used to compute workcenter costs during " -#~ "operations and to plan futur loads on workcenters based on production " +#~ "The list of operations (list of work centers) to produce the finished " +#~ "product. The routing is mainly used to compute work center costs during " +#~ "operations and to plan futur loads on work centers based on production " #~ "plannification." #~ msgstr "" #~ "완제품 생산을 위한 오퍼레이션 리스트 (워크센터 리스트). 이 라우팅은 주로 오퍼레이션 중의 워크센터 원가 계산과 생산 계획에 기초한 " diff --git a/addons/mrp/i18n/lt.po b/addons/mrp/i18n/lt.po index 8cf7226ae3c..ded4a1f935a 100644 --- a/addons/mrp/i18n/lt.po +++ b/addons/mrp/i18n/lt.po @@ -29,7 +29,7 @@ msgstr "Ciklų skaičius" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -672,7 +672,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "Vieno ciklo laikas valandomis." #. module: mrp @@ -2108,9 +2108,9 @@ msgstr "Aprašymas" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" @@ -2782,9 +2782,9 @@ msgstr "" #~ msgstr "plius" #~ msgid "" -#~ "The list of operations (list of workcenters) to produce the finished " -#~ "product. The routing is mainly used to compute workcenter costs during " -#~ "operations and to plan futur loads on workcenters based on production " +#~ "The list of operations (list of work centers) to produce the finished " +#~ "product. The routing is mainly used to compute work center costs during " +#~ "operations and to plan futur loads on work centers based on production " #~ "plannification." #~ msgstr "" #~ "Tai yra darbų sąrašas (sąrašas darbo centrų) pagaminti pabaigtus produktus. " diff --git a/addons/mrp/i18n/mrp.pot b/addons/mrp/i18n/mrp.pot index 4ed45b7720e..2fe08c9ba1b 100644 --- a/addons/mrp/i18n/mrp.pot +++ b/addons/mrp/i18n/mrp.pot @@ -28,7 +28,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -614,7 +614,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "" #. module: mrp diff --git a/addons/mrp/i18n/nl.po b/addons/mrp/i18n/nl.po index 75e39aa6df7..be765456897 100644 --- a/addons/mrp/i18n/nl.po +++ b/addons/mrp/i18n/nl.po @@ -28,7 +28,7 @@ msgstr "Aantal cycli" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -667,7 +667,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "Tijd in uren voor één productiecyclus." #. module: mrp @@ -2219,9 +2219,9 @@ msgstr "Beschrijving" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" @@ -2545,9 +2545,9 @@ msgstr "" #~ msgstr "Wacht op beschikbare producten ter reservering" #~ msgid "" -#~ "The list of operations (list of workcenters) to produce the finished " -#~ "product. The routing is mainly used to compute workcenter costs during " -#~ "operations and to plan futur loads on workcenters based on production " +#~ "The list of operations (list of work centers) to produce the finished " +#~ "product. The routing is mainly used to compute work center costs during " +#~ "operations and to plan futur loads on work centers based on production " #~ "plannification." #~ msgstr "" #~ "De lijst van handelingen (lijst van werkplaatsen) voor het produceren van " diff --git a/addons/mrp/i18n/nl_BE.po b/addons/mrp/i18n/nl_BE.po index 59633231611..fc56c50c81b 100644 --- a/addons/mrp/i18n/nl_BE.po +++ b/addons/mrp/i18n/nl_BE.po @@ -28,7 +28,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -666,7 +666,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "" #. module: mrp @@ -2102,9 +2102,9 @@ msgstr "" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/i18n/pl.po b/addons/mrp/i18n/pl.po index 3f376b1eed5..2eac3802a94 100644 --- a/addons/mrp/i18n/pl.po +++ b/addons/mrp/i18n/pl.po @@ -28,7 +28,7 @@ msgstr "Liczba cykli" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "Liczba operacji, którą to centrum może wykonać." #. module: mrp @@ -686,7 +686,7 @@ msgstr "Inofrmacje kosztowe" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "Czas wykonania jednego cyklu w godzinach" #. module: mrp @@ -2254,9 +2254,9 @@ msgstr "Opis" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" @@ -2637,9 +2637,9 @@ msgstr "" #~ msgstr "plus" #~ msgid "" -#~ "The list of operations (list of workcenters) to produce the finished " -#~ "product. The routing is mainly used to compute workcenter costs during " -#~ "operations and to plan futur loads on workcenters based on production " +#~ "The list of operations (list of work centers) to produce the finished " +#~ "product. The routing is mainly used to compute work center costs during " +#~ "operations and to plan futur loads on work centers based on production " #~ "plannification." #~ msgstr "" #~ "Lista operacji (lista centrów roboczych) do wyprodukowania produktu " diff --git a/addons/mrp/i18n/pt.po b/addons/mrp/i18n/pt.po index 2ef9985aa6e..7d68ab9e3a7 100644 --- a/addons/mrp/i18n/pt.po +++ b/addons/mrp/i18n/pt.po @@ -29,7 +29,7 @@ msgstr "Núm. de ciclos" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "Número de operacões que este centro de produção pode realizar." #. module: mrp @@ -659,7 +659,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "Tempo em horas por fazer um ciclo." #. module: mrp @@ -2205,9 +2205,9 @@ msgstr "Descrição" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/i18n/pt_BR.po b/addons/mrp/i18n/pt_BR.po index 40132885401..302026a09c1 100644 --- a/addons/mrp/i18n/pt_BR.po +++ b/addons/mrp/i18n/pt_BR.po @@ -29,7 +29,7 @@ msgstr "Núm. de ciclos" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -641,7 +641,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "Tempo em hora para fazer um ciclo." #. module: mrp @@ -2189,9 +2189,9 @@ msgstr "Descrição" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/i18n/ro.po b/addons/mrp/i18n/ro.po index 1de1551c482..9ac80a41e59 100644 --- a/addons/mrp/i18n/ro.po +++ b/addons/mrp/i18n/ro.po @@ -28,7 +28,7 @@ msgstr "Nr de cicluri" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -662,7 +662,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "" #. module: mrp @@ -2209,9 +2209,9 @@ msgstr "" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/i18n/ru.po b/addons/mrp/i18n/ru.po index 1b6d7abd364..bedd2851064 100644 --- a/addons/mrp/i18n/ru.po +++ b/addons/mrp/i18n/ru.po @@ -28,7 +28,7 @@ msgstr "Кол-во циклов" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -662,7 +662,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "Время в часах на выполнение одного цикла" #. module: mrp @@ -2212,9 +2212,9 @@ msgstr "Описание" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" @@ -2614,9 +2614,9 @@ msgstr "" #~ msgstr "Заявка выслана поставщику" #~ msgid "" -#~ "The list of operations (list of workcenters) to produce the finished " -#~ "product. The routing is mainly used to compute workcenter costs during " -#~ "operations and to plan futur loads on workcenters based on production " +#~ "The list of operations (list of work centers) to produce the finished " +#~ "product. The routing is mainly used to compute work center costs during " +#~ "operations and to plan futur loads on work centers based on production " #~ "plannification." #~ msgstr "" #~ "Список операций и участков обработки для производства готового изделия. " diff --git a/addons/mrp/i18n/sk.po b/addons/mrp/i18n/sk.po index 0cd0293eee3..fe6a1d1dfa4 100644 --- a/addons/mrp/i18n/sk.po +++ b/addons/mrp/i18n/sk.po @@ -29,7 +29,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -663,7 +663,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "" #. module: mrp @@ -2210,9 +2210,9 @@ msgstr "" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/i18n/sl.po b/addons/mrp/i18n/sl.po index 9ed62a26105..4104f8df5e6 100644 --- a/addons/mrp/i18n/sl.po +++ b/addons/mrp/i18n/sl.po @@ -28,7 +28,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -666,7 +666,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "" #. module: mrp @@ -2102,9 +2102,9 @@ msgstr "Opis" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/i18n/sq.po b/addons/mrp/i18n/sq.po index 61fc6ac8786..124796bd3cf 100644 --- a/addons/mrp/i18n/sq.po +++ b/addons/mrp/i18n/sq.po @@ -29,7 +29,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -667,7 +667,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "" #. module: mrp @@ -2102,9 +2102,9 @@ msgstr "" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/i18n/sv.po b/addons/mrp/i18n/sv.po index 7e4d1645043..3470d6ffda5 100644 --- a/addons/mrp/i18n/sv.po +++ b/addons/mrp/i18n/sv.po @@ -28,7 +28,7 @@ msgstr "No. Of Cycles" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -667,7 +667,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "Time in hours for doing one cycle." #. module: mrp @@ -2217,9 +2217,9 @@ msgstr "Beskrivning" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" @@ -3031,14 +3031,14 @@ msgstr "" #~ msgstr "Product quantity" #~ msgid "" -#~ "The list of operations (list of workcenters) to produce the finished " -#~ "product. The routing is mainly used to compute workcenter costs during " -#~ "operations and to plan futur loads on workcenters based on production " +#~ "The list of operations (list of work centers) to produce the finished " +#~ "product. The routing is mainly used to compute work center costs during " +#~ "operations and to plan futur loads on work centers based on production " #~ "plannification." #~ msgstr "" -#~ "The list of operations (list of workcenters) to produce the finished " -#~ "product. The routing is mainly used to compute workcenter costs during " -#~ "operations and to plan futur loads on workcenters based on production " +#~ "The list of operations (list of work centers) to produce the finished " +#~ "product. The routing is mainly used to compute work center costs during " +#~ "operations and to plan futur loads on work centers based on production " #~ "plannification." #~ msgid "Stockable Product Process" diff --git a/addons/mrp/i18n/tlh.po b/addons/mrp/i18n/tlh.po index b1ac25fa6f4..bb796bcec4b 100644 --- a/addons/mrp/i18n/tlh.po +++ b/addons/mrp/i18n/tlh.po @@ -28,7 +28,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -666,7 +666,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "" #. module: mrp @@ -2101,9 +2101,9 @@ msgstr "" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/i18n/tr.po b/addons/mrp/i18n/tr.po index 0b9b7733386..d758379c7ac 100644 --- a/addons/mrp/i18n/tr.po +++ b/addons/mrp/i18n/tr.po @@ -28,7 +28,7 @@ msgstr "Çevrim Sayısı" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -662,7 +662,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "" #. module: mrp @@ -2209,9 +2209,9 @@ msgstr "Açıklama" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" @@ -2655,9 +2655,9 @@ msgstr "" #~ msgstr "İptal Edildi" #~ msgid "" -#~ "The list of operations (list of workcenters) to produce the finished " -#~ "product. The routing is mainly used to compute workcenter costs during " -#~ "operations and to plan futur loads on workcenters based on production " +#~ "The list of operations (list of work centers) to produce the finished " +#~ "product. The routing is mainly used to compute work center costs during " +#~ "operations and to plan futur loads on work centers based on production " #~ "plannification." #~ msgstr "" #~ "Operasyon Listesi (iş merkezi listesi) Bitmiş ürünleri üretmek için. The " diff --git a/addons/mrp/i18n/uk.po b/addons/mrp/i18n/uk.po index 4bc604c3be9..b4f1d592da3 100644 --- a/addons/mrp/i18n/uk.po +++ b/addons/mrp/i18n/uk.po @@ -28,7 +28,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -666,7 +666,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "" #. module: mrp @@ -2102,9 +2102,9 @@ msgstr "Опис" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/i18n/vi.po b/addons/mrp/i18n/vi.po index 469f302f0c7..7f6d5199c81 100644 --- a/addons/mrp/i18n/vi.po +++ b/addons/mrp/i18n/vi.po @@ -29,7 +29,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -667,7 +667,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "" #. module: mrp @@ -2102,9 +2102,9 @@ msgstr "" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/i18n/zh_CN.po b/addons/mrp/i18n/zh_CN.po index 83cefca1a7c..de8b882d213 100644 --- a/addons/mrp/i18n/zh_CN.po +++ b/addons/mrp/i18n/zh_CN.po @@ -28,7 +28,7 @@ msgstr "周期" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -662,7 +662,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "一个周期的工作小时数" #. module: mrp @@ -2209,9 +2209,9 @@ msgstr "说明" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" #~ " * Make to Stock / Make to Order (by line)\n" #~ " * Multi-level BoMs, no limit\n" #~ " * Multi-level routing, no limit\n" -#~ " * Routing and workcenter integrated with analytic accounting\n" +#~ " * Routing and work center integrated with analytic accounting\n" #~ " * Scheduler computation periodically / Just In Time module\n" #~ " * Multi-pos, multi-warehouse\n" #~ " * Different reordering policies\n" @@ -2941,9 +2941,9 @@ msgstr "" #~ msgstr "正" #~ msgid "" -#~ "The list of operations (list of workcenters) to produce the finished " -#~ "product. The routing is mainly used to compute workcenter costs during " -#~ "operations and to plan futur loads on workcenters based on production " +#~ "The list of operations (list of work centers) to produce the finished " +#~ "product. The routing is mainly used to compute work center costs during " +#~ "operations and to plan futur loads on work centers based on production " #~ "plannification." #~ msgstr "这生产成品的运作列表(工作中心列表)工艺路线主要是用于计算这生产计划的工作中心的成本和计划未来的工作中心的未来负荷" diff --git a/addons/mrp/i18n/zh_HK.po b/addons/mrp/i18n/zh_HK.po index 6d0d0de7251..b6b971a5bf0 100644 --- a/addons/mrp/i18n/zh_HK.po +++ b/addons/mrp/i18n/zh_HK.po @@ -29,7 +29,7 @@ msgstr "週期數" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -663,7 +663,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "一個循環所須的小時數" #. module: mrp @@ -2210,9 +2210,9 @@ msgstr "" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/i18n/zh_TW.po b/addons/mrp/i18n/zh_TW.po index f81177bb375..186d7202842 100644 --- a/addons/mrp/i18n/zh_TW.po +++ b/addons/mrp/i18n/zh_TW.po @@ -28,7 +28,7 @@ msgstr "週期數" #. module: mrp #: help:mrp.routing.workcenter,cycle_nbr:0 -msgid "Number of operations this workcenter can do." +msgid "Number of iterations this work center has to do in the specified operation of the routing." msgstr "" #. module: mrp @@ -662,7 +662,7 @@ msgstr "" #. module: mrp #: help:mrp.routing.workcenter,hour_nbr:0 #: help:mrp.workcenter,time_cycle:0 -msgid "Time in hours for doing one cycle." +msgid "Time in hours for this work center to achieve the operation of the specified routing." msgstr "一個循環所須的小時數" #. module: mrp @@ -2209,9 +2209,9 @@ msgstr "" #. module: mrp #: help:mrp.bom,routing_id:0 msgid "" -"The list of operations (list of workcenters) to produce the finished " -"product. The routing is mainly used to compute workcenter costs during " -"operations and to plan future loads on workcenters based on production " +"The list of operations (list of work centers) to produce the finished " +"product. The routing is mainly used to compute work center costs during " +"operations and to plan future loads on work centers based on production " "planning." msgstr "" diff --git a/addons/mrp/mrp.py b/addons/mrp/mrp.py index 25aaf85c27a..f89258a8baa 100644 --- a/addons/mrp/mrp.py +++ b/addons/mrp/mrp.py @@ -440,7 +440,7 @@ class mrp_production(osv.osv): 'date_finished': fields.datetime('End Date'), 'bom_id': fields.many2one('mrp.bom', 'Bill of Material', domain=[('bom_id','=',False)]), - 'routing_id': fields.many2one('mrp.routing', string='Routing', on_delete='set null', help="The list of operations (list of workcenters) to produce the finished product. The routing is mainly used to compute workcenter costs during operations and to plan future loads on workcenters based on production plannification."), + 'routing_id': fields.many2one('mrp.routing', string='Routing', on_delete='set null', help="The list of operations (list of work centers) to produce the finished product. The routing is mainly used to compute work center costs during operations and to plan future loads on work centers based on production plannification."), 'picking_id': fields.many2one('stock.picking', 'Picking list', readonly=True, help="This is the internal picking list that brings the finished product to the production plan"), diff --git a/addons/resource/__openerp__.py b/addons/resource/__openerp__.py index 82d68f53ef4..9b9f6c7ca89 100644 --- a/addons/resource/__openerp__.py +++ b/addons/resource/__openerp__.py @@ -28,7 +28,7 @@ "description": """ Module for resource management A resource represent something that can be scheduled - (a developer on a task or a workcenter on manufacturing orders). + (a developer on a task or a work center on manufacturing orders). This module manages a resource calendar associated to every resource. It also manages the leaves of every resource. diff --git a/addons/resource/i18n/en_US.po b/addons/resource/i18n/en_US.po index 8c4932c4a6d..0b128ca7551 100644 --- a/addons/resource/i18n/en_US.po +++ b/addons/resource/i18n/en_US.po @@ -189,7 +189,7 @@ msgstr "Name" msgid "\n" " Module for resource management\n" " A resource represent something that can be scheduled\n" -" (a developer on a task or a workcenter on manufacturing orders).\n" +" (a developer on a task or a work center on manufacturing orders).\n" " This module manages a resource calendar associated to every resource.\n" " It also manages the leaves of every resource.\n" "\n" @@ -197,7 +197,7 @@ msgid "\n" msgstr "\n" " Module for resource management\n" " A resource represent something that can be scheduled\n" -" (a developer on a task or a workcenter on manufacturing orders).\n" +" (a developer on a task or a work center on manufacturing orders).\n" " This module manages a resource calendar associated to every resource.\n" " It also manages the leaves of every resource.\n" "\n" diff --git a/addons/resource/i18n/mn.po b/addons/resource/i18n/mn.po index cff22c1ea43..617f0f9cb21 100644 --- a/addons/resource/i18n/mn.po +++ b/addons/resource/i18n/mn.po @@ -332,7 +332,7 @@ msgstr "Бямба" #~ "\n" #~ " Module for resource management\n" #~ " A resource represent something that can be scheduled\n" -#~ " (a developer on a task or a workcenter on manufacturing orders).\n" +#~ " (a developer on a task or a work center on manufacturing orders).\n" #~ " This module manages a resource calendar associated to every resource.\n" #~ " It also manages the leaves of every resource.\n" #~ "\n" diff --git a/addons/resource/i18n/nl.po b/addons/resource/i18n/nl.po index 47f6f100b71..46138eafd7d 100644 --- a/addons/resource/i18n/nl.po +++ b/addons/resource/i18n/nl.po @@ -337,7 +337,7 @@ msgstr "Zaterdag" #~ "\n" #~ " Module for resource management\n" #~ " A resource represent something that can be scheduled\n" -#~ " (a developer on a task or a workcenter on manufacturing orders).\n" +#~ " (a developer on a task or a work center on manufacturing orders).\n" #~ " This module manages a resource calendar associated to every resource.\n" #~ " It also manages the leaves of every resource.\n" #~ "\n" From f995fc578c4dba5508d7af364fe7f8ab0db6c4d7 Mon Sep 17 00:00:00 2001 From: "ksa (Open ERP)" Date: Tue, 14 Dec 2010 12:34:49 +0530 Subject: [PATCH 08/19] [FIX] stock:destination address inside company makes picking to "customer" location lp bug: https://launchpad.net/bugs/683231 fixed bzr revid: ksa@tinyerp.co.in-20101214070449-818z16xker8724fd --- addons/stock/stock_data.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/addons/stock/stock_data.xml b/addons/stock/stock_data.xml index be1881634eb..9b3e126edcc 100644 --- a/addons/stock/stock_data.xml +++ b/addons/stock/stock_data.xml @@ -18,7 +18,7 @@ Production Lot stock.production.lot - + @@ -43,7 +43,7 @@ True inventory - + Inventory loss @@ -90,7 +90,7 @@ Stock - + @@ -104,7 +104,11 @@ - + + + + + property_stock_procurement From a0987a0162bd2ca0d9d206b2523c685ef38a310f Mon Sep 17 00:00:00 2001 From: "aag (OpenERP)" Date: Tue, 14 Dec 2010 13:03:17 +0530 Subject: [PATCH 09/19] [FIX] mrp:Manufacturing/ Manager able to define a bill of material was fixed lp:689669 lp bug: https://launchpad.net/bugs/689669 fixed bzr revid: aag@tinyerp.co.in-20101214073317-s98bxozeiy6vet3d --- addons/mrp/security/ir.model.access.csv | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/addons/mrp/security/ir.model.access.csv b/addons/mrp/security/ir.model.access.csv index dcbf6c866b4..c3c9b79bbaf 100644 --- a/addons/mrp/security/ir.model.access.csv +++ b/addons/mrp/security/ir.model.access.csv @@ -12,7 +12,7 @@ "access_mrp_workcenter_manager","mrp.workcenter.manager","model_mrp_workcenter","mrp.group_mrp_manager",1,0,0,0 "access_mrp_routing_manager","mrp.routing.manager","model_mrp_routing","mrp.group_mrp_manager",1,1,1,1 "access_mrp_routing_workcenter_manager","mrp.routing.workcenter.manager","model_mrp_routing_workcenter","mrp.group_mrp_manager",1,1,1,1 -"access_mrp_bom_manager","mrp.bom.manager","model_mrp_bom","mrp.group_mrp_manager",1,0,0,1 +"access_mrp_bom_manager","mrp.bom.manager","model_mrp_bom","mrp.group_mrp_manager",1,1,1,1 "access_mrp_bom_revision_manager","mrp.bom.revision.manager","model_mrp_bom_revision","mrp.group_mrp_manager",1,1,1,1 "access_stock_location_mrp_worker","stock.location mrp_worker","stock.model_stock_location","mrp.group_mrp_user",1,0,0,0 "access_stock_move_mrp_worker","stock.move mrp_worker","stock.model_stock_move","mrp.group_mrp_user",1,1,1,0 @@ -68,3 +68,5 @@ "access_report_mrp_inout_user","report.mrp.inout user","model_report_mrp_inout","mrp.group_mrp_user",1,0,0,0 "access_report_workcenter_load_user","report.workcenter.load.user","model_report_workcenter_load","mrp.group_mrp_user",1,0,0,0 "access_mrp_bom","mrp.bom","model_mrp_bom","base.group_sale_salesman",1,0,0,0 +"access_stock_warehouse_mrp_manager","stock.warehouse.mrp.manager","stock.model_stock_warehouse","mrp.group_mrp_manager",1,0,0,0 +"access_stock_location_mrp_manager","stock.location.mrp.manager","stock.model_stock_location","mrp.group_mrp_manager",1,0,0,0 From f433391c593ca8b67eb538f822595705864841e2 Mon Sep 17 00:00:00 2001 From: "ksa (Open ERP)" Date: Wed, 15 Dec 2010 11:19:40 +0530 Subject: [PATCH 10/19] [FIX]: Remove the domain on the filter field in segment lp bug: https://launchpad.net/bugs/687352 fixed bzr revid: ksa@tinyerp.co.in-20101215054940-cqzpjjjbg7p7ywwn --- addons/marketing_campaign/marketing_campaign_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/marketing_campaign/marketing_campaign_view.xml b/addons/marketing_campaign/marketing_campaign_view.xml index 2d9abc2230d..594a71b41d9 100644 --- a/addons/marketing_campaign/marketing_campaign_view.xml +++ b/addons/marketing_campaign/marketing_campaign_view.xml @@ -143,7 +143,7 @@ - + From 16f6a1eebc8fbc9a60923408704bdf6fe22f8217 Mon Sep 17 00:00:00 2001 From: "ksa (Open ERP)" Date: Wed, 15 Dec 2010 17:28:14 +0530 Subject: [PATCH 11/19] [FIX]:Stock Inventory with date past lp bug: https://launchpad.net/bugs/623680 fixed bzr revid: ksa@tinyerp.co.in-20101215115814-ybw9ra2rzo1zxgm2 --- addons/stock/stock.py | 11 +++++------ addons/stock/stock_view.xml | 6 +++--- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/addons/stock/stock.py b/addons/stock/stock.py index b8dfb298e49..359a7966f9b 100644 --- a/addons/stock/stock.py +++ b/addons/stock/stock.py @@ -1671,7 +1671,7 @@ class stock_move(osv.osv): result['product_qty'] = product_uos_qty return {'value': result} - + def onchange_product_id(self, cr, uid, ids, prod_id=False, loc_id=False, loc_dest_id=False, address_id=False): """ On change of product id, if finds UoM, UoS, quantity and UoS quantity. @@ -2462,7 +2462,6 @@ class stock_inventory(osv.osv): """ Finished the inventory @return: True """ - if context is None: context = {} move_obj = self.pool.get('stock.move') @@ -2486,8 +2485,9 @@ class stock_inventory(osv.osv): move_ids = [] for line in inv.inventory_line_id: pid = line.product_id.id - product_context.update(uom=line.product_uom.id) + product_context.update(uom=line.product_uom.id,date=inv.date) amount = location_obj._product_get(cr, uid, line.location_id.id, [pid], product_context)[pid] + change = line.product_qty - amount lot_id = line.prod_lot_id.id if change: @@ -2498,7 +2498,6 @@ class stock_inventory(osv.osv): 'product_uom': line.product_uom.id, 'prodlot_id': lot_id, 'date': inv.date, - 'date': inv.date, } if change > 0: value.update( { @@ -2557,7 +2556,7 @@ class stock_inventory_line(osv.osv): 'state': fields.related('inventory_id','state',type='char',string='State',readonly=True), } - def on_change_product_id(self, cr, uid, ids, location_id, product, uom=False): + def on_change_product_id(self, cr, uid, ids, location_id, product, uom=False, to_date=False): """ Changes UoM and name if product_id changes. @param location_id: Location id @param product: Changed product_id @@ -2569,7 +2568,7 @@ class stock_inventory_line(osv.osv): if not uom: prod = self.pool.get('product.product').browse(cr, uid, [product], {'uom': uom})[0] uom = prod.uom_id.id - amount = self.pool.get('stock.location')._product_get(cr, uid, location_id, [product], {'uom': uom})[product] + amount = self.pool.get('stock.location')._product_get(cr, uid, location_id, [product], {'uom': uom, 'to_date': to_date})[product] result = {'product_qty': amount, 'product_uom': uom} return {'value': result} diff --git a/addons/stock/stock_view.xml b/addons/stock/stock_view.xml index 79a64266af8..dabd91769a3 100644 --- a/addons/stock/stock_view.xml +++ b/addons/stock/stock_view.xml @@ -37,7 +37,7 @@ form
- + @@ -97,7 +97,7 @@ - + @@ -109,7 +109,7 @@ - + From 8e366d87e12c5c373fe618d796e3f067676ea68d Mon Sep 17 00:00:00 2001 From: "ksa (Open ERP)" Date: Fri, 17 Dec 2010 11:15:29 +0530 Subject: [PATCH 12/19] [FIX]:Wrong Partner used when invoicing from picking coming from a puchase with sent_to_address lp bug: https://launchpad.net/bugs/690700 fixed bzr revid: ksa@tinyerp.co.in-20101217054529-a3dxjewywhi3b8ov --- addons/stock/stock.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/addons/stock/stock.py b/addons/stock/stock.py index 8fb36d0f135..b7aab232f13 100644 --- a/addons/stock/stock.py +++ b/addons/stock/stock.py @@ -869,7 +869,7 @@ class stock_picking(osv.osv): @return {'contact': address, 'invoice': address} for invoice """ partner_obj = self.pool.get('res.partner') - partner = picking.address_id.partner_id + partner = picking.purchase_id.partner_id return partner_obj.address_get(cr, uid, [partner.id], ['contact', 'invoice']) @@ -973,6 +973,7 @@ class stock_picking(osv.osv): continue payment_term_id = False partner = picking.address_id and picking.address_id.partner_id + partner = picking.purchase_id.partner_id if not partner: raise osv.except_osv(_('Error, no partner !'), _('Please put a partner on the picking list if you want to generate invoice.')) From 4665c073c841c690ffe994b39a76105a717371c3 Mon Sep 17 00:00:00 2001 From: "ksa (Open ERP)" Date: Fri, 17 Dec 2010 17:44:59 +0530 Subject: [PATCH 13/19] [FIX]:stock.picking.test_finished: write() takes at most 6 arguments (8 given) lp bug: https://launchpad.net/bugs/690583 fixed bzr revid: ksa@tinyerp.co.in-20101217121459-1i3k7u3ueu81sjlf --- addons/stock/stock.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/addons/stock/stock.py b/addons/stock/stock.py index b7aab232f13..97c6b4a90c3 100644 --- a/addons/stock/stock.py +++ b/addons/stock/stock.py @@ -798,10 +798,11 @@ class stock_picking(osv.osv): move_ids = self.pool.get('stock.move').search(cr, uid, [('picking_id', 'in', ids)]) for move in self.pool.get('stock.move').browse(cr, uid, move_ids): if move.state not in ('done', 'cancel'): + if move.product_qty != 0.0: return False else: - move.write(cr, uid, [move.id], {'state': 'done'}) + move.write({'state': 'done'}) return True def test_assigned(self, cr, uid, ids): From f8ae89f19be712d2ffbf743356eb4cd690342684 Mon Sep 17 00:00:00 2001 From: "ksa (Open ERP)" Date: Mon, 20 Dec 2010 13:05:46 +0530 Subject: [PATCH 14/19] [FIx]:delivery data.xml contains demo data lp bug: https://launchpad.net/bugs/691901 fixed bzr revid: ksa@tinyerp.co.in-20101220073546-wrcx0dlvvbefkgav --- addons/delivery/delivery_data.xml | 48 ------------------------------ addons/delivery/delivery_demo.xml | 49 +++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 48 deletions(-) diff --git a/addons/delivery/delivery_data.xml b/addons/delivery/delivery_data.xml index ff0c90ad193..c1d9d99b33a 100644 --- a/addons/delivery/delivery_data.xml +++ b/addons/delivery/delivery_data.xml @@ -6,53 +6,5 @@ - - - - The Poste - - - default - - - - - - - Delivery by Poste - service - - - - - - - The Poste - - - - - - - - The Poste - Pricelist - - - - Weight <= 5kg - - - - - - - Weight > 5kg - - >= - - - - - diff --git a/addons/delivery/delivery_demo.xml b/addons/delivery/delivery_demo.xml index f247c53ed82..4c371ab52cc 100644 --- a/addons/delivery/delivery_demo.xml +++ b/addons/delivery/delivery_demo.xml @@ -1,6 +1,55 @@ + + + + + The Poste + + + default + + + + + + + Delivery by Poste + service + + + + + + + The Poste + + + + + + + + The Poste - Pricelist + + + + Weight <= 5kg + + + + + + + Weight > 5kg + + >= + + + + + Free if price >= 300 From 8055c93317e16587594fe8db780814c4f9cee06b Mon Sep 17 00:00:00 2001 From: "ksa (Open ERP)" Date: Mon, 20 Dec 2010 13:33:07 +0530 Subject: [PATCH 15/19] [IMP]:Wrong Partner used when invoicing from picking coming from a puchase with sent_to_address bzr revid: ksa@tinyerp.co.in-20101220080307-2yh9p1hxjaqyauem --- addons/stock/stock.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/addons/stock/stock.py b/addons/stock/stock.py index 97c6b4a90c3..083b0ddbf39 100644 --- a/addons/stock/stock.py +++ b/addons/stock/stock.py @@ -870,7 +870,7 @@ class stock_picking(osv.osv): @return {'contact': address, 'invoice': address} for invoice """ partner_obj = self.pool.get('res.partner') - partner = picking.purchase_id.partner_id + partner = picking.purchase_id and picking.purchase_id.partner_id or picking.sale_id and picking.sale_id.partner_id return partner_obj.address_get(cr, uid, [partner.id], ['contact', 'invoice']) @@ -973,8 +973,7 @@ class stock_picking(osv.osv): if picking.invoice_state != '2binvoiced': continue payment_term_id = False - partner = picking.address_id and picking.address_id.partner_id - partner = picking.purchase_id.partner_id + partner = picking.purchase_id and picking.purchase_id.partner_id or picking.sale_id and picking.sale_id.partner_id if not partner: raise osv.except_osv(_('Error, no partner !'), _('Please put a partner on the picking list if you want to generate invoice.')) From d322fe6ba698d322b1486c1db99fa39f6051005a Mon Sep 17 00:00:00 2001 From: "ksa (Open ERP)" Date: Mon, 20 Dec 2010 14:57:26 +0530 Subject: [PATCH 16/19] [FIX]:wiki_faq - update problem - reloads template lp bug: https://launchpad.net/bugs/692461 fixed bzr revid: ksa@tinyerp.co.in-20101220092726-fm40bls39x3aajtk --- addons/wiki_faq/wiki_faq.xml | 2 +- addons/wiki_quality_manual/wiki_quality_manual.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/wiki_faq/wiki_faq.xml b/addons/wiki_faq/wiki_faq.xml index 046451eec93..ecefecec712 100644 --- a/addons/wiki_faq/wiki_faq.xml +++ b/addons/wiki_faq/wiki_faq.xml @@ -1,6 +1,6 @@ - + Internal FAQ list diff --git a/addons/wiki_quality_manual/wiki_quality_manual.xml b/addons/wiki_quality_manual/wiki_quality_manual.xml index 9ef451f8a77..e8601867e4a 100644 --- a/addons/wiki_quality_manual/wiki_quality_manual.xml +++ b/addons/wiki_quality_manual/wiki_quality_manual.xml @@ -1,6 +1,6 @@ - + Quality Manual quality, faq, manual From 90a93e4a9102b1362d5ad6cad1fd4758bf6fd956 Mon Sep 17 00:00:00 2001 From: "ksa (Open ERP)" Date: Mon, 20 Dec 2010 15:17:57 +0530 Subject: [PATCH 17/19] [FIX]:menuitem for price type object lp bug: https://launchpad.net/bugs/692467 fixed bzr revid: ksa@tinyerp.co.in-20101220094757-o7vjfoo1x1n0m03l --- addons/product/pricelist_view.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/product/pricelist_view.xml b/addons/product/pricelist_view.xml index 76623dc5710..0357a7ea70b 100644 --- a/addons/product/pricelist_view.xml +++ b/addons/product/pricelist_view.xml @@ -208,5 +208,11 @@ form tree,form + + + From 99f49de957beefc8b17645a61b1e14f2401adcc1 Mon Sep 17 00:00:00 2001 From: "ksa (Open ERP)" Date: Mon, 20 Dec 2010 16:05:21 +0530 Subject: [PATCH 18/19] [IMP]:delivery data.xml contains demo data bzr revid: ksa@tinyerp.co.in-20101220103521-mfzhvkbh1x20rpsk --- addons/delivery/delivery_demo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/delivery/delivery_demo.xml b/addons/delivery/delivery_demo.xml index 4c371ab52cc..44fffc2f985 100644 --- a/addons/delivery/delivery_demo.xml +++ b/addons/delivery/delivery_demo.xml @@ -52,7 +52,7 @@ Free if price >= 300 - + >= price From 79e0568ace03ad940d19c8d89e1967cd7d2e1f21 Mon Sep 17 00:00:00 2001 From: "rpa (Open ERP)" Date: Tue, 21 Dec 2010 14:02:42 +0530 Subject: [PATCH 19/19] [FIX]: purchase: Fixed field name in tests bzr revid: rpa@tinyerp.com-20101221083242-4eyi4sz3ulbprnz4 --- addons/purchase/purchase_unit_test.xml | 10 +++++----- addons/purchase/test/purchase_from_order.yml | 4 ++-- addons/purchase/test/purchase_from_picking.yml | 4 ++-- addons/purchase/wizard/purchase_line_invoice.py | 3 --- 4 files changed, 9 insertions(+), 12 deletions(-) diff --git a/addons/purchase/purchase_unit_test.xml b/addons/purchase/purchase_unit_test.xml index 93c0e42fae2..b35e0626085 100644 --- a/addons/purchase/purchase_unit_test.xml +++ b/addons/purchase/purchase_unit_test.xml @@ -41,19 +41,19 @@ - + - draft + draft - + - + @@ -64,7 +64,7 @@ - paid + paid diff --git a/addons/purchase/test/purchase_from_order.yml b/addons/purchase/test/purchase_from_order.yml index 8c14611661c..454580baaf4 100644 --- a/addons/purchase/test/purchase_from_order.yml +++ b/addons/purchase/test/purchase_from_order.yml @@ -133,8 +133,8 @@ - I check that Traceability moves are created. - - I check that an invoice_id field of Delivery&Invoices gets bind with the value. + I check that an invoice_ids field of Delivery&Invoices gets bind with the value. - !python {model: purchase.order}: | pur_id2=self.browse(cr, uid, ref("purchase_order_po0")) - assert(pur_id2.invoice_id) + assert(pur_id2.invoice_ids) diff --git a/addons/purchase/test/purchase_from_picking.yml b/addons/purchase/test/purchase_from_picking.yml index e68668f408d..357d865b9c9 100644 --- a/addons/purchase/test/purchase_from_picking.yml +++ b/addons/purchase/test/purchase_from_picking.yml @@ -139,8 +139,8 @@ {'active_ids': pick_ids}) self.create_invoice(cr, uid, [id], {"active_ids": pick_ids, "active_id": pick_ids[0]}) - - I check that an invoice_id field of Delivery&Invoices gets bind with the value. + I check that an invoice_ids field of Delivery&Invoices gets bind with the value. - !python {model: purchase.order}: | pur_id2=self.browse(cr, uid, ref("purchase_order_po2")) - assert(pur_id2.invoice_id) + assert(pur_id2.invoice_ids) diff --git a/addons/purchase/wizard/purchase_line_invoice.py b/addons/purchase/wizard/purchase_line_invoice.py index f22df7aef41..3ff0ee53b6e 100644 --- a/addons/purchase/wizard/purchase_line_invoice.py +++ b/addons/purchase/wizard/purchase_line_invoice.py @@ -19,8 +19,6 @@ # ############################################################################## -import netsvc -import ir from osv import osv from tools.translate import _ @@ -52,7 +50,6 @@ class purchase_line_invoice(osv.osv_memory): invoices = {} invoice_obj=self.pool.get('account.invoice') purchase_line_obj=self.pool.get('purchase.order.line') - purchase_obj = self.pool.get('purchase.order') property_obj=self.pool.get('ir.property') account_fiscal_obj=self.pool.get('account.fiscal.position') invoice_line_obj=self.pool.get('account.invoice.line')