diff --git a/addons/account/__openerp__.py b/addons/account/__openerp__.py index 1a222b2f83c..6fe56bc7f12 100644 --- a/addons/account/__openerp__.py +++ b/addons/account/__openerp__.py @@ -49,7 +49,7 @@ for a particular financial year and for preparation of vouchers there is a modul """, 'website': 'http://www.openerp.com', 'images' : ['images/accounts.jpeg','images/bank_statement.jpeg','images/cash_register.jpeg','images/chart_of_accounts.jpeg','images/customer_invoice.jpeg','images/journal_entries.jpeg'], - 'depends' : ['base_setup', 'product', 'analytic', 'process', 'board', 'edi', 'report'], + 'depends' : ['base_setup', 'product', 'analytic', 'board', 'edi', 'report'], 'data': [ 'security/account_security.xml', 'security/ir.model.access.csv', @@ -114,17 +114,12 @@ for a particular financial year and for preparation of vouchers there is a modul 'partner_view.xml', 'product_view.xml', 'account_assert_test.xml', - 'process/statement_process.xml', - 'process/customer_invoice_process.xml', - 'process/supplier_invoice_process.xml', 'ir_sequence_view.xml', 'company_view.xml', - 'board_account_view.xml', 'edi/invoice_action_data.xml', 'account_bank_view.xml', 'res_config_view.xml', 'account_pre_install.yml', - 'views/report_vat.xml', 'views/report_invoice.xml', 'views/report_trialbalance.xml', diff --git a/addons/account/board_account_view.xml b/addons/account/board_account_view.xml deleted file mode 100644 index abbc81ade2b..00000000000 --- a/addons/account/board_account_view.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - Company Analysis - account.entries.report - form - tree,graph - {'group_by':['user_type'], 'group_by_no_leaf':1} - - [('year','=',time.strftime('%Y'))] - - - - board.account.form - board.board - -
- - - - - -
-
-
- - - Accounting - board.board - form - form - menu - - - - - -
-
diff --git a/addons/account/process/customer_invoice_process.xml b/addons/account/process/customer_invoice_process.xml deleted file mode 100644 index e45f8080518..00000000000 --- a/addons/account/process/customer_invoice_process.xml +++ /dev/null @@ -1,199 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/account/process/statement_process.xml b/addons/account/process/statement_process.xml deleted file mode 100644 index 81b1748a6d4..00000000000 --- a/addons/account/process/statement_process.xml +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/account/process/supplier_invoice_process.xml b/addons/account/process/supplier_invoice_process.xml deleted file mode 100644 index b1d9de904aa..00000000000 --- a/addons/account/process/supplier_invoice_process.xml +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/account/static/description/index.html b/addons/account/static/description/index.html index d9b26f11d16..362a33b4ae2 100644 --- a/addons/account/static/description/index.html +++ b/addons/account/static/description/index.html @@ -35,7 +35,7 @@ in one place. OpenERP's user interface is designed with productivity in mind.
- + @@ -60,7 +60,7 @@ Share access to your latest business numbers with your team and your accountant

Import your bank statements and reconcile them in just a few clicks. Prepare payment orders based on your supplier invoices and payment terms.

- +
@@ -90,7 +90,7 @@ Create and send professional invoices & get paid online. Get rid of the stre

Automatically create invoices from sales orders, delivery orders or base them on time and material. Re-invoice expenses on projects to your customer in just a few clicks.

- +
@@ -119,7 +119,7 @@ Control supplier invocies based on purchase orders. Get real-time inventory valu

Integrate your analytic accounting operations with timesheets, projects, invoices, expenses, etc. No need to record transactions, all analytic entries are posted automatically following your business rules.

- +
@@ -133,7 +133,7 @@ Integrate your analytic accounting operations with timesheets, projects, invoice
-
+

Manage your assets, track expenses, control budgets, multi-level analytic accounting; OpenERP has all the features you need to sustain all your business activities.

@@ -143,34 +143,21 @@ Manage your assets, track expenses, control budgets, multi-level analytic accoun
-
+

Scale With Your Organization

Used by very small to very large organizations

OpenERP supports multiple currencies, multiple users with different access rights, multiple companies with real time consolidation and unlimited analytic plans.

-
+
-
+
-
-

Dashboard & KPIs

-
- -
-
-

-Get direct access to key information with dynamic and customizable dashboards. Analyse your financial activities with the drill-up, drill-down, drill-across and filter features. -

-
-
-
-

Many companies already enjoy it

diff --git a/addons/crm/__openerp__.py b/addons/crm/__openerp__.py index d5bb98c50a5..805c9384dcc 100644 --- a/addons/crm/__openerp__.py +++ b/addons/crm/__openerp__.py @@ -51,7 +51,6 @@ Dashboard for CRM will include: 'depends': [ 'base_action_rule', 'base_setup', - 'process', 'mail', 'email_template', 'calendar', @@ -87,10 +86,7 @@ Dashboard for CRM will include: 'report/crm_lead_report_view.xml', 'report/crm_phonecall_report_view.xml', - 'process/crm_configuration_process.xml', - 'res_partner_view.xml', - 'board_crm_view.xml', 'res_config_view.xml', 'base_partner_merge_view.xml', @@ -127,7 +123,6 @@ Dashboard for CRM will include: 'application': True, 'auto_install': False, 'images': [ - 'images/crm_dashboard.png', 'images/customers.png', 'images/leads.png', 'images/opportunities_kanban.png', diff --git a/addons/crm/board_crm_view.xml b/addons/crm/board_crm_view.xml deleted file mode 100644 index 27e835f1594..00000000000 --- a/addons/crm/board_crm_view.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - Opportunities By Stage - Graph - crm.lead.report - - - - - - - - - Opportunities By Stage - crm.lead.report - form - graph,tree,form - - - ['&', ('stage_id.fold', '=', False), ('type', '=', 'opportunity')] - {'search_default_Stage':1} - - - - - Opportunities By Stage Per User - Graph - crm.lead.report - - - - - - - - - - - - Planned Revenue By User and Stage - crm.lead.report - form - graph,tree,form - - - ['|', ('stage_id.fold', '=', False), ('stage_id.probability', '=', 100)] - {'search_default_user': 1, 'search_default_Stage': 1} - - - - CRM - Statistical Dashboard Form - board.board - -
- - - - - - - - -
-
-
- - - CRM - board.board - form - form - menu - - - - - -
-
diff --git a/addons/crm/process/crm_configuration_process.xml b/addons/crm/process/crm_configuration_process.xml deleted file mode 100644 index 882c9680268..00000000000 --- a/addons/crm/process/crm_configuration_process.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/crm/static/description/crm_sc_05.png b/addons/crm/static/description/crm_sc_05.png deleted file mode 100644 index b71ce805250..00000000000 Binary files a/addons/crm/static/description/crm_sc_05.png and /dev/null differ diff --git a/addons/crm/static/description/index.html b/addons/crm/static/description/index.html index 70f52d0ca87..5f3fd65cdc2 100644 --- a/addons/crm/static/description/index.html +++ b/addons/crm/static/description/index.html @@ -164,24 +164,7 @@ Customize your sales cycle by configuring sales stages that perfectly fit your s
-
-

Reporting and Dashboards

-

Get access to the right information to take smart decisions

-
-
- -
-
-
-

-Get the insights you need to make smarter decisions. Design custom dashboards to get a picture of your business at a glance. Dig deeper with real-time reports that anyone can create and share. -

-
-
-
- -
-
+

Drive Engagement with Gamification

Leverage sales' natural desire for competition

@@ -217,7 +200,7 @@ Get the insights you need to make smarter decisions. Design custom dashboards to

-
+

Many companies already enjoy it

diff --git a/addons/event/__openerp__.py b/addons/event/__openerp__.py index e7cf8c4c749..86794ab61fc 100644 --- a/addons/event/__openerp__.py +++ b/addons/event/__openerp__.py @@ -47,7 +47,6 @@ Key Features 'event_view.xml', 'event_data.xml', 'report/report_event_registration_view.xml', - 'board_association_view.xml', 'res_partner_view.xml', 'email_template.xml', ], diff --git a/addons/event/board_association_view.xml b/addons/event/board_association_view.xml deleted file mode 100644 index f48722bfea6..00000000000 --- a/addons/event/board_association_view.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - Registration Event report - report.event.registration - - - - - - - - - - Events Filling Status - report.event.registration - form - [('event_state','not in',('cancel','done'))] - graph,tree - - - - - Next Events - ir.actions.act_window - event.event - form - tree,form - [('state','not in',('cancel','done'))] - - - - New Registration - ir.actions.act_window - event.registration - form - tree,form - [('state','=','draft')] - - - - board.associations.manager.form - board.board - -
- - - - - - - - -
-
-
- - - Events - board.board - form - form - - - - -
-
diff --git a/addons/fleet/fleet_board_view.xml b/addons/fleet/fleet_board_view.xml index c4732d9a0f4..9530ee0dd38 100644 --- a/addons/fleet/fleet_board_view.xml +++ b/addons/fleet/fleet_board_view.xml @@ -1,56 +1,6 @@ - - Fuel Costs by Month - fleet.vehicle.cost - - form - tree - ['&',('parent_id','=',False),('cost_type','=','fuel')] - - - - Services Costs by Month - fleet.vehicle.cost - - form - tree - ['&',('parent_id','=',False),('cost_type','=','services')] - - - - Contracts Costs by Month - fleet.vehicle.cost - - form - tree - ['&',('parent_id','=',False),('cost_type','=','contract')] - - - - Costs by Month - fleet.vehicle.cost - - form - tree - [('parent_id','=',False)] - - - - Vehicles with alerts - fleet.vehicle - - form - tree - ['|',('contract_renewal_due_soon','=',True),('contract_renewal_overdue','=',True)] - -

- Here are displayed vehicles for which one or more contracts need to be renewed. If you see this message, then there is no contracts to renew. -

-
-
- Costs Analysis fleet.vehicle.cost @@ -88,55 +38,6 @@

- - - board.fleet.form - board.board - -
- - - - - - - - - - - -
-
-
- - - Fleet - board.board - form - form - menu - - -
-

- Fleet dashboard is empty. -

- To add your first report into this dashboard, go to any - menu, switch to list or graph view, and click 'Add to - Dashboard' in the extended search options. -

- You can filter and group data before inserting into the - dashboard using the search options. -

-
-
-
- - diff --git a/addons/hr/__openerp__.py b/addons/hr/__openerp__.py index ef7225788f6..18d57c6f299 100644 --- a/addons/hr/__openerp__.py +++ b/addons/hr/__openerp__.py @@ -52,9 +52,7 @@ You can manage: 'data': [ 'security/hr_security.xml', 'security/ir.model.access.csv', - 'board_hr_view.xml', 'hr_view.xml', - 'process/hr_process.xml', 'hr_installer.xml', 'hr_data.xml', 'res_config_view.xml', diff --git a/addons/hr/board_hr_view.xml b/addons/hr/board_hr_view.xml deleted file mode 100644 index 84db6128f41..00000000000 --- a/addons/hr/board_hr_view.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - board.hr.form - board.board - -
- - - - -
-
-
- - - Human Resources - board.board - form - form - menu - - -
-

- Human Resources dashboard is empty. -

- To add your first report into this dashboard, go to any - menu, switch to list or graph view, and click 'Add to - Dashboard' in the extended search options. -

- You can filter and group data before inserting into the - dashboard using the search options. -

-
-
-
- - -
-
diff --git a/addons/hr/hr_view.xml b/addons/hr/hr_view.xml index 5b0a58ec883..41f2bba0073 100644 --- a/addons/hr/hr_view.xml +++ b/addons/hr/hr_view.xml @@ -7,6 +7,7 @@ id="menu_hr_root" groups="base.group_hr_manager,base.group_hr_user,base.group_user" sequence="90"/> + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/hr_attendance/__openerp__.py b/addons/hr_attendance/__openerp__.py index abdc1ad8cc1..7ff0a63a79b 100644 --- a/addons/hr_attendance/__openerp__.py +++ b/addons/hr_attendance/__openerp__.py @@ -39,8 +39,6 @@ actions(Sign in/Sign out) performed by them. 'security/ir.model.access.csv', 'hr_attendance_view.xml', 'hr_attendance_report.xml', - 'wizard/hr_attendance_bymonth_view.xml', - 'wizard/hr_attendance_byweek_view.xml', 'wizard/hr_attendance_error_view.xml', 'res_config_view.xml', 'views/report_attendanceerrors.xml', diff --git a/addons/hr_attendance/hr_attendance.py b/addons/hr_attendance/hr_attendance.py index dcff0ad5085..5495ebe4d25 100644 --- a/addons/hr_attendance/hr_attendance.py +++ b/addons/hr_attendance/hr_attendance.py @@ -20,10 +20,12 @@ ############################################################################## import time +from datetime import datetime from openerp.osv import fields, osv from openerp.tools.translate import _ + class hr_action_reason(osv.osv): _name = "hr.action.reason" _description = "Action Reason" @@ -40,14 +42,32 @@ def _employee_get(obj, cr, uid, context=None): ids = obj.pool.get('hr.employee').search(cr, uid, [('user_id', '=', uid)], context=context) return ids and ids[0] or False + class hr_attendance(osv.osv): _name = "hr.attendance" _description = "Attendance" - def _day_compute(self, cr, uid, ids, fieldnames, args, context=None): - res = dict.fromkeys(ids, '') + def _worked_hours_compute(self, cr, uid, ids, fieldnames, args, context=None): + """For each hr.attendance record of action sign-in: assign 0. + For each hr.attendance record of action sign-out: assign number of hours since last sign-in. + """ + res = {} for obj in self.browse(cr, uid, ids, context=context): - res[obj.id] = time.strftime('%Y-%m-%d', time.strptime(obj.name, '%Y-%m-%d %H:%M:%S')) + if obj.action == 'sign_in': + res[obj.id] = 0 + elif obj.action == 'sign_out': + # Get the associated sign-in + last_signin_id = self.search(cr, uid, [ + ('employee_id', '=', obj.employee_id.id), + ('name', '<', obj.name), ('action', '=', 'sign_in') + ], limit=1, order='name DESC') + last_signin = self.browse(cr, uid, last_signin_id, context=context)[0] + + # Compute time elapsed between sign-in and sign-out + last_signin_datetime = datetime.strptime(last_signin.name, '%Y-%m-%d %H:%M:%S') + signout_datetime = datetime.strptime(obj.name, '%Y-%m-%d %H:%M:%S') + workedhours_datetime = (signout_datetime - last_signin_datetime) + res[obj.id] = ((workedhours_datetime.seconds) / 60) / 60 return res _columns = { @@ -55,7 +75,7 @@ class hr_attendance(osv.osv): 'action': fields.selection([('sign_in', 'Sign In'), ('sign_out', 'Sign Out'), ('action','Action')], 'Action', required=True), 'action_desc': fields.many2one("hr.action.reason", "Action Reason", domain="[('action_type', '=', action)]", help='Specifies the reason for Signing In/Signing Out in case of extra hours.'), 'employee_id': fields.many2one('hr.employee', "Employee", required=True, select=True), - 'day': fields.function(_day_compute, type='char', string='Day', store=True, select=1, size=32), + 'worked_hours': fields.function(_worked_hours_compute, type='float', string='Worked Hours', store=True), } _defaults = { 'name': lambda *a: time.strftime('%Y-%m-%d %H:%M:%S'), #please don't remove the lambda, if you remove it then the current time will not change @@ -110,7 +130,7 @@ class hr_employee(osv.osv): for res in cr.fetchall(): result[res[1]] = res[0] == 'sign_in' and 'present' or 'absent' return result - + def _last_sign(self, cr, uid, ids, name, args, context=None): result = {} if not ids: diff --git a/addons/hr_attendance/hr_attendance_view.xml b/addons/hr_attendance/hr_attendance_view.xml index c38ee45b510..ae8a168a595 100644 --- a/addons/hr_attendance/hr_attendance_view.xml +++ b/addons/hr_attendance/hr_attendance_view.xml @@ -40,7 +40,6 @@ - @@ -53,17 +52,30 @@ + - + + + hr.attendance.graph + hr.attendance + + + + + + + + + Attendances hr.attendance @@ -74,12 +86,27 @@ The Time Tracking functionality aims to manage employee attendances from Sign in/Sign out actions. You can also link this feature to an attendance device using OpenERP's web service features. + + Attendance Analysis + hr.attendance + form + graph + + + + + hr.action.reason.form hr.action.reason diff --git a/addons/hr_attendance/report/__init__.py b/addons/hr_attendance/report/__init__.py index faa57ad2e95..9bb280eb645 100644 --- a/addons/hr_attendance/report/__init__.py +++ b/addons/hr_attendance/report/__init__.py @@ -20,7 +20,5 @@ ############################################################################## import attendance_errors -import attendance_by_month -import timesheet # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/hr_attendance/report/attendance_by_month.py b/addons/hr_attendance/report/attendance_by_month.py deleted file mode 100644 index 8e8f95c81e1..00000000000 --- a/addons/hr_attendance/report/attendance_by_month.py +++ /dev/null @@ -1,196 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from datetime import datetime, timedelta -from dateutil.relativedelta import relativedelta -import time - -import openerp -from openerp.report import report_sxw -from openerp.report.interface import report_rml -from openerp.report.interface import toxml -from openerp.tools import to_xml, ustr -from openerp.tools.translate import _ - -one_day = relativedelta(days=1) -month2name = [0, 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'] - -def hour2str(h): - hours = int(h) - minutes = int(round((h - hours) * 60, 0)) - return '%02dh%02d' % (hours, minutes) - -def lengthmonth(year, month): - if month == 2 and ((year % 4 == 0) and ((year % 100 != 0) or (year % 400 == 0))): - return 29 - return [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31][month] - -class report_custom(report_rml): - - def create_xml(self, cr, uid, ids, datas, context=None): - registry = openerp.registry(cr.dbname) - obj_emp = registry['hr.employee'] - if context is None: - context = {} - month = datetime(datas['form']['year'], datas['form']['month'], 1) - emp_ids = datas['active_ids'] - user_xml = ['%s' % _(month2name[month.month]), '%s' % month.year] - if emp_ids: - for emp in obj_emp.read(cr, uid, emp_ids, ['name']): - stop, days_xml = False, [] - total_wh = 0.0 - user_repr = ''' - - %s - %%s - - ''' % (ustr(toxml(emp['name']))) - today, tomor = month, month + one_day - while today.month == month.month: - #### Work hour calculation - sql = ''' - select action, att.name - from hr_employee as emp inner join hr_attendance as att - on emp.id = att.employee_id - where att.name between %s and %s and emp.id = %s - order by att.name - ''' - cr.execute(sql, (today.strftime('%Y-%m-%d %H:%M:%S'), tomor.strftime('%Y-%m-%d %H:%M:%S'), emp['id'])) - attendences = cr.dictfetchall() - wh = 0.0 - # Fake sign ins/outs at week ends, to take attendances across week ends into account - if attendences and attendences[0]['action'] == 'sign_out': - attendences.insert(0, {'name': today.strftime('%Y-%m-%d %H:%M:%S'), 'action':'sign_in'}) - if attendences and attendences[-1]['action'] == 'sign_in': - attendences.append({'name': tomor.strftime('%Y-%m-%d %H:%M:%S'), 'action':'sign_out'}) - # sum up the attendances' durations - ldt = None - for att in attendences: - dt = datetime.strptime(att['name'], '%Y-%m-%d %H:%M:%S') - if ldt and att['action'] == 'sign_out': - if dt.date() > ldt.date(): - dt = ldt - wh += (float((dt - ldt).seconds)/60/60) - else: - ldt = dt - # Week xml representation - total_wh += wh - wh = hour2str(wh) - today_xml = '%s' % ((today - month).days+1, (wh)) - dy=(today - month).days+1 - days_xml.append(today_xml) - today, tomor = tomor, tomor + one_day - total_wh = hour2str(total_wh) - today_xml = '%s' % (total_wh) - days_xml.append(today_xml) - user_xml.append(user_repr % '\n'.join(days_xml)) - - rpt_obj = obj_emp - rml_obj=report_sxw.rml_parse(cr, uid, rpt_obj._name,context) - header_xml = ''' -
- %s - %s -
- ''' % (str(rml_obj.formatLang(time.strftime("%Y-%m-%d"),date=True))+' ' + str(time.strftime("%H:%M")),to_xml(registry['res.users'].browse(cr,uid,uid).company_id.name)) - - first_date = str(month) - som = datetime.strptime(first_date, '%Y-%m-%d %H:%M:%S') - eom = som + timedelta(int(dy)-1) - day_diff=eom-som - date_xml=[] - cell=1 - date_xml.append('') - if day_diff.days>=30: - date_xml += ['' % (x, _(som.replace(day=x).strftime('%a')),x-som.day+1) for x in range(som.day, lengthmonth(som.year, som.month)+1)] - else: - if day_diff.days>=(lengthmonth(som.year, som.month)-som.day): - date_xml += ['' % (x, _(som.replace(day=x).strftime('%a')),x-som.day+1) for x in range(som.day, lengthmonth(som.year, som.month)+1)] - else: - date_xml += ['' % (x, _(som.replace(day=x).strftime('%a')),x-som.day+1) for x in range(som.day, eom.day+1)] - cell=x-som.day+1 - day_diff1=day_diff.days-cell+1 - width_dict={} - month_dict={} - i=1 - j=1 - year=som.year - month=som.month - month_dict[j]=som.strftime('%B') - width_dict[j]=cell - - while day_diff1>0: - if month+i<=12: - if day_diff1 > lengthmonth(year,i+month): # Not on 30 else you have problems when entering 01-01-2009 for example - som1=datetime.date(year,month+i,1) - date_xml += ['' % (x, _(som1.replace(day=x).strftime('%a')),cell+x) for x in range(1, lengthmonth(year,i+month)+1)] - i=i+1 - j=j+1 - month_dict[j]=som1.strftime('%B') - cell=cell+x - width_dict[j]=x - else: - som1=datetime.date(year,month+i,1) - date_xml += ['' % (x, _(som1.replace(day=x).strftime('%a')),cell+x) for x in range(1, eom.day+1)] - i=i+1 - j=j+1 - month_dict[j]=som1.strftime('%B') - cell=cell+x - width_dict[j]=x - day_diff1=day_diff1-x - else: - years=year+1 - year=years - month=0 - i=1 - if day_diff1>=30: - som1=datetime.date(years,i,1) - date_xml += ['' % (x, _(som1.replace(day=x).strftime('%a')),cell+x) for x in range(1, lengthmonth(years,i)+1)] - i=i+1 - j=j+1 - month_dict[j]=som1.strftime('%B') - cell=cell+x - width_dict[j]=x - else: - som1=datetime.date(years,i,1) - i=i+1 - j=j+1 - month_dict[j]=som1.strftime('%B') - date_xml += ['' % (x, _(som1.replace(day=x).strftime('%a')),cell+x) for x in range(1, eom.day+1)] - cell=cell+x - width_dict[j]=x - day_diff1=day_diff1-x - date_xml += [''] - date_xml.append('') - date_xml.append('3.5cm%s,1.2cm\n' % (',0.74cm' * (int(dy)))) - xml = ''' - - %s - %s - %s - %s - - ''' % (header_xml,_('Attendances by Month'),'\n'.join(user_xml),date_xml) - return xml - -report_custom('report.hr.attendance.bymonth', 'hr.employee', '', 'addons/hr_attendance/report/bymonth.xsl') - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/hr_attendance/report/bymonth.xsl b/addons/hr_attendance/report/bymonth.xsl deleted file mode 100644 index 0ec0a23cc8d..00000000000 --- a/addons/hr_attendance/report/bymonth.xsl +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - week - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/hr_attendance/report/hr_custom_default.xsl b/addons/hr_attendance/report/hr_custom_default.xsl deleted file mode 100644 index 2eda3a08f4b..00000000000 --- a/addons/hr_attendance/report/hr_custom_default.xsl +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - 1.3cm 19.3cm 28.5cm 19.3cm - - - - - - - - - - - - 1.3cm 19.3cm 28.5cm 19.3cm - - - - - - - - - - - diff --git a/addons/hr_attendance/report/hr_custom_rml.xsl b/addons/hr_attendance/report/hr_custom_rml.xsl deleted file mode 100644 index 64a4894613a..00000000000 --- a/addons/hr_attendance/report/hr_custom_rml.xsl +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/hr_attendance/report/timesheet.py b/addons/hr_attendance/report/timesheet.py deleted file mode 100644 index 42dd686eba3..00000000000 --- a/addons/hr_attendance/report/timesheet.py +++ /dev/null @@ -1,127 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - - -from datetime import datetime -from dateutil.relativedelta import relativedelta -import time - -import openerp -from openerp import tools -from openerp.report import report_sxw -from openerp.report.interface import report_rml, toxml -from openerp.tools.translate import _ - -one_week = relativedelta(days=7) -num2day = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'] - -def to_hour(h): - return int(h), int(round((h - int(h)) * 60, 0)) - -class report_custom(report_rml): - - def create_xml(self, cr, uid, ids, datas, context=None): - registry = openerp.registry(cr.dbname) - obj_emp = registry['hr.employee'] - - emp_ids = datas['active_ids'] - start_date = datetime.strptime(datas['form']['init_date'], '%Y-%m-%d') - end_date = datetime.strptime(datas['form']['end_date'], '%Y-%m-%d') - first_monday = start_date - relativedelta(days=start_date.date().weekday()) - last_monday = end_date + relativedelta(days=7 - end_date.date().weekday()) - - if last_monday < first_monday: - first_monday, last_monday = last_monday, first_monday - - rpt_obj = obj_emp - rml_obj=report_sxw.rml_parse(cr, uid, rpt_obj._name,context) - header_xml = ''' -
- %s - %s -
- ''' % (str(rml_obj.formatLang(time.strftime("%Y-%m-%d"),date=True))+' ' + str(time.strftime("%H:%M")),registry['res.users'].browse(cr,uid,uid).company_id.name) - user_xml = [] - for employee_id in emp_ids: - emp = obj_emp.read(cr, uid, [employee_id], ['id', 'name'])[0] - monday, n_monday = first_monday, first_monday + one_week - stop, week_xml = False, [] - user_repr = ''' - - %s - %%s - - ''' % tools.ustr(toxml(emp['name'])) - while monday != last_monday: - #### Work hour calculation - sql = ''' - select action, att.name - from hr_employee as emp inner join hr_attendance as att - on emp.id = att.employee_id - where att.name between %s and %s and emp.id = %s - order by att.name - ''' - for idx in range(7): - cr.execute(sql, (monday.strftime('%Y-%m-%d %H:%M:%S'), (monday + relativedelta(days=idx+1)).strftime('%Y-%m-%d %H:%M:%S'), employee_id)) - attendances = cr.dictfetchall() - week_wh = {} - # Fake sign ins/outs at week ends, to take attendances across week ends into account - # XXX this is wrong for the first sign-in ever and the last sign out to this date - if attendances and attendances[0]['action'] == 'sign_out': - attendances.insert(0, {'name': monday.strftime('%Y-%m-%d %H:%M:%S'), 'action': 'sign_in'}) - if attendances and attendances[-1]['action'] == 'sign_in': - attendances.append({'name': n_monday.strftime('%Y-%m-%d %H:%M:%S'), 'action': 'sign_out'}) - # sum up the attendances' durations - ldt = None - for att in attendances: - dt = datetime.strptime(att['name'], '%Y-%m-%d %H:%M:%S') - if ldt and att['action'] == 'sign_out': - week_wh[ldt.date().weekday()] = week_wh.get(ldt.date().weekday(), 0) + (float((dt - ldt).seconds)/3600) - else: - ldt = dt - - # Week xml representation - week_repr = ['', '%s' % monday.strftime('%Y-%m-%d'), '%s' % (n_monday - relativedelta(days=1)).strftime('%Y-%m-%d')] - for idx in range(7): - week_repr.append('<%s>' % num2day[idx]) - if idx in week_wh: - week_repr.append('%sh%02d' % to_hour(week_wh[idx])) - week_repr.append('' % num2day[idx]) - week_repr.append('') - week_repr.append('%sh%02d' % to_hour(reduce(lambda x,y:x+y, week_wh.values(), 0))) - week_repr.append('') - week_repr.append('') - week_xml.append('\n'.join(week_repr)) - - monday, n_monday = n_monday, n_monday + one_week - user_xml.append(user_repr % '\n'.join(week_xml)) - xml = ''' - - %s - %s - %s - - ''' % (header_xml,_('Attendances by Week'),'\n'.join(user_xml)) - xml = tools.ustr(xml).encode('utf8') - return self.post_process_xml_data(cr, uid, xml, context) - -report_custom('report.hr.attendance.allweeks', 'hr.employee', '', 'addons/hr_attendance/report/timesheet.xsl') -# vim:noexpandtab:tw=0 diff --git a/addons/hr_attendance/report/timesheet.xsl b/addons/hr_attendance/report/timesheet.xsl deleted file mode 100644 index 4d113512801..00000000000 --- a/addons/hr_attendance/report/timesheet.xsl +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Employee: - - - - - - - From to - Mon - Tue - Wed - Thu - Fri - Sat - Sun - Total - - - Worked hours - - - - - - 0h00 - - - - - - - - 0h00 - - - - - - - - 0h00 - - - - - - - - 0h00 - - - - - - - - 0h00 - - - - - - - - 0h00 - - - - - - - - 0h00 - - - - - - - - - - - - - - - - - - - - diff --git a/addons/hr_attendance/test/hr_attendance_report.yml b/addons/hr_attendance/test/hr_attendance_report.yml index a5276b775d8..1a55ffcf496 100644 --- a/addons/hr_attendance/test/hr_attendance_report.yml +++ b/addons/hr_attendance/test/hr_attendance_report.yml @@ -1,11 +1,3 @@ -- - Print the HR Attendance Report By Month through the wizard -- - !python {model: hr.employee}: | - from openerp.tools import test_reports - ctx = {'model': 'hr.employee','active_ids': [ref('hr.employee_fp'),ref('hr.employee_qdp'),ref('hr.employee_al')]} - data_dict = {} - test_reports.try_report_action(cr, uid, 'action_hr_attendance_month',wiz_data=data_dict, context=ctx, our_module='hr_attendance') - Print HR Attendance Error Report through the wizard - diff --git a/addons/hr_attendance/wizard/__init__.py b/addons/hr_attendance/wizard/__init__.py index 6269c507d8c..4c7d60afa8b 100644 --- a/addons/hr_attendance/wizard/__init__.py +++ b/addons/hr_attendance/wizard/__init__.py @@ -20,7 +20,5 @@ ############################################################################## import hr_attendance_error -import hr_attendance_byweek -import hr_attendance_bymonth # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/hr_attendance/wizard/hr_attendance_bymonth.py b/addons/hr_attendance/wizard/hr_attendance_bymonth.py deleted file mode 100644 index 93868bb2379..00000000000 --- a/addons/hr_attendance/wizard/hr_attendance_bymonth.py +++ /dev/null @@ -1,52 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################### -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import time - -from openerp.osv import osv, fields - -class hr_attendance_bymonth(osv.osv_memory): - _name = 'hr.attendance.month' - _description = 'Print Monthly Attendance Report' - _columns = { - 'month': fields.selection([(1, 'January'), (2, 'February'), (3, 'March'), (4, 'April'), (5, 'May'), (6, 'June'), (7, 'July'), (8, 'August'), (9, 'September'), (10, 'October'), (11, 'November'), (12, 'December')], 'Month', required=True), - 'year': fields.integer('Year', required=True) - } - _defaults = { - 'month': lambda *a: time.gmtime()[1], - 'year': lambda *a: time.gmtime()[0], - } - - def print_report(self, cr, uid, ids, context=None): - datas = { - 'ids': [], - 'active_ids': context['active_ids'], - 'model': 'hr.employee', - 'form': self.read(cr, uid, ids)[0] - } - return { - 'type': 'ir.actions.report.xml', - 'report_name': 'hr.attendance.bymonth', - 'datas': datas, - } - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/hr_attendance/wizard/hr_attendance_bymonth_view.xml b/addons/hr_attendance/wizard/hr_attendance_bymonth_view.xml deleted file mode 100644 index d34a65fd05f..00000000000 --- a/addons/hr_attendance/wizard/hr_attendance_bymonth_view.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - Attendances Report Monthly - hr.attendance.month - -
- - - - -
-
-
-
-
- - - Attendances By Month - ir.actions.act_window - hr.attendance.month - form - form - new - - - - - Attendances By Month - client_print_multi - - action - hr.employee - - -
-
diff --git a/addons/hr_attendance/wizard/hr_attendance_byweek.py b/addons/hr_attendance/wizard/hr_attendance_byweek.py deleted file mode 100644 index 963a2946ffa..00000000000 --- a/addons/hr_attendance/wizard/hr_attendance_byweek.py +++ /dev/null @@ -1,53 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from datetime import datetime -from dateutil.relativedelta import relativedelta - -from openerp.osv import fields, osv - -class hr_attendance_byweek(osv.osv_memory): - _name = 'hr.attendance.week' - _description = 'Print Week Attendance Report' - _columns = { - 'init_date': fields.date('Starting Date', required=True), - 'end_date': fields.date('Ending Date', required=True) - } - _defaults = { - 'init_date': (datetime.today() - relativedelta(days=datetime.date(datetime.today()).weekday())).strftime('%Y-%m-%d'), - 'end_date': (datetime.today() + relativedelta(days=6 - datetime.date(datetime.today()).weekday())).strftime('%Y-%m-%d'), - } - - def print_report(self, cr, uid, ids, context=None): - datas = { - 'ids': [], - 'active_ids': context['active_ids'], - 'model': 'hr.employee', - 'form': self.read(cr, uid, ids)[0] - } - return { - 'type': 'ir.actions.report.xml', - 'report_name': 'hr.attendance.allweeks', - 'datas': datas, - } - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/hr_attendance/wizard/hr_attendance_byweek_view.xml b/addons/hr_attendance/wizard/hr_attendance_byweek_view.xml deleted file mode 100644 index accbf6304c5..00000000000 --- a/addons/hr_attendance/wizard/hr_attendance_byweek_view.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - Attendances Report Weekly - hr.attendance.week - -
- - - - -
-
-
-
-
- - - Attendances By Week - ir.actions.act_window - hr.attendance.week - form - form - new - - - - - Attendances By Week - client_print_multi - - action - hr.employee - - -
-
diff --git a/addons/hr_evaluation/__openerp__.py b/addons/hr_evaluation/__openerp__.py index 2d62465ecb5..06b78e15334 100644 --- a/addons/hr_evaluation/__openerp__.py +++ b/addons/hr_evaluation/__openerp__.py @@ -54,7 +54,6 @@ Key Features 'security/hr_evaluation_security.xml', 'hr_evaluation_view.xml', 'report/hr_evaluation_report_view.xml', - 'board_hr_evaluation_view.xml', 'survey_data_appraisal.xml', 'hr_evaluation_data.xml', 'hr_evaluation_installer.xml', diff --git a/addons/hr_evaluation/board_hr_evaluation_view.xml b/addons/hr_evaluation/board_hr_evaluation_view.xml deleted file mode 100644 index 3ad39d3805b..00000000000 --- a/addons/hr_evaluation/board_hr_evaluation_view.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - Interview Requests - hr.evaluation.interview - form - - [('is_evaluation' ,'=', True), ('user_id', '=', uid),('state','=','waiting_answer')] - - - - - board.hr.evaluation.form - board.board - - - - - - - - - - diff --git a/addons/hr_expense/__openerp__.py b/addons/hr_expense/__openerp__.py index 873da978165..c3bb98e923b 100644 --- a/addons/hr_expense/__openerp__.py +++ b/addons/hr_expense/__openerp__.py @@ -54,10 +54,8 @@ This module also uses analytic accounting and is compatible with the invoice on 'hr_expense_workflow.xml', 'hr_expense_view.xml', 'hr_expense_report.xml', - 'process/hr_expense_process.xml', 'security/ir_rule.xml', 'report/hr_expense_report_view.xml', - 'board_hr_expense_view.xml', 'hr_expense_installer_view.xml', 'views/report_expense.xml', ], diff --git a/addons/hr_expense/board_hr_expense_view.xml b/addons/hr_expense/board_hr_expense_view.xml deleted file mode 100644 index 3f896a76fae..00000000000 --- a/addons/hr_expense/board_hr_expense_view.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - My Expenses - hr.expense.expense - form - [('state','in',('confirm', 'accepted')),('user_id','=',uid)] - {'default_user_id': uid} - - - - - board.hr.expense.form - board.board - - - - - - - - - - diff --git a/addons/hr_expense/process/hr_expense_process.xml b/addons/hr_expense/process/hr_expense_process.xml deleted file mode 100644 index 3ade1f1daca..00000000000 --- a/addons/hr_expense/process/hr_expense_process.xml +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/hr_holidays/__openerp__.py b/addons/hr_holidays/__openerp__.py index 5d57dbab87e..ffd502c7ba5 100644 --- a/addons/hr_holidays/__openerp__.py +++ b/addons/hr_holidays/__openerp__.py @@ -45,7 +45,7 @@ You can keep track of leaves in different ways by following reports: A synchronization with an internal agenda (Meetings of the CRM module) is also possible in order to automatically create a meeting when a holiday request is accepted by setting up a type of meeting in Leave Type. """, 'images': ['images/hr_allocation_requests.jpeg', 'images/hr_leave_requests.jpeg', 'images/leaves_analysis.jpeg'], - 'depends': ['hr', 'calendar', 'process', 'resource'], + 'depends': ['hr', 'calendar', 'resource'], 'data': [ 'security/ir.model.access.csv', 'security/ir_rule.xml', @@ -57,7 +57,6 @@ A synchronization with an internal agenda (Meetings of the CRM module) is also p 'report/available_holidays_view.xml', 'wizard/hr_holidays_summary_department_view.xml', 'wizard/hr_holidays_summary_employees_view.xml', - 'board_hr_holidays_view.xml', ], 'demo': ['hr_holidays_demo.xml',], 'js': ['static/src/js/*.js'], diff --git a/addons/hr_holidays/board_hr_holidays_view.xml b/addons/hr_holidays/board_hr_holidays_view.xml deleted file mode 100644 index c90ee32c396..00000000000 --- a/addons/hr_holidays/board_hr_holidays_view.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - My Leaves - hr.holidays.status - form - tree,form - - {} - [] - - - - board.hr.holidays.leave.month.form - board.board - - - - - - - - - - diff --git a/addons/hr_holidays/process/hr_holidays_process.xml b/addons/hr_holidays/process/hr_holidays_process.xml deleted file mode 100644 index 79029e45e09..00000000000 --- a/addons/hr_holidays/process/hr_holidays_process.xml +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/hr_recruitment/__openerp__.py b/addons/hr_recruitment/__openerp__.py index 27c7d194b74..9e56ccc52ae 100644 --- a/addons/hr_recruitment/__openerp__.py +++ b/addons/hr_recruitment/__openerp__.py @@ -54,7 +54,6 @@ You can define the different phases of interviews and easily rate the applicant 'security/hr_recruitment_security.xml', 'security/ir.model.access.csv', 'report/hr_recruitment_report_view.xml', - 'board_hr_recruitment_statistical_view.xml', 'hr_recruitment_installer_view.xml', 'res_config_view.xml', 'survey_data_recruitment.xml', diff --git a/addons/hr_recruitment/board_hr_recruitment_statistical_view.xml b/addons/hr_recruitment/board_hr_recruitment_statistical_view.xml deleted file mode 100644 index 2bec80858a5..00000000000 --- a/addons/hr_recruitment/board_hr_recruitment_statistical_view.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - applicants.status.tree - hr.applicant - - - - - - - - - - - - - Applicants Status - ir.actions.act_window - hr.applicant - form - tree,form - [('stage_id.fold', '!=', True)] - - - - - board.hr.applicants.status.form - board.board - - - - - - - - - - diff --git a/addons/hr_timesheet/__init__.py b/addons/hr_timesheet/__init__.py index f29aca0a003..0ba28b1946c 100644 --- a/addons/hr_timesheet/__init__.py +++ b/addons/hr_timesheet/__init__.py @@ -21,7 +21,6 @@ import hr_timesheet import wizard -import report # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/hr_timesheet/__openerp__.py b/addons/hr_timesheet/__openerp__.py index 6105271be77..b2e6c9f9cc1 100644 --- a/addons/hr_timesheet/__openerp__.py +++ b/addons/hr_timesheet/__openerp__.py @@ -41,14 +41,11 @@ up a management by affair. 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', 'images': ['images/hr_timesheet_lines.jpeg'], - 'depends': ['account', 'hr', 'base', 'hr_attendance', 'process'], + 'depends': ['account', 'hr', 'base', 'hr_attendance'], 'data': [ 'security/ir.model.access.csv', 'security/hr_timesheet_security.xml', 'hr_timesheet_view.xml', - 'hr_timesheet_report.xml', - 'hr_timesheet_wizard.xml', - 'process/hr_timesheet_process.xml', 'wizard/hr_timesheet_sign_in_out_view.xml', 'hr_timesheet_installer.xml', 'hr_timesheet_data.xml' diff --git a/addons/hr_timesheet/hr_timesheet_report.xml b/addons/hr_timesheet/hr_timesheet_report.xml deleted file mode 100644 index 487dcd592bd..00000000000 --- a/addons/hr_timesheet/hr_timesheet_report.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addons/hr_timesheet/hr_timesheet_wizard.xml b/addons/hr_timesheet/hr_timesheet_wizard.xml deleted file mode 100644 index ebc084668b7..00000000000 --- a/addons/hr_timesheet/hr_timesheet_wizard.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/addons/hr_timesheet/process/hr_timesheet_process.xml b/addons/hr_timesheet/process/hr_timesheet_process.xml deleted file mode 100644 index 9b9efa3d19e..00000000000 --- a/addons/hr_timesheet/process/hr_timesheet_process.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/addons/hr_timesheet/report/__init__.py b/addons/hr_timesheet/report/__init__.py deleted file mode 100644 index 8304c90421d..00000000000 --- a/addons/hr_timesheet/report/__init__.py +++ /dev/null @@ -1,26 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import user_timesheet -import users_timesheet - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/hr_timesheet/report/custom_default.xsl b/addons/hr_timesheet/report/custom_default.xsl deleted file mode 100644 index 2eda3a08f4b..00000000000 --- a/addons/hr_timesheet/report/custom_default.xsl +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - 1.3cm 19.3cm 28.5cm 19.3cm - - - - - - - - - - - - 1.3cm 19.3cm 28.5cm 19.3cm - - - - - - - - - - - diff --git a/addons/hr_timesheet/report/custom_rml.xsl b/addons/hr_timesheet/report/custom_rml.xsl deleted file mode 100644 index 64a4894613a..00000000000 --- a/addons/hr_timesheet/report/custom_rml.xsl +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/hr_timesheet/report/user_timesheet.py b/addons/hr_timesheet/report/user_timesheet.py deleted file mode 100644 index 63edf3cc398..00000000000 --- a/addons/hr_timesheet/report/user_timesheet.py +++ /dev/null @@ -1,124 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import datetime -import time - -import openerp -from openerp.report.interface import report_rml -from openerp.report.interface import toxml -from openerp.tools.translate import _ -from openerp.report import report_sxw -from openerp.tools import ustr -from openerp.tools import to_xml - -def lengthmonth(year, month): - if month == 2 and ((year % 4 == 0) and ((year % 100 != 0) or (year % 400 == 0))): - return 29 - return [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31][month] - -class report_custom(report_rml): - - def get_month_name(self, cr, uid, month, context=None): - _months = {1:_("January"), 2:_("February"), 3:_("March"), 4:_("April"), 5:_("May"), 6:_("June"), 7:_("July"), 8:_("August"), 9:_("September"), 10:_("October"), 11:_("November"), 12:_("December")} - return _months[month] - def get_weekday_name(self, cr, uid, weekday, context=None): - _weekdays = {1:_('Mon'), 2:_('Tue'), 3:_('Wed'), 4:_('Thu'), 5:_('Fri'), 6:_('Sat'), 7:_('Sun')} - return _weekdays[weekday] - - def create_xml(self, cr, uid, ids, data, context): - registry = openerp.registry(cr.dbname) - - # Get the user id from the selected employee record - emp_id = data['form']['employee_id'] - emp_obj = registry['hr.employee'] - user_id = emp_obj.browse(cr, uid, emp_id).user_id.id - empl_name = emp_obj.browse(cr, uid, emp_id).name - - # Computing the dates (start of month: som, and end of month: eom) - som = datetime.date(data['form']['year'], data['form']['month'], 1) - eom = som + datetime.timedelta(lengthmonth(som.year, som.month)) - - date_xml = ['' % (self.get_month_name(cr, uid, som.month, context=context), som.year), ''] - date_xml += ['' % (x, self.get_weekday_name(cr, uid, som.replace(day=x).weekday()+1, context=context), som.replace(day=x).weekday()+1) for x in range(1, lengthmonth(som.year, som.month)+1)] - - date_xml.append('') - date_xml.append('2.5cm%s,2cm\n' % (',0.7cm' * lengthmonth(som.year, som.month))) - - # Sum attendence by account, then by day - accounts = {} - header_xml = '' - if user_id: - # Computing the attendence by analytical account - cr.execute( - "select line.date, (unit_amount / unit.factor) as amount, account_id, account.name "\ - "from account_analytic_line as line, hr_analytic_timesheet as hr, "\ - "account_analytic_account as account, product_uom as unit "\ - "where hr.line_id=line.id and line.account_id=account.id "\ - "and product_uom_id = unit.id "\ - "and line.user_id=%s and line.date >= %s and line.date < %s " - "order by line.date", - (user_id, som.strftime('%Y-%m-%d'), eom.strftime('%Y-%m-%d'))) - - for presence in cr.dictfetchall(): - day = int(presence['date'][-2:]) - account = accounts.setdefault((presence['account_id'], presence['name']), {}) - account[day] = account.get(day, 0.0) + presence['amount'] - - xml = ''' - - %.2f - - ''' - rpt_obj = registry['hr.employee'] - rml_obj = report_sxw.rml_parse(cr, uid, rpt_obj._name,context) - if user_id: - header_xml = ''' -
- %s - %s -
- ''' % (str(rml_obj.formatLang(time.strftime("%Y-%m-%d"),date=True))+' ' + str(time.strftime("%H:%M")),to_xml(registry['res.users'].browse(cr,uid,user_id).company_id.name)) - - account_xml = [] - for account, telems in accounts.iteritems(): - aid, aname = account - aname = registry['account.analytic.account'].name_get(cr, uid, [aid], context) - aname = aname[0][1] - - account_xml.append('' % (aid, toxml(aname))) - account_xml.append('\n'.join([xml % (day, amount) for day, amount in telems.iteritems()])) - account_xml.append('') - - # Computing the xml - xml = ''' - - %s - %s - %s - - ''' % (header_xml, ustr(toxml(empl_name)), '\n'.join(date_xml) + '\n'.join(account_xml)) - return xml - -report_custom('report.hr.analytical.timesheet', 'hr.employee', '', 'addons/hr_timesheet/report/user_timesheet.xsl') - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/hr_timesheet/report/user_timesheet.xsl b/addons/hr_timesheet/report/user_timesheet.xsl deleted file mode 100644 index b58e8af33b2..00000000000 --- a/addons/hr_timesheet/report/user_timesheet.xsl +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - lightgrey - - - ,0 - - - - ,-1 - - - - - - - - - - - - - - Timesheet by Employee - - - - - month - - - - - - - - - - - - - - - - - - Total - - - - Sum - - - - - - - glande - - - normal_people - - - esclave - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/hr_timesheet/report/users_timesheet.py b/addons/hr_timesheet/report/users_timesheet.py deleted file mode 100644 index 0d3f23e6bd3..00000000000 --- a/addons/hr_timesheet/report/users_timesheet.py +++ /dev/null @@ -1,123 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import datetime -import time - -import openerp -from openerp.report.interface import report_rml -from openerp.report.interface import toxml -from openerp.tools.translate import _ -from openerp.report import report_sxw -from openerp.tools import ustr - - -def lengthmonth(year, month): - if month == 2 and ((year % 4 == 0) and ((year % 100 != 0) or (year % 400 == 0))): - return 29 - return [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31][month] - -def emp_create_xml(cr, id, som, eom, emp): - # Computing the attendence by analytical account - cr.execute( - "select line.date, (unit_amount / unit.factor) as amount "\ - "from account_analytic_line as line, hr_analytic_timesheet as hr, "\ - "product_uom as unit "\ - "where hr.line_id=line.id "\ - "and product_uom_id = unit.id "\ - "and line.user_id=%s and line.date >= %s and line.date < %s " - "order by line.date", - (id, som.strftime('%Y-%m-%d'), eom.strftime('%Y-%m-%d'))) - - # Sum by day - month = {} - for presence in cr.dictfetchall(): - day = int(presence['date'][-2:]) - month[day] = month.get(day, 0.0) + presence['amount'] - - xml = ''' - - %.2f - - ''' - time_xml = ([xml % (day, amount) for day, amount in month.iteritems()]) - - # Computing the xml - xml = ''' - - %s - - ''' % (id, toxml(emp), '\n'.join(time_xml)) - return xml - -class report_custom(report_rml): - - def get_month_name(self, cr, uid, month, context=None): - _months = {1:_("January"), 2:_("February"), 3:_("March"), 4:_("April"), 5:_("May"), 6:_("June"), 7:_("July"), 8:_("August"), 9:_("September"), 10:_("October"), 11:_("November"), 12:_("December")} - return _months[month] - - def get_weekday_name(self, cr, uid, weekday, context=None): - _weekdays = {1:_('Mon'), 2:_('Tue'), 3:_('Wed'), 4:_('Thu'), 5:_('Fri'), 6:_('Sat'), 7:_('Sun')} - return _weekdays[weekday] - - def create_xml(self, cr, uid, ids, data, context): - registry = openerp.registry(cr.dbname) - - # Computing the dates (start of month: som, and end of month: eom) - som = datetime.date(data['form']['year'], data['form']['month'], 1) - eom = som + datetime.timedelta(lengthmonth(som.year, som.month)) - date_xml = ['' % (self.get_month_name(cr, uid, som.month, context=context), som.year), ''] - date_xml += ['' % (x, self.get_weekday_name(cr, uid, som.replace(day=x).weekday()+1, context=context), som.replace(day=x).weekday()+1) for x in range(1, lengthmonth(som.year, som.month)+1)] - date_xml.append('') - date_xml.append('2.5cm%s,2cm\n' % (',0.7cm' * lengthmonth(som.year, som.month))) - - emp_xml='' - emp_obj = registry['hr.employee'] - for id in data['form']['employee_ids']: - user = emp_obj.browse(cr, uid, id).user_id.id - empl_name = emp_obj.browse(cr, uid, id).name - if user: - emp_xml += emp_create_xml(cr, user, som, eom, empl_name) - # Computing the xml - #Without this, report don't show non-ascii characters (TO CHECK) - date_xml = '\n'.join(date_xml) - rpt_obj = emp_obj - rml_obj=report_sxw.rml_parse(cr, uid, rpt_obj._name,context) - header_xml = ''' -
- %s - %s -
- ''' % (str(rml_obj.formatLang(time.strftime("%Y-%m-%d"),date=True))+' ' + str(time.strftime("%H:%M")),toxml(registry['res.users'].browse(cr,uid,uid).company_id.name)) - - xml=''' - - %s - %s - %s - - ''' % (header_xml,date_xml, ustr(emp_xml)) - return xml - -report_custom('report.hr.analytical.timesheet_users', 'hr.employee', '', 'addons/hr_timesheet/report/users_timesheet.xsl') - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/addons/hr_timesheet/report/users_timesheet.xsl b/addons/hr_timesheet/report/users_timesheet.xsl deleted file mode 100644 index 9c99b56afe6..00000000000 --- a/addons/hr_timesheet/report/users_timesheet.xsl +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - lightgrey - - - ,0 - - - - ,-1 - - - - - - - - - - - - - - Employees Timesheet - - - month - - - - - - - - - - - - - - - - - - Total - - - - - - - - - - - - - glande - - - normal_people - - - esclave - - - - - - - - - - - - - Total - - - - - - - - - diff --git a/addons/hr_timesheet_sheet/__openerp__.py b/addons/hr_timesheet_sheet/__openerp__.py index e92ab4400bd..d86ada2d3d4 100644 --- a/addons/hr_timesheet_sheet/__openerp__.py +++ b/addons/hr_timesheet_sheet/__openerp__.py @@ -46,14 +46,12 @@ The validation can be configured in the company: 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', 'images': ['images/hr_my_current_timesheet.jpeg','images/hr_timesheet_analysis.jpeg','images/hr_timesheet_sheet_analysis.jpeg','images/hr_timesheet_activity.jpeg'], - 'depends': ['hr_timesheet', 'hr_timesheet_invoice', 'process'], + 'depends': ['hr_timesheet', 'hr_timesheet_invoice'], 'data': [ 'security/ir.model.access.csv', 'security/hr_timesheet_sheet_security.xml', 'hr_timesheet_sheet_view.xml', 'hr_timesheet_workflow.xml', - 'process/hr_timesheet_sheet_process.xml', - 'board_hr_timesheet_view.xml', 'report/hr_timesheet_report_view.xml', 'report/timesheet_report_view.xml', 'wizard/hr_timesheet_current_view.xml', diff --git a/addons/hr_timesheet_sheet/board_hr_timesheet_view.xml b/addons/hr_timesheet_sheet/board_hr_timesheet_view.xml deleted file mode 100644 index 145d118ceb7..00000000000 --- a/addons/hr_timesheet_sheet/board_hr_timesheet_view.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - hr.timesheet.sheet.sheet.graph - hr_timesheet_sheet.sheet - - - - - - - - - - My Total Attendances By Week - hr_timesheet_sheet.sheet - form - graph - [('user_id','=',uid)] - - - - - board.hr.timesheet.sheet.form - board.board - - - - - - - - - - diff --git a/addons/hr_timesheet_sheet/process/hr_timesheet_sheet_process.xml b/addons/hr_timesheet_sheet/process/hr_timesheet_sheet_process.xml deleted file mode 100644 index 7ebec9ab228..00000000000 --- a/addons/hr_timesheet_sheet/process/hr_timesheet_sheet_process.xml +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/membership/__openerp__.py b/addons/membership/__openerp__.py index ba619564ee2..3e057882860 100644 --- a/addons/membership/__openerp__.py +++ b/addons/membership/__openerp__.py @@ -39,13 +39,12 @@ It is integrated with sales and accounting to allow you to automatically invoice and send propositions for membership renewal. """, 'author': 'OpenERP SA', - 'depends': ['base', 'product', 'account', 'process'], + 'depends': ['base', 'product', 'account'], 'data': [ 'security/ir.model.access.csv', 'wizard/membership_invoice_view.xml', 'membership_view.xml', 'report/report_membership_view.xml', - 'process/membership_process.xml', ], 'demo': [ 'membership_demo.xml', diff --git a/addons/membership/process/membership_process.xml b/addons/membership/process/membership_process.xml deleted file mode 100644 index b3ba426ff4a..00000000000 --- a/addons/membership/process/membership_process.xml +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/mrp/__openerp__.py b/addons/mrp/__openerp__.py index 859e676c68f..e2e379b6795 100644 --- a/addons/mrp/__openerp__.py +++ b/addons/mrp/__openerp__.py @@ -28,8 +28,8 @@ 'category': 'Manufacturing', 'sequence': 18, 'summary': 'Manufacturing Orders, Bill of Materials, Routing', - 'images': ['images/bill_of_materials.jpeg', 'images/manufacturing_order.jpeg', 'images/planning_manufacturing_order.jpeg', 'images/manufacturing_analysis.jpeg', 'images/production_dashboard.jpeg','images/routings.jpeg','images/work_centers.jpeg'], - 'depends': ['product','procurement', 'stock', 'resource', 'purchase','process', 'report'], + 'images': ['images/bill_of_materials.jpeg', 'images/manufacturing_order.jpeg', 'images/planning_manufacturing_order.jpeg', 'images/manufacturing_analysis.jpeg','images/routings.jpeg','images/work_centers.jpeg'], + 'depends': ['product','procurement', 'stock', 'resource', 'purchase', 'report'], 'description': """ Manage the Manufacturing process in OpenERP =========================================== @@ -65,11 +65,7 @@ Dashboard / Reports for MRP will include: 'mrp_view.xml', 'mrp_report.xml', 'company_view.xml', - 'process/stockable_product_process.xml', - 'process/service_product_process.xml', - 'process/procurement_process.xml', 'report/mrp_report_view.xml', - 'board_manufacturing_view.xml', 'res_config_view.xml', 'views/report_mrporder.xml', diff --git a/addons/mrp/board_manufacturing_view.xml b/addons/mrp/board_manufacturing_view.xml deleted file mode 100644 index 6bd07c2648b..00000000000 --- a/addons/mrp/board_manufacturing_view.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - board.mrp.manager.form - board.board - -
- - - - - - - - -
-
-
- - - Manufacturing - board.board - form - form - - - - - -
-
diff --git a/addons/mrp/process/procurement_process.xml b/addons/mrp/process/procurement_process.xml deleted file mode 100644 index dd52268e2d1..00000000000 --- a/addons/mrp/process/procurement_process.xml +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/mrp/process/service_product_process.xml b/addons/mrp/process/service_product_process.xml deleted file mode 100644 index 0005be6f48c..00000000000 --- a/addons/mrp/process/service_product_process.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/mrp/process/stockable_product_process.xml b/addons/mrp/process/stockable_product_process.xml deleted file mode 100644 index a43a09313b8..00000000000 --- a/addons/mrp/process/stockable_product_process.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/mrp/security/ir.model.access.csv b/addons/mrp/security/ir.model.access.csv index 9ddc4324659..37c46184147 100644 --- a/addons/mrp/security/ir.model.access.csv +++ b/addons/mrp/security/ir.model.access.csv @@ -44,7 +44,6 @@ access_resource_calendar_attendance_mrp_user,mrp.resource.calendar.attendance.mr access_resource_calendar_attendance_manager,mrp.resource.calendar.attendance.manager,resource.model_resource_calendar_attendance,mrp.group_mrp_manager,1,1,1,1 access_product_puom_categ,product.uom.categ,product.model_product_uom_categ,mrp.group_mrp_user,1,0,0,0 access_resource_resource,resource.resource,resource.model_resource_resource,mrp.group_mrp_user,1,0,0,0 -access_board_board_user,mrp.board.board,board.model_board_board,mrp.group_mrp_user,1,0,0,0 access_account_sequence_fiscalyear_manager,account.sequence.fiscalyear,account.model_account_sequence_fiscalyear,mrp.group_mrp_manager,1,0,0,0 access_product_supplierinfo_manager,product.supplierinfo user,product.model_product_supplierinfo,mrp.group_mrp_manager,1,0,0,0 access_stock_tracking_manager,stock.tracking,stock.model_stock_tracking,mrp.group_mrp_manager,1,0,0,0 diff --git a/addons/mrp_operations/__openerp__.py b/addons/mrp_operations/__openerp__.py index 12d86e0b532..ce013efec56 100644 --- a/addons/mrp_operations/__openerp__.py +++ b/addons/mrp_operations/__openerp__.py @@ -63,7 +63,6 @@ So, that we can compare the theoretic delay and real delay. 'mrp_operations_view.xml', 'mrp_operations_report.xml', 'report/mrp_workorder_analysis_view.xml', - 'process/mrp_operation_process.xml', 'mrp_operations_workflow_instance.xml' ], 'demo': [ diff --git a/addons/mrp_operations/process/mrp_operation_process.xml b/addons/mrp_operations/process/mrp_operation_process.xml deleted file mode 100644 index d448b6a299a..00000000000 --- a/addons/mrp_operations/process/mrp_operation_process.xml +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/point_of_sale/__init__.py b/addons/point_of_sale/__init__.py index 7a786ebb5f1..b8c887f6750 100644 --- a/addons/point_of_sale/__init__.py +++ b/addons/point_of_sale/__init__.py @@ -19,14 +19,12 @@ # ############################################################################## -import point_of_sale import account_bank_statement +import controllers +import point_of_sale +import report import res_users import res_partner import wizard -import report - -import controllers # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/addons/point_of_sale/__openerp__.py b/addons/point_of_sale/__openerp__.py index fa42a19e209..8b97062f0c2 100644 --- a/addons/point_of_sale/__openerp__.py +++ b/addons/point_of_sale/__openerp__.py @@ -19,7 +19,6 @@ # ############################################################################## - { 'name': 'Point of Sale', 'version': '1.0.1', @@ -51,19 +50,15 @@ Main Features 'images': ['images/pos_touch_screen.jpeg', 'images/pos_session.jpeg', 'images/pos_analysis.jpeg','images/sale_order_pos.jpeg','images/product_pos.jpeg'], 'depends': ['sale_stock'], 'data': [ + 'data/report_paperformat.xml', 'security/point_of_sale_security.xml', 'security/ir.model.access.csv', - 'wizard/pos_details.xml', + 'wizard/pos_box.xml', 'wizard/pos_confirm.xml', + 'wizard/pos_details.xml', 'wizard/pos_discount.xml', 'wizard/pos_open_statement.xml', - 'wizard/pos_payment_report_user_view.xml', - 'wizard/pos_sales_user.xml', - 'wizard/pos_receipt_view.xml', - 'wizard/pos_payment_report_user.xml', - 'wizard/pos_payment_report.xml', 'wizard/pos_payment.xml', - 'wizard/pos_box.xml', 'wizard/pos_session_opening.xml', 'point_of_sale_report.xml', 'point_of_sale_view.xml', @@ -75,16 +70,24 @@ Main Features 'account_statement_report.xml', 'res_users_view.xml', 'res_partner_view.xml', + 'views/report_statement.xml', + 'views/report_usersproduct.xml', + 'views/report_receipt.xml', + 'views/report_saleslines.xml', + 'views/report_detailsofsales.xml', + 'views/report_payment.xml', + 'views/report_sessionsummary.xml', ], 'demo': [ 'point_of_sale_demo.xml', 'account_statement_demo.xml', - 'test/00_register_open.yml' ], 'test': [ + 'test/00_register_open.yml', 'test/01_order_to_payment.yml', 'test/02_order_to_invoice.yml', - 'test/point_of_sale_report.yml' + 'test/point_of_sale_report.yml', + 'test/account_statement_reports.yml', ], 'installable': True, 'application': True, diff --git a/addons/point_of_sale/account_statement_report.xml b/addons/point_of_sale/account_statement_report.xml index a81d51a2679..61cc1b891f4 100644 --- a/addons/point_of_sale/account_statement_report.xml +++ b/addons/point_of_sale/account_statement_report.xml @@ -1,60 +1,21 @@ - + - - - - - - - - - - - - + name="point_of_sale.report_usersproduct" + file="point_of_sale.report_usersproduct" + report_type="qweb-pdf" + /> diff --git a/addons/point_of_sale/controllers/__init__.py b/addons/point_of_sale/controllers/__init__.py index b5f0bcc9ec6..d37b070a7b2 100644 --- a/addons/point_of_sale/controllers/__init__.py +++ b/addons/point_of_sale/controllers/__init__.py @@ -1,3 +1,2 @@ import main # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/addons/point_of_sale/data/report_paperformat.xml b/addons/point_of_sale/data/report_paperformat.xml new file mode 100644 index 00000000000..089506f1d2b --- /dev/null +++ b/addons/point_of_sale/data/report_paperformat.xml @@ -0,0 +1,20 @@ + + + + + Point Of Sale Receipt + + custom + 150 + 60 + Portrait + 3 + 3 + 3 + 3 + + 3 + 130 + + + diff --git a/addons/point_of_sale/point_of_sale.py b/addons/point_of_sale/point_of_sale.py index f18edf39e85..931188f2ef6 100644 --- a/addons/point_of_sale/point_of_sale.py +++ b/addons/point_of_sale/point_of_sale.py @@ -605,7 +605,6 @@ class pos_order(osv.osv): return {'value': {'pricelist_id': pricelist}} def _amount_all(self, cr, uid, ids, name, args, context=None): - tax_obj = self.pool.get('account.tax') cur_obj = self.pool.get('res.currency') res = {} for order in self.browse(cr, uid, ids, context=context): @@ -858,9 +857,7 @@ class pos_order(osv.osv): 'qty': -order_line.qty }, context=context) - new_order = ','.join(map(str,clone_list)) abs = { - #'domain': "[('id', 'in', ["+new_order+"])]", 'name': _('Return Products'), 'view_type': 'form', 'view_mode': 'form', @@ -922,8 +919,6 @@ class pos_order(osv.osv): line.product_id.uom_id.id, line.qty, partner_id = order.partner_id.id, fposition_id=order.partner_id.property_account_position.id)['value']) - if line.product_id.description_sale: - inv_line['note'] = line.product_id.description_sale inv_line['price_unit'] = line.price_unit inv_line['discount'] = line.discount inv_line['name'] = inv_name diff --git a/addons/point_of_sale/point_of_sale_data.xml b/addons/point_of_sale/point_of_sale_data.xml index b8d1e6db82d..2bdf8739af3 100644 --- a/addons/point_of_sale/point_of_sale_data.xml +++ b/addons/point_of_sale/point_of_sale_data.xml @@ -1,8 +1,6 @@ - - - + Open POS Menu @@ -27,7 +25,6 @@ Record sale orders, register payments, compute change to return, create invoices, and manage refunds through a specific web touch-screen interface.

If you install the PoS proxy you will be able to interface OpenERP with retail hardware: barcode scanners, printers, cash registers, weighing machines, credit card payment terminals.

]]>
-
diff --git a/addons/point_of_sale/point_of_sale_report.xml b/addons/point_of_sale/point_of_sale_report.xml index 94c2e946e90..6ae4dbe9c30 100644 --- a/addons/point_of_sale/point_of_sale_report.xml +++ b/addons/point_of_sale/point_of_sale_report.xml @@ -1,86 +1,71 @@ + + + + + + + + + /> + /> + report_type="qweb-pdf" + name="point_of_sale.report_payment" + file="point_of_sale.report_payment" + /> - - - - - - - - + id="action_report_pos_session_summary" + string="Session Summary" + model="pos.session" + report_type="qweb-pdf" + name="point_of_sale.report_sessionsummary" + file="point_of_sale.report_sessionsummary" + /> diff --git a/addons/point_of_sale/report/__init__.py b/addons/point_of_sale/report/__init__.py index 3d8f93ae724..ce424c84b1b 100644 --- a/addons/point_of_sale/report/__init__.py +++ b/addons/point_of_sale/report/__init__.py @@ -21,16 +21,11 @@ import pos_users_product import account_statement -import all_closed_cashbox_of_the_day import pos_receipt import pos_invoice import pos_lines import pos_details -import pos_details_summary import pos_payment_report -import pos_sales_user -import pos_sales_user_today -import pos_payment_report_user import pos_report import pos_order_report diff --git a/addons/point_of_sale/report/account_statement.py b/addons/point_of_sale/report/account_statement.py index c9de91dbbbf..253469f6c89 100644 --- a/addons/point_of_sale/report/account_statement.py +++ b/addons/point_of_sale/report/account_statement.py @@ -20,8 +20,10 @@ ############################################################################## import time +from openerp.osv import osv from openerp.report import report_sxw + class account_statement(report_sxw.rml_parse): def __init__(self, cr, uid, name, context): @@ -46,6 +48,11 @@ class account_statement(report_sxw.rml_parse): total += line.amount return total -report_sxw.report_sxw('report.account.statement', 'account.bank.statement', 'addons/statement/report/account_statement.rml', parser=account_statement,header='internal') + +class report_account_statement(osv.AbstractModel): + _name = 'report.point_of_sale.report_statement' + _inherit = 'report.abstract_report' + _template = 'point_of_sale.report_statement' + _wrapped_report_class = account_statement # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/point_of_sale/report/account_statement.rml b/addons/point_of_sale/report/account_statement.rml deleted file mode 100644 index 0b633f3f7c4..00000000000 --- a/addons/point_of_sale/report/account_statement.rml +++ /dev/null @@ -1,285 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Name - - - Partner - - - Amount - - - - - [[ repeatIn(objects,'statement') ]] - Statement - - - - Statement Name - - - Journal - - - Company - - - User - - - - - - - [[ statement.name ]] - - - [[ statement.journal_id.name ]] - - - [[ statement.company_id.name ]] - - - [[ statement.user_id.name ]] - - - - - - - - - - Opening Date - - - Closing Date - - - Starting Balance - - - Ending Balance - - - - - - - [[ formatLang(statement.date,date=True) ]] - - - [[ formatLang(statement.closing_date,date_time=True)]] - - - [[ formatLang(statement.balance_start, dp='Account', currency_obj = company.currency_id) ]] - - - [[ formatLang(statement.balance_end_real, dp='Account', currency_obj = company.currency_id) ]] - - - - - - - - - - Name - - - Partner - - - Amount - - - -
- [[ repeatIn(statement.line_ids,'line_ids') and ' ' or removeParentNode('blockTable') ]] -
- [[ repeatIn(get_data(statement), 'line_ids')]] - - - - [[ line_ids.name ]] - - - [[ line_ids.partner_id.name ]] - - - [[ formatLang(line_ids.amount, dp='Account', currency_obj=company.currency_id) ]] - - - -
-
- - - - - - - - - Total : - - - [[ formatLang(get_total(statement.line_ids), dp='Account', currency_obj = company.currency_id) ]] - - - - - - - - - - - - -
-
-
diff --git a/addons/point_of_sale/report/all_closed_cashbox_of_the_day.py b/addons/point_of_sale/report/all_closed_cashbox_of_the_day.py deleted file mode 100644 index 8559d2571d6..00000000000 --- a/addons/point_of_sale/report/all_closed_cashbox_of_the_day.py +++ /dev/null @@ -1,140 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import time -from openerp.report import report_sxw - -class all_closed_cashbox_of_the_day(report_sxw.rml_parse): - #TOFIX: sql injection problem: SQL Request must be pass from sql injection... - def __init__(self, cr, uid, name, context): - super(all_closed_cashbox_of_the_day, self).__init__(cr, uid, name, context=context) - self.localcontext.update({ - 'time': time, - 'get_data':self._get_data, - 'get_bal':self._get_bal, - 'get_lines':self._get_lines, - 'get_partner':self._get_partner, - 'get_net_total':self._get_net_total, - 'get_user':self._get_user, - 'get_sub_total':self._get_sub_total, - 'get_net_total_starting':self._get_net_total_starting, - }) - - def _get_user(self, line_ids): - sql = "select name from res_users where id = %d"%(line_ids['create_uid']) - self.cr.execute(sql) - user = self.cr.fetchone() - return user[0] - - def _get_data(self, user): - data = {} - sql = """ SELECT abs.journal_id,abs.id,abs.date,abs.closing_date,abs.name as statement,aj.name as journal,ap.name as period,ru.name as user,rc.name as company, - abs.state,abs.balance_end_real FROM account_bank_statement as abs - LEFT JOIN account_journal as aj ON aj.id = abs.journal_id - LEFT JOIN account_period as ap ON ap.id = abs.period_id - LEFT JOIN res_users as ru ON ru.id = abs.user_id - LEFT JOIN res_company as rc ON rc.id = abs.company_id - WHERE to_char(date_trunc('day',abs.date),'YYYY-MM-DD')::date = current_date and abs.state IN ('confirm','open') and abs.user_id = %d"""%(user.id) - self.cr.execute(sql) - data = self.cr.dictfetchall() - return data - - def _get_lines(self, statement): - data = {} - sql = """ select absl.* from account_bank_statement_line as absl, account_bank_statement as abs - where absl.statement_id = abs.id and abs.id = %d"""%(statement['id']) - self.cr.execute(sql) - data = self.cr.dictfetchall() - return data - - def _get_bal(self, data): - res = {} - sql =""" select sum(pieces*number) as bal from account_cashbox_line where starting_id = %d """%(data['id']) - self.cr.execute(sql) - res = self.cr.dictfetchall() - if res: - return res[0]['bal'] - else: - return 0 - - def _get_sub_total(self, user, data, date): - res={} - self.cr.execute(""" select sum(absl.amount) from account_bank_statement as abs - LEFT JOIN account_bank_statement_line as absl ON abs.id = absl.statement_id - WHERE abs.journal_id = %d - and abs.state IN ('confirm','open') - and abs.date = '%s' - and abs.user_id = %d - """%(data,date,user.id)) - res = self.cr.fetchall() - if res[0][0]: - return res[0][0] - else: - return False - - def _get_partner(self, statement): - res = {} - if statement['pos_statement_id']: - sql =""" select rp.name from account_bank_statement_line as absl,res_partner as rp - where absl.partner_id = rp.id - and absl.pos_statement_id = %d"""%(statement['pos_statement_id']) - self.cr.execute(sql) - res = self.cr.dictfetchall() or {} - return res and res[0]['name'] - else: - return 0.00 - - def _get_net_total_starting(self, user): - lst = [] - res={} - total_ending_bal = 0.0 - total_starting_bal = 0.0 - sql = """ SELECT abs.id,abs.balance_end_real as net_total FROM account_bank_statement as abs - WHERE to_char(date_trunc('day',abs.date),'YYYY-MM-DD')::date = current_date - and abs.state IN ('confirm','open') - and abs.user_id = %d"""%(user.id) - self.cr.execute(sql) - res = self.cr.dictfetchall() - for r in res: - total_ending_bal += (r['net_total'] or 0.0) - sql1 =""" select sum(pieces*number) as bal from account_cashbox_line where starting_id = %d"""%(r['id']) - self.cr.execute(sql1) - data = self.cr.dictfetchall() - if data[0]['bal']: - total_starting_bal += data[0]['bal'] - lst.append(total_ending_bal) - lst.append(total_starting_bal) - return lst - - def _get_net_total(self, user): - res={} - sql = """select sum(absl.amount) as net_total from account_bank_statement as abs - LEFT JOIN account_bank_statement_line as absl ON abs.id = absl.statement_id - where abs.state IN ('confirm','open') and abs.user_id = %d - and to_char(date_trunc('day',abs.date),'YYYY-MM-DD')::date = current_date """%(user.id) - - self.cr.execute(sql) - res = self.cr.dictfetchall() - return res[0]['net_total'] or 0.0 - -report_sxw.report_sxw('report.all.closed.cashbox.of.the.day', 'account.bank.statement', 'addons/point_of_sale/report/all_closed_cashbox_of_the_day.rml', parser=all_closed_cashbox_of_the_day,header='internal') - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/point_of_sale/report/all_closed_cashbox_of_the_day.rml b/addons/point_of_sale/report/all_closed_cashbox_of_the_day.rml deleted file mode 100644 index 4f16031c8b3..00000000000 --- a/addons/point_of_sale/report/all_closed_cashbox_of_the_day.rml +++ /dev/null @@ -1,249 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [[ repeatIn(objects,'statement') ]] - - - - - - - Today's Closed Cashbox - - - - - - - Company - - - User - - - - - - - [[ company.name ]] - - - [[ user.name ]] - - - - - - - - - - St.Name - - - Journal - - - Opening Date - - - Closing Date - - - Starting Balance - - - Ending Balance - - - - - - - Total: - - - - - - - - - - - - - - - - - - [[ formatLang(get_net_total_starting(user)[1], currency_obj = company.currency_id)]] - - - [[ formatLang(get_net_total(user), currency_obj = company.currency_id)]] - - - -
- [[ repeatIn(get_data(user),'statement') ]] - - - - [[ statement['statement'] ]] - - - [[ statement['journal'] ]] - - - [[ statement['date'] ]] - - - [[ statement['closing_date'] ]] - - - [[ formatLang(get_bal(statement), currency_obj = company.currency_id)]] - - - [[ formatLang(get_sub_total(user,statement['journal_id'],statement['date']), currency_obj = company.currency_id )]] - - - -
- [[ repeatIn(get_lines(statement),'line_ids') ]] - - - - [[ line_ids['name'] ]] - - - - - - [[ get_partner(line_ids) or removeParentNode('font') ]] - - - [[ get_user(line_ids) or removeParentNode('font') ]] - - - - - - - - [[ formatLang(line_ids['amount'], currency_obj = company.currency_id)]] - - - - - - -
-
-
-
diff --git a/addons/point_of_sale/report/pos_details.py b/addons/point_of_sale/report/pos_details.py index cf1e7731bff..1c1f46ac0b7 100644 --- a/addons/point_of_sale/report/pos_details.py +++ b/addons/point_of_sale/report/pos_details.py @@ -20,8 +20,10 @@ ############################################################################## import time +from openerp.osv import osv from openerp.report import report_sxw + class pos_details(report_sxw.rml_parse): def _get_invoice(self, inv_id): @@ -180,7 +182,7 @@ class pos_details(report_sxw.rml_parse): 'strip_name': self._strip_name, 'getpayments': self._get_payments, 'getsumdisc': self._get_sum_discount, - 'gettotalofthaday': self._total_of_the_day, + 'gettotaloftheday': self._total_of_the_day, 'gettaxamount': self._get_tax_amount, 'pos_sales_details':self._pos_sales_details, 'getqtytotal2': self._get_qty_total_2, @@ -191,6 +193,11 @@ class pos_details(report_sxw.rml_parse): 'get_user_names': self._get_user_names, }) -report_sxw.report_sxw('report.pos.details', 'pos.order', 'addons/point_of_sale_singer/report/pos_details.rml', parser=pos_details, header='internal') + +class report_pos_details(osv.AbstractModel): + _name = 'report.point_of_sale.report_detailsofsales' + _inherit = 'report.abstract_report' + _template = 'point_of_sale.report_detailsofsales' + _wrapped_report_class = pos_details # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/point_of_sale/report/pos_details.rml b/addons/point_of_sale/report/pos_details.rml deleted file mode 100644 index 6360dc25b12..00000000000 --- a/addons/point_of_sale/report/pos_details.rml +++ /dev/null @@ -1,400 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Details of Sales - - - - - - - Company - - - Users - - - Print Date - - - Start Period - - - End Period - - - - - - - [[ company.name ]] - - - [[ get_user_names(data['form']['user_ids']) or 'All' ]] - - - [[ formatLang(time.strftime('%Y-%m-%d'),date=True) ]] - - - [[ formatLang(data['form']['date_start'],date=True) ]] - - - [[ formatLang(data['form']['date_end'],date=True) ]] - - - - - - - - - - Date - - - Order - - - Product - - - Price - - - Qty - - - Disc(%) - - - Invoiced - - - -
- [[ repeatIn(pos_sales_details(data['form']), 'line_ids') ]] - - - - [[ formatLang(line_ids['date_order'],date_time = True) ]] - - - [[ line_ids['pos_name'] ]] - - - [ [[ line_ids['code'] ]] ] [[ line_ids['name'] ]] - - - [[ formatLang(line_ids['price_unit'], dp='Sale Price', currency_obj = company.currency_id) ]] - - - [[ formatLang(line_ids['qty']) ]] [[ line_ids['uom'] ]] - - - [[ formatLang(line_ids['discount'], dp='Sale Price') ]] - - - [[ getinvoice(line_ids['invoice_id']) or removeParentNode('font') ]] - - - -
- - - - - - - Taxes - - - - - - - - -
- [[ repeatIn(gettaxamount(data['form']), 'p')]] - - - - [[ p['name'] or removeParentNode('para') ]] - - - [[ formatLang(p['amount'], currency_obj = company.currency_id) or removeParentNode('tr') ]] - - - - - - -
- - - - - - - Payment - - - - - - - - -
- [[ repeatIn(getpayments(data['form']), 'p') ]] - - - - [[ p['name'] or removeParentNode('para') ]] - - - [[ formatLang(p['sum'], dp='Account', currency_obj = company.currency_id) or removeParentNode('tr') ]] - - - - - - -
- - - - - - - Summary - - - - - - - - - - - - Sales total(Revenue) - - - [[ formatLang(getsalestotal2(), dp='Sale Price', currency_obj = company.currency_id) ]] - - - - - Qty of product - - - [[ formatLang(getqtytotal2()) ]] - - - - - Total invoiced - - - [[ formatLang(getsuminvoice2(data['form']), dp='Sale Price', currency_obj = company.currency_id) ]] - - - - - Total discount - - - [[ formatLang(getsumdisc(data['form']), dp='Sale Price', currency_obj = company.currency_id) ]] - - - - - Total paid - - - [[ formatLang(getpaidtotal2(), dp='Sale Price', currency_obj = company.currency_id) ]] - - - - - Total of the day - - - [[ formatLang(gettotalofthaday(data['form']), dp='Sale Price', currency_obj = company.currency_id) ]] - - - - - - -
-
diff --git a/addons/point_of_sale/report/pos_details_summary.py b/addons/point_of_sale/report/pos_details_summary.py deleted file mode 100644 index d6600926bd6..00000000000 --- a/addons/point_of_sale/report/pos_details_summary.py +++ /dev/null @@ -1,129 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import time -from openerp.report import report_sxw - -class pos_details_summary(report_sxw.rml_parse): - def __init__(self, cr, uid, name, context): - super(pos_details_summary, self).__init__(cr, uid, name, context=context) - self.total = 0.0 - self.localcontext.update({ - 'time': time, - 'strip_name': self._strip_name, - 'getpayments': self._get_payments, - 'getqtytotal': self._get_qty_total, - 'getsumdisc': self._get_sum_discount, - 'getpaidtotal': self._paid_total, - 'gettotalofthaday': self._total_of_the_day, - 'getsuminvoice': self._sum_invoice, - 'gettaxamount': self._get_tax_amount, - 'getsalestotal': self._get_sales_total, - 'getstartperiod': self._get_start_period, - 'getendperiod': self._get_end_period, - 'getcompany':self.get_company - }) - - def get_company(self, objects): - comp=[obj.company_id.name for obj in objects] - return '%s' % (comp[0]) - - def _get_qty_total(self, objects): - #code for the sum of qty_total - return reduce(lambda acc, object: - acc + reduce( - lambda sum_qty, line: - sum_qty + line.qty, - object.lines, - 0 ), - objects, - 0) - - def _get_sum_discount(self, objects): - #code for the sum of discount value - return reduce(lambda acc, object: - acc + reduce( - lambda sum_dis, line: - sum_dis + ((line.price_unit * line.qty ) * (line.discount / 100)), - object.lines, - 0.0), - objects, - 0.0 ) - - def _get_payments(self, objects): - result = {} - for obj in objects: - for statement in obj.statement_ids: - if statement.journal_id: - result[statement.journal_id] = result.get(statement.journal_id, 0.0) + statement.amount - return result - - def _paid_total(self, objects): - return sum(self._get_payments(objects).values(), 0.0) - - def _total_of_the_day(self, objects): - total_paid = self._paid_total(objects) - total_invoiced = self._sum_invoice(objects) - return total_paid - total_invoiced - - def _sum_invoice(self, objects): - return reduce(lambda acc, obj: - acc + obj.invoice_id.amount_total, - [o for o in objects if o.invoice_id and o.invoice_id.number], - 0.0) - - def _ellipsis(self, string, maxlen=100, ellipsis = '...'): - ellipsis = ellipsis or '' - return string[:maxlen - len(ellipsis) ] + (ellipsis, '')[len(string) < maxlen] - - def _strip_name(self, name, maxlen=50): - return self._ellipsis(name, maxlen, ' ...') - - def _get_tax_amount(self, objects): - res = {} - for order in objects: - for line in order.lines: - for tax in line.product_id.taxes_id: - res[tax.name] = res.setdefault(tax.name, 0.0) + (line.price_subtotal_incl - line.price_subtotal) - return res - - def _get_sales_total(self, objects): - return reduce(lambda x, o: x + len(o.lines), objects, 0) - - def _get_start_period(self, objects): - date_orders = sorted([obj.date_order for obj in objects]) - min_date = date_orders[0] - return '%s' % min_date - - - def _get_end_period(self, objects): - date_orders = sorted([obj.date_order for obj in objects]) - max_date = date_orders[-1] - return '%s' % max_date - - -report_sxw.report_sxw('report.pos.details_summary', - 'pos.order', - 'addons/point_of_sale/report/pos_details_summary.rml', - parser=pos_details_summary, - header='internal') - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/point_of_sale/report/pos_details_summary.rml b/addons/point_of_sale/report/pos_details_summary.rml deleted file mode 100644 index 6564f821010..00000000000 --- a/addons/point_of_sale/report/pos_details_summary.rml +++ /dev/null @@ -1,315 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Details of Sales - - - - - - - Company - - - Print Date - - - Start Period - - - End Period - - - - - - - [[ company.name ]] - - - [[ formatLang(time.strftime('%Y-%m-%d'),date=True) ]] - - - [[ '%s' % getstartperiod(objects) ]] - - - [[ '%s' % getendperiod(objects) ]] - - - - - - -
- - - -
- - - - Mode of Taxes - - - - - - - - -
- [[ repeatIn(gettaxamount(objects).items(),'p') ]] - - - - [[ p[0] ]] - - - [[ formatLang(p[1], currency_obj=company.currency_id) ]] - - - - - - -
- - - - - - - Mode of Payment - - - - - - - - -
- [[ repeatIn(getpayments(objects).items(),'t') ]] - - - - [[ t[0].name ]] - - - [[ formatLang(t[1], currency_obj=company.currency_id) ]] - - - - - - -
- - - - - - - Summary - - - - - - - - - - - - Sales total - - - [[ '%d' % getsalestotal(objects) ]] - - - - - Qty of product - - - [[ '%d' % getqtytotal(objects) ]] - - - - - Total invoiced - - - [[ formatLang(getsuminvoice(objects), currency_obj=company.currency_id) ]] - - - - - Total discount - - - [[ formatLang(getsumdisc(objects), currency_obj=company.currency_id) ]] - - - - - Total paid - - - [[ formatLang(getpaidtotal(objects), currency_obj=company.currency_id) ]] - - - - - Total of the day - - - [[ formatLang(gettotalofthaday(objects), currency_obj=company.currency_id) ]] - - - - - - -
-
diff --git a/addons/point_of_sale/report/pos_invoice.py b/addons/point_of_sale/report/pos_invoice.py index 60f4f233729..f83da570812 100644 --- a/addons/point_of_sale/report/pos_invoice.py +++ b/addons/point_of_sale/report/pos_invoice.py @@ -2,7 +2,7 @@ ############################################################################## # # OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). +# Copyright (C) 2014-Today OpenERP SA (). # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -19,40 +19,33 @@ # ############################################################################## -import time - -from openerp.report import report_sxw from openerp.osv import osv from openerp.tools.translate import _ -class pos_invoice(report_sxw.rml_parse): - def __init__(self, cr, uid, name, context): - super(pos_invoice, self).__init__(cr, uid, name, context=context) - self.localcontext.update({ - 'time': time, - }) +class PosInvoiceReport(osv.AbstractModel): + _name = 'report.point_of_sale.report_invoice' - def set_context(self, objects, data, ids, report_type=None): - super(pos_invoice, self).set_context(objects, data, ids, report_type) - iids = [] - nids = [] + def render_html(self, cr, uid, ids, data=None, context=None): + report_obj = self.pool['report'] + posorder_obj = self.pool['pos.order'] + report = report_obj._get_report_from_name(cr, uid, 'account.report_invoice') + selected_orders = posorder_obj.browse(cr, uid, ids, context=context) - for order in objects: - order.write({'nb_print': order.nb_print + 1}) + invoiced_posorders_ids = [] + for order in selected_orders: + if order.invoice_id: + invoiced_posorders_ids.append(order.id) - if order.invoice_id and order.invoice_id not in iids: - if not order.invoice_id: - raise osv.except_osv(_('Error!'), _('Please create an invoice for this sale.')) - iids.append(order.invoice_id) - nids.append(order.invoice_id.id) - data['ids'] = nids - self.datas = data - self.ids = nids - self.objects = iids - self.localcontext['data'] = data - self.localcontext['objects'] = iids + not_invoiced_orders_ids = list(set(ids) - set(invoiced_posorders_ids)) + if not_invoiced_orders_ids: + not_invoiced_posorders = posorder_obj.browse(cr, uid, not_invoiced_orders_ids, context=context) + not_invoiced_orders_names = list(map(lambda a: a.name, not_invoiced_posorders)) + raise osv.except_osv(_('Error!'), _('No link to an invoice for %s.' % ', '.join(not_invoiced_orders_names))) -report_sxw.report_sxw('report.pos.invoice', 'pos.order', 'addons/account/report/account_print_invoice.rml', parser= pos_invoice) - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: + docargs = { + 'doc_ids': ids, + 'doc_model': report.model, + 'docs': selected_orders, + } + return report_obj.render(cr, uid, ids, 'account.report_invoice', docargs, context=context) diff --git a/addons/point_of_sale/report/pos_lines.py b/addons/point_of_sale/report/pos_lines.py index f20ccfd1ec2..b4cf512cbe8 100644 --- a/addons/point_of_sale/report/pos_lines.py +++ b/addons/point_of_sale/report/pos_lines.py @@ -20,8 +20,10 @@ ############################################################################## import time +from openerp.osv import osv from openerp.report import report_sxw + class pos_lines(report_sxw.rml_parse): def __init__(self, cr, uid, name, context): @@ -50,6 +52,11 @@ class pos_lines(report_sxw.rml_parse): res=self.cr.fetchone()[0] return res -report_sxw.report_sxw('report.pos.lines', 'pos.order', 'addons/point_of_sale/report/pos_lines.rml', parser=pos_lines,header='internal') + +class report_pos_lines(osv.AbstractModel): + _name = 'report.point_of_sale.report_saleslines' + _inherit = 'report.abstract_report' + _template = 'point_of_sale.report_saleslines' + _wrapped_report_class = pos_lines # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/point_of_sale/report/pos_lines.rml b/addons/point_of_sale/report/pos_lines.rml deleted file mode 100644 index 1ed8e33eede..00000000000 --- a/addons/point_of_sale/report/pos_lines.rml +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [[repeatIn(objects,'o')]] - [[ setLang(o.partner_id.lang) ]] - Sales lines - - - - - - - Company - - - Print Date - - - No. Of Articles - - - - - - - [[ company.name ]] - - - [[ formatLang(time.strftime('%Y-%m-%d'),date = True) ]] - - - [[ formatLang(total_quantity(o)) ]] - - - - - - - - - - - - - Description - - - Tax - - - Quantity - - - Unit Price - - - Disc. (%) - - - Price - - - -
- [[repeatIn(o.lines,'l')]] - - - - [ [[l.product_id.code]] ] [[l.product_id.name]] - - - [[taxes(l)]] - - - [[ formatLang(l.qty) ]] [[l.product_id.uom_id.name]] - - - [[ formatLang(l.price_unit) ]] - - - [[ formatLang(l.discount) ]] - - - [[ formatLang(l.price_subtotal, currency_obj=o.pricelist_id.currency_id) ]] - - - -
- - - - - - - - - Net Total : - - - [[ formatLang(o.amount_total, currency_obj=o.pricelist_id.currency_id) ]] - - - - - - - - - - Taxes : - - - [[ formatLang(o.amount_tax, currency_obj=o.pricelist_id.currency_id) ]] - - - - - - - - - - Total: - - - [[ formatLang(o.amount_total + o.amount_tax, currency_obj=o.pricelist_id.currency_id) ]] - - - - - - -
-
diff --git a/addons/point_of_sale/report/pos_payment_report.py b/addons/point_of_sale/report/pos_payment_report.py index e52694c9d01..a2b5698c40b 100644 --- a/addons/point_of_sale/report/pos_payment_report.py +++ b/addons/point_of_sale/report/pos_payment_report.py @@ -20,8 +20,10 @@ ############################################################################## import time +from openerp.osv import osv from openerp.report import report_sxw + class pos_payment_report(report_sxw.rml_parse): def __init__(self, cr, uid, name, context): @@ -34,6 +36,7 @@ class pos_payment_report(report_sxw.rml_parse): }) def _pos_payment(self, obj): + self.total = 0 data={} sql = """ select id from pos_order where id = %d"""%(obj.id) self.cr.execute(sql) @@ -59,6 +62,11 @@ class pos_payment_report(report_sxw.rml_parse): def _pos_payment_total(self, o): return self.total -report_sxw.report_sxw('report.pos.payment.report', 'pos.order', 'addons/point_of_sale/report/pos_payment_report.rml', parser=pos_payment_report,header='internal') + +class report_pos_payment(osv.AbstractModel): + _name = 'report.point_of_sale.report_payment' + _inherit = 'report.abstract_report' + _template = 'point_of_sale.report_payment' + _wrapped_report_class = pos_payment_report # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/point_of_sale/report/pos_payment_report.rml b/addons/point_of_sale/report/pos_payment_report.rml deleted file mode 100644 index bcc4b9ec261..00000000000 --- a/addons/point_of_sale/report/pos_payment_report.rml +++ /dev/null @@ -1,209 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Payment For Sale - - - - - - - - - - Company - - - Print Date - - - - - - - [[ company.name ]] - - - [[ formatLang(time.strftime('%Y-%m-%d'),date = True) ]] - - - - - - - - - - - - - Product - - - Qty - - - Disc.(%) - - - Unit Price - - - Total - - - -
- [[ repeatIn(objects,'o') ]] -
- [[ repeatIn(pos_payment(o), 'line_ids') ]] - - - - [ [[ line_ids['code'] ]] ] [[ line_ids['name'] ]] - - - [[ formatLang(line_ids['qty']) ]] [[line_ids['uom'] ]] - - - [[ formatLang(line_ids['discount']) ]] - - - [[ formatLang(line_ids['price_unit']) ]] - - - [[ formatLang(line_ids['total'], currency_obj = company.currency_id) ]] - - - - -
-
- - - - - - - - - Net Total: - - - [[ formatLang(pos_payment_total(o), currency_obj = company.currency_id) or removeParentNode('blockTable')]] - - - -
-
diff --git a/addons/point_of_sale/report/pos_payment_report_user.py b/addons/point_of_sale/report/pos_payment_report_user.py deleted file mode 100644 index d3928df4a84..00000000000 --- a/addons/point_of_sale/report/pos_payment_report_user.py +++ /dev/null @@ -1,64 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import time -from openerp.report import report_sxw - -class pos_payment_report_user(report_sxw.rml_parse): - - def __init__(self, cr, uid, name, context): - super(pos_payment_report_user, self).__init__(cr, uid, name, context=context) - self.total = 0.0 - self.localcontext.update({ - 'time': time, - 'pos_payment_user': self.__pos_payment_user__, - 'pos_payment_user_total':self.__pos_payment_user__total__, - }) - - def __pos_payment_user__(self, form): - data={} - ids = form['user_id'] - sql = "select pt.name,pp.default_code as code,pol.qty,pu.name as uom,pol.discount,pol.price_unit, " \ - "(pol.price_unit * pol.qty * (1 - (pol.discount) / 100.0)) as total " \ - "from pos_order as po,pos_order_line as pol,product_product as pp,product_template as pt,product_uom as pu " \ - "where pt.id=pp.product_tmpl_id and pp.id=pol.product_id and po.id = pol.order_id and pu.id=pt.uom_id " \ - "and po.state in ('paid','invoiced') and to_char(date_trunc('day',po.date_order),'YYYY-MM-DD')::date = current_date " \ - "and po.user_id IN %s" - self.cr.execute (sql, (tuple(ids), )) - data=self.cr.dictfetchall() - return data - - def __pos_payment_user__total__(self, form): - res=[] - ids = form['user_id'] - self.cr.execute ("select sum(pol.price_unit * pol.qty * (1 - (pol.discount) / 100.0)) " \ - "from pos_order as po,pos_order_line as pol,product_product as pp,product_template as pt " \ - "where pt.id=pp.product_tmpl_id and pp.id=pol.product_id and po.id = pol.order_id " \ - "and po.state='paid' and to_char(date_trunc('day',po.date_order),'YYYY-MM-DD')::date = current_date " \ - "and po.user_id IN %s",(tuple(ids),)) - res=self.cr.fetchone() - res = res and res[0] or 0.0 - - return res - -report_sxw.report_sxw('report.pos.payment.report.user', 'pos.order', 'addons/point_of_sale/report/pos_payment_report_user.rml', parser=pos_payment_report_user,header='internal') - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/point_of_sale/report/pos_payment_report_user.rml b/addons/point_of_sale/report/pos_payment_report_user.rml deleted file mode 100644 index 3671408b760..00000000000 --- a/addons/point_of_sale/report/pos_payment_report_user.rml +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [[ repeatIn(objects,'order') ]] - - - - - - - Payment By User - - - - - - - Company - - - Print Date - - - - - - - [[ company.name ]] - - - [[ formatLang(time.strftime('%Y-%m-%d'),date = True) ]] - - - - - - - - - - - - - Product - - - Qty - - - Disc(%) - - - Unit Price - - - Total - - - -
- [[ repeatIn(pos_payment_user(data['form']), 'line_ids') ]] - - - - [ [[ line_ids['code'] ]] ] [[ line_ids['name'] ]] - - - [[ formatLang(line_ids['qty']) ]] [[line_ids['uom'] ]] - - - [[ formatLang(line_ids['discount']) ]] - - - [[ formatLang(line_ids['price_unit']) ]] - - - [[ formatLang(line_ids['total'], currency_obj = company.currency_id)]] - - - -
- - - - - - - - - - - - - - - - - - - Total: - - - [[ formatLang(pos_payment_user_total(data['form']), currency_obj = company.currency_id) or removeParentNode('blockTable')]] - - - - - - -
-
diff --git a/addons/point_of_sale/report/pos_receipt.py b/addons/point_of_sale/report/pos_receipt.py index bc9d1853f5b..bba15843a0e 100644 --- a/addons/point_of_sale/report/pos_receipt.py +++ b/addons/point_of_sale/report/pos_receipt.py @@ -20,14 +20,17 @@ ############################################################################## import time +from openerp.osv import osv from openerp.report import report_sxw + def titlize(journal_name): words = journal_name.split() while words.pop() != 'journal': continue return ' '.join(words) + class order(report_sxw.rml_parse): def __init__(self, cr, uid, name, context): @@ -71,6 +74,11 @@ class order(report_sxw.rml_parse): data = self.cr.dictfetchall() return data -report_sxw.report_sxw('report.pos.receipt', 'pos.order', 'addons/point_of_sale/report/pos_receipt.rml', parser=order, header=False) + +class report_order_receipt(osv.AbstractModel): + _name = 'report.point_of_sale.report_receipt' + _inherit = 'report.abstract_report' + _template = 'point_of_sale.report_receipt' + _wrapped_report_class = order # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/point_of_sale/report/pos_receipt.rml b/addons/point_of_sale/report/pos_receipt.rml deleted file mode 100644 index 02b8a5b1a1a..00000000000 --- a/addons/point_of_sale/report/pos_receipt.rml +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [[ repeatIn(objects,'o') ]] - [[o.user_id.company_id.name]] - [[ address and display_address(address)]] - Tel : [[ address and address.phone ]] - User : [[ o.user_id.name ]] - Warehouse : [[ o.warehouse_id.name ]] - Date : [[ o.date_order ]] - - - - - - - - - - N° : [[ o.name ]] - - - - Description - - - Qty - - - Price - - - - - [[ repeatIn(o.lines,'line') ]] - [[ line.product_id.name ]] - - With a [[ line and line.discount == 0.0 and removeParentNode('font') ]] ([[ '%.2f' % line.discount ]]) % discount. - - - - - - - [[o.state=='cancel' and o.statement_ids and '-' or '']][['%.f' % line.qty ]] - - - [[o.state=='cancel' and o.statement_ids and '-' or '']][[ formatLang(net(line.id), currency_obj=company.currency_id) ]] [[ line and line.discount == 0.0 and removeParentNode('font') ]] ([[ formatLang(line.discount, currency_obj=company.currency_id) ]]) - - - - - - - Taxes : - - - [[o.state=='cancel' and o.statement_ids and '-' or '']][[formatLang(o.amount_tax, currency_obj=company.currency_id)]] - - - - - - - Total : - - - [[o.state=='cancel' and o.statement_ids and '-' or '']][[formatLang(o.amount_total, currency_obj=company.currency_id)]] - - - - - - - Payment Mode - - - - - - - - Amount - - - - - [[ repeatIn(get_journal_amt(o),'d') ]] - [[ d['name'] ]] - - - - - - - - [[ formatLang(d['amt'] or 0, currency_obj=company.currency_id) ]] - - - - - diff --git a/addons/point_of_sale/report/pos_report.py b/addons/point_of_sale/report/pos_report.py index 96b056fb0fc..82c5ba3b7d2 100644 --- a/addons/point_of_sale/report/pos_report.py +++ b/addons/point_of_sale/report/pos_report.py @@ -20,7 +20,6 @@ ############################################################################## from openerp.osv import fields, osv -import time from openerp import tools class report_transaction_pos(osv.osv): diff --git a/addons/point_of_sale/report/pos_sales_user.py b/addons/point_of_sale/report/pos_sales_user.py deleted file mode 100644 index 1da46cc3a22..00000000000 --- a/addons/point_of_sale/report/pos_sales_user.py +++ /dev/null @@ -1,50 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import time -from openerp.report import report_sxw - -class pos_sales_user(report_sxw.rml_parse): - - def __init__(self, cr, uid, name, context): - super(pos_sales_user, self).__init__(cr, uid, name, context=context) - self.total = 0.0 - self.localcontext.update({ - 'time': time, - 'get_data':self._get_data, - - }) - - def _get_data(self, form): - dt1 = form['date_start'] + ' 00:00:00' - dt2 = form['date_end'] + ' 23:59:59' - data={} - self.cr.execute("select po.name as pos,po.date_order,rp.name as user,po.state,rc.name " \ - "from pos_order as po,res_users as ru,res_company as rc, res_partner as rp " \ - "where po.date_order >= %s and po.date_order <= %s " \ - "and po.company_id=rc.id and po.user_id=ru.id and po.user_id IN %s and ru.partner_id = rp.id" \ - ,(dt1,dt2,tuple(form['user_id']))) - - return self.cr.dictfetchall() - -report_sxw.report_sxw('report.pos.sales.user', 'pos.order', 'addons/point_of_sale/report/pos_sales_user.rml', parser=pos_sales_user,header='internal') - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/point_of_sale/report/pos_sales_user.rml b/addons/point_of_sale/report/pos_sales_user.rml deleted file mode 100644 index 8684ea11662..00000000000 --- a/addons/point_of_sale/report/pos_sales_user.rml +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [[ repeatIn(objects,'order') ]] - - - - - - - Sales Report - - - - - - - Company - - - Print Date - - - - - - - [[ company.name ]] - - - [[ formatLang(time.strftime('%Y-%m-%d'),date = True) ]] - - - - - - - - - - - - - Name - - - Date Order - - - User - - - Status - - - Company - - - -
- [[ repeatIn(get_data(data['form']), 'line_ids')]] - - - - [[ line_ids['pos'] ]] - - - [[ formatLang(line_ids['date_order'],date_time = True) ]] - - - [[ line_ids['user'] ]] - - - [[ line_ids['state'] ]] - - - [[ line_ids['name'] ]] - - - - - - -
-
-
diff --git a/addons/point_of_sale/report/pos_sales_user_today.py b/addons/point_of_sale/report/pos_sales_user_today.py deleted file mode 100644 index 521fbd0adda..00000000000 --- a/addons/point_of_sale/report/pos_sales_user_today.py +++ /dev/null @@ -1,50 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import time -from openerp.report import report_sxw - -class pos_sales_user_today(report_sxw.rml_parse): - - def __init__(self, cr, uid, name, context): - super(pos_sales_user_today, self).__init__(cr, uid, name, context=context) - self.total = 0.0 - self.localcontext.update({ - 'time': time, - 'get_data':self._get_data, - - }) - - def _get_data(self, form): - data={} - ids = form['user_id'] - - self.cr.execute("select po.name as pos,po.date_order,ru.name as user,po.state,rc.name " \ - "from pos_order as po,res_users as ru,res_company as rc " \ - "where to_char(date_trunc('day',po.date_order),'YYYY-MM-DD')::date = current_date " \ - "and po.company_id=rc.id and po.user_id=ru.id and po.user_id IN %s", (tuple(ids), )) - - data = self.cr.dictfetchall() - return data - -report_sxw.report_sxw('report.pos.sales.user.today', 'pos.order', 'addons/point_of_sale/report/pos_sales_user_today.rml', parser=pos_sales_user_today,header='internal') - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/point_of_sale/report/pos_sales_user_today.rml b/addons/point_of_sale/report/pos_sales_user_today.rml deleted file mode 100644 index d036d2d4813..00000000000 --- a/addons/point_of_sale/report/pos_sales_user_today.rml +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [[ repeatIn(objects,'order') ]] - - - - - - - Today's Sales By User - - - - - - - Company - - - Print Date - - - - - - - [[ company.name ]] - - - [[ formatLang(time.strftime('%Y-%m-%d'),date = True) ]] - - - - - - - - - - - - - Name - - - Date Order - - - User - - - Status - - - Company - - - -
- [[ repeatIn(get_data(data['form']), 'line_ids')]] - - - - [[ line_ids['pos'] ]] - - - [[ formatLang(line_ids['date_order'],date_time = True) ]] - - - [[ line_ids['user'] ]] - - - [[ line_ids['state'] ]] - - - [[ line_ids['name'] ]] - - - - - - -
-
-
diff --git a/addons/point_of_sale/report/pos_users_product.py b/addons/point_of_sale/report/pos_users_product.py index 9dfc89a618d..ba77e327fae 100644 --- a/addons/point_of_sale/report/pos_users_product.py +++ b/addons/point_of_sale/report/pos_users_product.py @@ -20,8 +20,10 @@ ############################################################################## import time +from openerp.osv import osv from openerp.report import report_sxw + class pos_user_product(report_sxw.rml_parse): def __init__(self, cr, uid, name, context): @@ -52,17 +54,27 @@ class pos_user_product(report_sxw.rml_parse): return data def _get_user(self, object): + names = [] + users_obj = self.pool['res.users'] for o in object: - sql = """select ru.name from account_bank_statement as abs,res_users ru + sql = """select ru.id from account_bank_statement as abs,res_users ru where abs.user_id = ru.id and abs.id = %d"""%(o.id) self.cr.execute(sql) data = self.cr.fetchone() - return data[0] + if data: + user = users_obj.browse(self.cr, self.uid, data[0]) + names.append(user.partner_id.name) + return list(set(names)) def _get_total(self, o): return self.total -report_sxw.report_sxw('report.pos.user.product', 'account.bank.statement', 'addons/statement/report/pos_users_product.rml', parser=pos_user_product,header='internal') + +class report_pos_user_product(osv.AbstractModel): + _name = 'report.point_of_sale.report_usersproduct' + _inherit = 'report.abstract_report' + _template = 'point_of_sale.report_usersproduct' + _wrapped_report_class = pos_user_product # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/point_of_sale/report/pos_users_product.py.WORK b/addons/point_of_sale/report/pos_users_product.py.WORK deleted file mode 100644 index 51ab021e650..00000000000 --- a/addons/point_of_sale/report/pos_users_product.py.WORK +++ /dev/null @@ -1,68 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). All Rights Reserved -# $Id$ -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -############################################################################## -import time -from report import report_sxw - - -class pos_user_product(report_sxw.rml_parse): - - def __init__(self, cr, uid, name, context): - super(pos_user_product, self).__init__(cr, uid, name, context) - self.total = 0.0 - self.localcontext.update({ - 'time': time, - 'get_data':self._get_data, - 'get_user':self._get_user, - 'get_total':self._get_total, - - }) - def _get_data(self,object): - data={} - for o in object : - sql1=""" SELECT distinct(o.id) from account_bank_statement s, account_bank_statement_line l,pos_order o,pos_order_line i where i.order_id=o.id and o.state in ('paid','invoiced') and l.statement_id=s.id and l.pos_statement_id=o.id and s.id=%d"""%(o.id) - self.cr.execute(sql1) - data = self.cr.dictfetchall() - a_l=[] - for r in data: - if r['id']: - a_l.append(r['id']) - a = ','.join(map(str,a_l)) - if len(a_l): - sql2="""SELECT sum(qty) as qty,l.price_unit*sum(l.qty) as amt,t.name as name from product_product p, product_template t, pos_order_line l where order_id in (%s) and p.product_tmpl_id=t.id and l.product_id=p.id group by t.name, l.price_unit"""%(a) - self.cr.execute(sql2) - data = self.cr.dictfetchall() - for d in data: - self.total += d['amt'] - return data - - def _get_user(self,object): - for o in object : - sql = """select ru.name from account_bank_statement as abs,res_users ru - where abs.user_id = ru.id - and abs.id = %d"""%(o.id) - self.cr.execute(sql) - data = self.cr.fetchone() - return data[0] - def _get_total(self): - return self.total - -report_sxw.report_sxw('report.pos.user.product', 'account.bank.statement', 'addons/statement/report/pos_users_product.rml', parser=pos_user_product) diff --git a/addons/point_of_sale/report/pos_users_product.rml b/addons/point_of_sale/report/pos_users_product.rml deleted file mode 100644 index 9758e924ada..00000000000 --- a/addons/point_of_sale/report/pos_users_product.rml +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [[ repeatIn(objects,'statement') ]] - - - - - - - User's Product - - - - - - - - - - User - - - Company - - - Print Date - - - Starting Date - - - Ending Date - - - - - - - [[ get_user(objects) ]] - - - [[ company.name ]] - - - [[ formatLang(time.strftime('%Y-%m-%d'),date = True) ]] - - - [[ formatLang(statement.date,date = True) ]] - - - [[ formatLang(statement.closing_date,date_time = True) ]] - - - - - - - - - - Product - - - Qty - - - Amount - - - -
- [[ repeatIn(get_data(statement), 'line_ids') and ' ' or removeParentNode('blockTable') ]] -
- [[ repeatIn(get_data(statement), 'line_ids')]] - - - - [ [[line_ids['code'] ]] ] [[ line_ids['name'] ]] - - - [[ formatLang(line_ids['qty']) ]] [[line_ids['uom'] ]] - - - [[ formatLang(line_ids['amt'], currency_obj = company.currency_id) ]] - - - -
-
- - - - - - - - - Total : - - - [[ formatLang(get_total(statement), currency_obj = company.currency_id) ]] - - - - - - -
-
diff --git a/addons/point_of_sale/static/src/js/screens.js b/addons/point_of_sale/static/src/js/screens.js index c58e7d860a0..71fdb3a5609 100644 --- a/addons/point_of_sale/static/src/js/screens.js +++ b/addons/point_of_sale/static/src/js/screens.js @@ -19,6 +19,8 @@ function openerp_pos_screens(instance, module){ //module is instance.point_of_sa var QWeb = instance.web.qweb, _t = instance.web._t; + var round_pr = instance.web.round_precision + module.ScreenSelector = instance.web.Class.extend({ init: function(options){ this.pos = options.pos; @@ -564,7 +566,20 @@ function openerp_pos_screens(instance, module){ //module is instance.point_of_sa this.$('.js-weight').text(this.get_product_weight_string()); }, get_product_weight_string: function(){ - return (this.weight || 0).toFixed(3) + ' Kg'; + var product = this.get_product(); + var defaultstr = (this.weight || 0).toFixed(3) + ' Kg'; + if(!product || !this.pos){ + return defaultstr; + } + var unit_id = product.uos_id || product.uom_id; + if(!unit_id){ + return defaultstr; + } + var unit = this.pos.units_by_id[unit_id[0]]; + var weight = round_pr(this.weight || 0, unit.rounding); + var weightstr = weight.toFixed(Math.ceil(Math.log(1.0/unit.rounding) / Math.log(10) )); + weightstr += ' Kg'; + return weightstr; }, get_product_image_url: function(){ var product = this.get_product(); diff --git a/addons/point_of_sale/test/02_order_to_invoice.yml b/addons/point_of_sale/test/02_order_to_invoice.yml index bd76eb08a9c..ea63b24c58c 100644 --- a/addons/point_of_sale/test/02_order_to_invoice.yml +++ b/addons/point_of_sale/test/02_order_to_invoice.yml @@ -36,11 +36,16 @@ - state == 'paid' - not invoice_id - - I generate the invoice by pressing the Invoice button that calls the workflow + I set the order as invoiced - !workflow {model: pos.order, action: invoice, ref: pos_order_pos1} +- + I generate an invoice from the order +- + !python {model: pos.order}: | + invoice = self.action_invoice(cr, uid, [ref('pos_order_pos1')]) - I test that the total of the attached invoice is correct - - !assert {model: pos.order, id: pos_order_pos1, string: Invoice not correct}: - - amount_total == (450*2 + 300*3*1.05)*0.95 + !assert {model: pos.order, id: pos_order_pos1, string: Invoice inconsistent with its origin order}: + - invoice_id.amount_total == 1795.5 diff --git a/addons/point_of_sale/test/account_statement_reports.yml b/addons/point_of_sale/test/account_statement_reports.yml new file mode 100644 index 00000000000..99a11a7b3e8 --- /dev/null +++ b/addons/point_of_sale/test/account_statement_reports.yml @@ -0,0 +1,72 @@ +- + In order to test Bank Statement feature of account I create a bank statement line and confirm it and check it's move created +- + I select the period and journal for the bank statement +- + !python {model: account.bank.statement}: | + import time + journal = self._default_journal_id(cr, uid, {'lang': u'en_US', 'tz': False, 'active_model': 'ir.ui.menu', + 'journal_type': 'bank', 'period_id': time.strftime('%m'), 'active_ids': [ref('account.menu_bank_statement_tree')], 'active_id': ref('account.menu_bank_statement_tree')}) + assert journal, 'Journal has not been selected' +- + I create a bank statement with Opening and Closing balance 0. +- + !record {model: account.bank.statement, id: account_bank_statement_0}: + balance_end_real: 0.0 + balance_start: 0.0 + date: !eval time.strftime('%Y-%m-%d') + journal_id: account.bank_journal +- + I create bank statement line +- + !python {model: account.bank.statement.line}: | + partner = self.onchange_partner_id(cr, uid, [], ref('base.res_partner_4'), context=None) + vals = { + 'account_id': partner['value']['account_id'], + 'amount': 1000.0, + 'partner_id': ref('base.res_partner_4'), + 'statement_id': ref('account_bank_statement_0'), + 'name': 'EXT001' + } + vals.update(partner.get('value',{})) + line_id = self.create(cr, uid, vals) + assert line_id, "Account bank statement line has not been created" +- + I compute bank statement using Compute button +- + !python {model: account.bank.statement}: | + self.button_dummy(cr, uid, [ref("account_bank_statement_0")]) + +- + I modify the bank statement and set the Closing Balance. +- + !record {model: account.bank.statement, id: account_bank_statement_0}: + balance_end_real: 1000.0 + +- + I confirm the bank statement using Confirm button +- + !python {model: account.bank.statement}: | + self.button_confirm_bank(cr, uid, [ref("account_bank_statement_0")]) +- + Print the account statement report +- + !python {model: account.bank.statement}: | + import os + import openerp.report + from openerp import tools + data, format = openerp.report.render_report(cr, uid, [ref('account_bank_statement_0')], 'point_of_sale.report_statement', {}, {}) + if tools.config['test_report_directory']: + file(os.path.join(tools.config['test_report_directory'], 'point_of_sale-statement.'+format), 'wb+').write(data) + +- + Printing the user s product report +- + !python {model: account.bank.statement}: | + import os + import openerp.report + from openerp import tools + data, format = openerp.report.render_report(cr, uid, [ref('account_bank_statement_0')], 'point_of_sale.report_usersproduct', {}, {}) + if tools.config['test_report_directory']: + file(os.path.join(tools.config['test_report_directory'], 'point_of_sale-usersproduct.'+format), 'wb+').write(data) + diff --git a/addons/point_of_sale/test/point_of_sale_report.yml b/addons/point_of_sale/test/point_of_sale_report.yml index af034c8f23e..910afe54776 100644 --- a/addons/point_of_sale/test/point_of_sale_report.yml +++ b/addons/point_of_sale/test/point_of_sale_report.yml @@ -1,14 +1,3 @@ -- - In order to test the PDF reports defined on a Point Of Sale,we will print a POS Detail Summary Report -- - !python {model: pos.order}: | - import os - import openerp.report - from openerp import tools - data, format = openerp.report.render_report(cr, uid, [ref('point_of_sale.pos_order_pos1')], 'pos.details_summary', {}, {}) - if tools.config['test_report_directory']: - file(os.path.join(tools.config['test_report_directory'], 'point_of_sale-details_summary report'+format), 'wb+').write(data) - - In order to test the PDF reports defined on a Point Of Sale, we will print a POS Invoice Report - @@ -16,9 +5,9 @@ import os import openerp.report from openerp import tools - data, format = openerp.report.render_report(cr, uid, [ref('point_of_sale.pos_order_pos1')], 'pos.invoice', {}, {}) + data, format = openerp.report.render_report(cr, uid, [ref('pos_order_pos1')], 'point_of_sale.report_invoice', {}, {}) if tools.config['test_report_directory']: - file(os.path.join(tools.config['test_report_directory'], 'point_of_sale-invoice report'+format), 'wb+').write(data) + file(os.path.join(tools.config['test_report_directory'], 'point_of_sale-invoice_report.'+format), 'wb+').write(data) - In order to test the PDF reports defined on a Point Of Sale, we will print a POS Lines Report @@ -27,9 +16,9 @@ import os import openerp.report from openerp import tools - data, format = openerp.report.render_report(cr, uid, [ref('point_of_sale.pos_order_pos1')], 'pos.lines', {}, {}) + data, format = openerp.report.render_report(cr, uid, [ref('pos_order_pos1')], 'point_of_sale.report_saleslines', {}, {}) if tools.config['test_report_directory']: - file(os.path.join(tools.config['test_report_directory'], 'point_of_sale-lines report'+format), 'wb+').write(data) + file(os.path.join(tools.config['test_report_directory'], 'point_of_sale-lines_report.'+format), 'wb+').write(data) - In order to test the PDF reports defined on a Point of Sale, we will print a POS Receipt Report @@ -38,9 +27,9 @@ import os import openerp.report from openerp import tools - data, format = openerp.report.render_report(cr, uid, [ref('point_of_sale.pos_order_pos1')], 'pos.receipt', {}, {}) + data, format = openerp.report.render_report(cr, uid, [ref('pos_order_pos1')], 'point_of_sale.report_receipt', {}, {}) if tools.config['test_report_directory']: - file(os.path.join(tools.config['test_report_directory'], 'point_of_sale-receipt report'+format), 'wb+').write(data) + file(os.path.join(tools.config['test_report_directory'], 'point_of_sale-receipt_report.'+format), 'wb+').write(data) - Print the POS Details Report through the wizard @@ -53,17 +42,6 @@ from openerp.tools import test_reports test_reports.try_report_action(cr, uid, 'action_report_pos_details',wiz_data=data_dict, context=ctx, our_module='point_of_sale') -- - In order to test the PDF reports defined on a Point of Sale, we will print a POS Sales User Report -- - !python {model: pos.order}: | - import os, time - import openerp.report - from openerp import tools - data_dict = {'model':'ir.ui.menu', 'form':{'date_start': time.strftime('%Y-%m-%d'), 'date_end': time.strftime('%Y-%m-%d'),'user_id':[ref('base.user_root')] }} - data, format = openerp.report.render_report(cr, uid, [ref('point_of_sale.pos_order_pos1')], 'pos.sales.user', data_dict, {}) - if tools.config['test_report_directory']: - file(os.path.join(tools.config['test_report_directory'], 'point_of_sale-sales_user_report'+format), 'wb+').write(data) - In order to test the PDF reports defined on a Point of Sale, we will print a POS Payment Report - @@ -71,17 +49,6 @@ import os, time import openerp.report from openerp import tools - data, format = openerp.report.render_report(cr, uid, [ref('point_of_sale.pos_order_pos0')], 'pos.payment.report', {}, {}) + data, format = openerp.report.render_report(cr, uid, [ref('pos_order_pos0')], 'point_of_sale.report_payment', {}, {}) if tools.config['test_report_directory']: - file(os.path.join(tools.config['test_report_directory'], 'point_of_sale-payment_report'+format), 'wb+').write(data) -- - In order to test the PDF reports defined on a Point of Sale, we will print a POS Payment User Report -- - !python {model: pos.order}: | - import os, time - import openerp.report - from openerp import tools - data_dict = {'model':'ir.ui.menu', 'form':{'user_id':[ref('base.user_root'),ref('base.user_demo')] }} - data, format = openerp.report.render_report(cr, uid, [ref('point_of_sale.pos_order_pos1')], 'pos.payment.report.user', data_dict, {}) - if tools.config['test_report_directory']: - file(os.path.join(tools.config['test_report_directory'], 'point_of_sale-payment_user_report'+format), 'wb+').write(data) + file(os.path.join(tools.config['test_report_directory'], 'point_of_sale-payment_report.'+format), 'wb+').write(data) diff --git a/addons/point_of_sale/views/report_detailsofsales.xml b/addons/point_of_sale/views/report_detailsofsales.xml new file mode 100644 index 00000000000..5f9fa48752d --- /dev/null +++ b/addons/point_of_sale/views/report_detailsofsales.xml @@ -0,0 +1,140 @@ + + + + + + diff --git a/addons/point_of_sale/views/report_payment.xml b/addons/point_of_sale/views/report_payment.xml new file mode 100644 index 00000000000..939391ca532 --- /dev/null +++ b/addons/point_of_sale/views/report_payment.xml @@ -0,0 +1,91 @@ + + + + + + diff --git a/addons/point_of_sale/views/report_receipt.xml b/addons/point_of_sale/views/report_receipt.xml new file mode 100644 index 00000000000..70b2d8a3dc4 --- /dev/null +++ b/addons/point_of_sale/views/report_receipt.xml @@ -0,0 +1,92 @@ + + + + + + diff --git a/addons/point_of_sale/views/report_saleslines.xml b/addons/point_of_sale/views/report_saleslines.xml new file mode 100644 index 00000000000..a3f479c5d84 --- /dev/null +++ b/addons/point_of_sale/views/report_saleslines.xml @@ -0,0 +1,98 @@ + + + + + + diff --git a/addons/point_of_sale/views/report_sessionsummary.xml b/addons/point_of_sale/views/report_sessionsummary.xml new file mode 100644 index 00000000000..5f0f2617654 --- /dev/null +++ b/addons/point_of_sale/views/report_sessionsummary.xml @@ -0,0 +1,127 @@ + + + + + + diff --git a/addons/point_of_sale/views/report_statement.xml b/addons/point_of_sale/views/report_statement.xml new file mode 100644 index 00000000000..4234d0b997b --- /dev/null +++ b/addons/point_of_sale/views/report_statement.xml @@ -0,0 +1,85 @@ + + + + + + \ No newline at end of file diff --git a/addons/point_of_sale/views/report_usersproduct.xml b/addons/point_of_sale/views/report_usersproduct.xml new file mode 100644 index 00000000000..9a3614e43d3 --- /dev/null +++ b/addons/point_of_sale/views/report_usersproduct.xml @@ -0,0 +1,79 @@ + + + + + + diff --git a/addons/point_of_sale/wizard/__init__.py b/addons/point_of_sale/wizard/__init__.py index 0f97a054533..744170cebef 100644 --- a/addons/point_of_sale/wizard/__init__.py +++ b/addons/point_of_sale/wizard/__init__.py @@ -19,18 +19,12 @@ # ############################################################################## +import pos_box import pos_confirm +import pos_details import pos_discount import pos_open_statement -import pos_details -import pos_sales_user -import pos_sales_user_today -import pos_receipt -import pos_payment_report_user -import pos_payment_report import pos_payment import pos_session_opening -import pos_box # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/addons/point_of_sale/wizard/pos_box.py b/addons/point_of_sale/wizard/pos_box.py index e1fa90844d7..ad6719343d8 100644 --- a/addons/point_of_sale/wizard/pos_box.py +++ b/addons/point_of_sale/wizard/pos_box.py @@ -1,5 +1,5 @@ -from openerp.osv import osv, fields +from openerp.osv import osv from openerp.tools.translate import _ from openerp.addons.account.wizard.pos_box import CashBox diff --git a/addons/point_of_sale/wizard/pos_box_entries.py b/addons/point_of_sale/wizard/pos_box_entries.py deleted file mode 100644 index 8ca4f01b006..00000000000 --- a/addons/point_of_sale/wizard/pos_box_entries.py +++ /dev/null @@ -1,146 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import time - -from openerp.osv import osv, fields -from openerp.tools.translate import _ - - -def get_journal(self, cr, uid, context=None): - """ - Make the selection list of Cash Journal . - @param self: The object pointer. - @param cr: A database cursor - @param uid: ID of the user currently logged in - @param context: A standard dictionary - @return :Return the list of journal - """ - - journal_obj = self.pool.get('account.journal') - statement_obj = self.pool.get('account.bank.statement') - - j_ids = journal_obj.search(cr, uid, [('journal_user','=',1)], context=context) - obj_ids = statement_obj.search(cr, uid, [('state', '=', 'open'), ('user_id', '=', uid), ('journal_id', 'in', j_ids)], context=context) - res = statement_obj.read(cr, uid, obj_ids, ['journal_id'], context=context) - res = [(r['journal_id']) for r in res] - if not len(res) and context: - raise osv.except_osv(_('Error!'), _('You do not have any open cash register. You must create a payment method or open a cash register.')) - return res - -class pos_box_entries(osv.osv_memory): - _name = 'pos.box.entries' - _description = 'Pos Box Entries' - - def _get_income_product(self, cr, uid, context=None): - """ - Make the selection list of purchasing products. - @param self: The object pointer. - @param cr: A database cursor - @param uid: ID of the user currently logged in - @param context: A standard dictionary - @return :Return of operation of product - """ - product_obj = self.pool.get('product.product') - ids = product_obj.search(cr, uid, [('income_pdt', '=', True)], context=context) - res = product_obj.read(cr, uid, ids, ['id', 'name'], context=context) - res = [(r['id'], r['name']) for r in res] - res.insert(0, ('', '')) - - return res - - _columns = { - 'name': fields.char('Reason', size=32, required=True), - 'journal_id': fields.many2one('account.journal', 'Cash Register', required=True, domain="[('journal_id.type', '=', 'cash')]"), - 'product_id': fields.selection(_get_income_product, "Operation", required=True, size=-1), - 'amount': fields.float('Amount', digits=(16, 2), required=True), - 'ref': fields.char('Ref', size=32), - 'session_id' : fields.many2one('pos.session', 'Session'), - 'user_id' : fields.many2one('res.users', 'User'), - } - - def _default_session_id(self, cr, uid, context=None): - return context and context.get('active_id', False) or False - - def _default_cash_register(self, cr, uid, context=None): - - #import pdb - #pdb.set_trace() - if not context: - context = {} - result = context.get('active_id', False) or False - - return result - - _defaults = { - #'session_id' : _default_session_id, - #'journal_id': _default_cash_register, - #'product_id': 1, - 'user_id' : lambda obj, cr, uid, context: uid, - } - - def get_in(self, cr, uid, ids, context=None): - """ - Create the entry of statement in journal. - @param self: The object pointer. - @param cr: A database cursor - @param uid: ID of the user currently logged in - @param context: A standard dictionary - @return :Return of operation of product - """ - statement_obj = self.pool.get('account.bank.statement') - res_obj = self.pool.get('res.users') - product_obj = self.pool.get('product.product') - bank_statement = self.pool.get('account.bank.statement.line') - for data in self.read(cr, uid, ids, context=context): - vals = {} - curr_company = res_obj.browse(cr, uid, uid, context=context).company_id.id - statement_id = statement_obj.search(cr, uid, [('journal_id', '=', int(data['journal_id'])), ('company_id', '=', curr_company), ('user_id', '=', uid), ('state', '=', 'open')], context=context) - if not statement_id: - raise osv.except_osv(_('Error!'), _('You have to open at least one cashbox.')) - - product = product_obj.browse(cr, uid, int(data['product_id'])) - acc_id = product.property_account_income or product.categ_id.property_account_income_categ - if not acc_id: - raise osv.except_osv(_('Error!'), _('Please check that income account is set to %s.')%(product_obj.browse(cr, uid, data['product_id']).name)) - if statement_id: - statement_id = statement_id[0] - if not statement_id: - statement_id = statement_obj.create(cr, uid, { - 'date': time.strftime('%Y-%m-%d 00:00:00'), - 'journal_id': data['journal_id'], - 'company_id': curr_company, - 'user_id': uid, - }, context=context) - - vals['statement_id'] = statement_id - vals['journal_id'] = data['journal_id'] - if acc_id: - vals['account_id'] = acc_id.id - vals['amount'] = data['amount'] or 0.0 - vals['ref'] = "%s" % (data['ref'] or '') - vals['name'] = "%s: %s " % (product_obj.browse(cr, uid, data['product_id'], context=context).name, data['name'].decode('utf8')) - bank_statement.create(cr, uid, vals, context=context) - return {} - - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/point_of_sale/wizard/pos_box_entries.xml b/addons/point_of_sale/wizard/pos_box_entries.xml deleted file mode 100644 index 913f3b17b20..00000000000 --- a/addons/point_of_sale/wizard/pos_box_entries.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - Box Entries - pos.box.entries - -
- - - - - - - - - -
-
- -
-
- - - - - - -
-
diff --git a/addons/point_of_sale/wizard/pos_box_out.py b/addons/point_of_sale/wizard/pos_box_out.py deleted file mode 100644 index 51c3993183b..00000000000 --- a/addons/point_of_sale/wizard/pos_box_out.py +++ /dev/null @@ -1,105 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import time -from datetime import datetime -from dateutil.relativedelta import relativedelta - -from openerp.osv import fields, osv -from openerp.tools.translate import _ -import pos_box_entries - -class pos_box_out(osv.osv_memory): - _name = 'pos.box.out' - _description = 'Pos Box Out' - - def _get_expense_product(self, cr, uid, context=None): - """ - Make the selection list of expense product. - @param self: The object pointer. - @param cr: A database cursor - @param uid: ID of the user currently logged in - @param context: A standard dictionary - @return :Return of operation of product - """ - product_obj = self.pool.get('product.product') - company_id = self.pool.get('res.users').browse(cr, uid, uid, context=context).company_id.id - ids = product_obj.search(cr, uid, ['&', ('expense_pdt', '=', True), '|', ('company_id', '=', company_id), ('company_id', '=', None)], context=context) - res = product_obj.read(cr, uid, ids, ['id', 'name'], context=context) - res = [(r['id'], r['name']) for r in res] - return res - - _columns = { - 'name': fields.char('Description / Reason', size=32, required=True), - 'journal_id': fields.selection(pos_box_entries.get_journal, "Cash Register", required=True, size=-1), - 'product_id': fields.selection(_get_expense_product, "Operation", required=True, size=-1), - 'amount': fields.float('Amount', digits=(16, 2), required=True), - 'session_id' : fields.many2one('pos.session', 'Session'), - 'user_id' : fields.many2one('res.users', 'User'), - } - _defaults = { - 'journal_id': 1, - 'product_id': 1, - 'user_id' : lambda obj, cr, uid, context: uid, - } - def get_out(self, cr, uid, ids, context=None): - - """ - Create the entries in the CashBox . - @param self: The object pointer. - @param cr: A database cursor - @param uid: ID of the user currently logged in - @param context: A standard dictionary - @return :Return of operation of product - """ - vals = {} - statement_obj = self.pool.get('account.bank.statement') - statement_line_obj = self.pool.get('account.bank.statement.line') - product_obj = self.pool.get('product.product') - res_obj = self.pool.get('res.users') - for data in self.read(cr, uid, ids, context=context): - curr_company = res_obj.browse(cr, uid, uid, context=context).company_id.id - statement_ids = statement_obj.search(cr, uid, [('journal_id', '=', data['journal_id']), ('company_id', '=', curr_company), ('user_id', '=', uid), ('state', '=', 'open')], context=context) - monday = (datetime.today() + relativedelta(weekday=0)).strftime('%Y-%m-%d') - sunday = (datetime.today() + relativedelta(weekday=6)).strftime('%Y-%m-%d') - done_statmt = statement_obj.search(cr, uid, [('date', '>=', monday+' 00:00:00'), ('date', '<=', sunday+' 23:59:59'), ('journal_id', '=', data['journal_id']), ('company_id', '=', curr_company), ('user_id', '=', uid)], context=context) - stat_done = statement_obj.browse(cr, uid, done_statmt, context=context) - am = 0.0 - product = product_obj.browse(cr, uid, data['product_id'], context=context) - acc_id = product.property_account_expense or product.categ_id.property_account_expense_categ - if not acc_id: - raise osv.except_osv(_('Error!'), _('please check that account is set to %s.')%(product.name)) - if not statement_ids: - raise osv.except_osv(_('Error!'), _('You have to open at least one cashbox.')) - vals['statement_id'] = statement_ids[0] - vals['journal_id'] = data['journal_id'] - vals['account_id'] = acc_id.id - amount = data['amount'] or 0.0 - if data['amount'] > 0: - amount = -data['amount'] - vals['amount'] = amount - vals['name'] = "%s: %s " % (product.name, data['name']) - statement_line_obj.create(cr, uid, vals, context=context) - return {} - - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/point_of_sale/wizard/pos_box_out.xml b/addons/point_of_sale/wizard/pos_box_out.xml deleted file mode 100644 index 750630ac4db..00000000000 --- a/addons/point_of_sale/wizard/pos_box_out.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - Box Out - pos.box.out - -
- - - - - - - - - -
-
- -
-
- - - - - -
-
diff --git a/addons/point_of_sale/wizard/pos_confirm.py b/addons/point_of_sale/wizard/pos_confirm.py index 6a031f54f61..d1ecdfb4e0e 100644 --- a/addons/point_of_sale/wizard/pos_confirm.py +++ b/addons/point_of_sale/wizard/pos_confirm.py @@ -50,4 +50,3 @@ class pos_confirm(osv.osv_memory): return {} # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/addons/point_of_sale/wizard/pos_confirm.xml b/addons/point_of_sale/wizard/pos_confirm.xml index 626c99e1069..77eead67bce 100644 --- a/addons/point_of_sale/wizard/pos_confirm.xml +++ b/addons/point_of_sale/wizard/pos_confirm.xml @@ -17,16 +17,5 @@
- -
diff --git a/addons/point_of_sale/wizard/pos_details.py b/addons/point_of_sale/wizard/pos_details.py index bfd6e7c4ca7..1d34cd5c346 100644 --- a/addons/point_of_sale/wizard/pos_details.py +++ b/addons/point_of_sale/wizard/pos_details.py @@ -20,9 +20,9 @@ ############################################################################## import time - from openerp.osv import osv, fields + class pos_details(osv.osv_memory): _name = 'pos.details' _description = 'Sales Details' @@ -54,12 +54,6 @@ class pos_details(osv.osv_memory): datas['form'] = res if res.get('id',False): datas['ids']=[res['id']] - return { - 'type': 'ir.actions.report.xml', - 'report_name': 'pos.details', - 'datas': datas, - } - + return self.pool['report'].get_action(cr, uid, [], 'point_of_sale.report_detailsofsales', data=datas, context=context) # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/addons/point_of_sale/wizard/pos_discount.py b/addons/point_of_sale/wizard/pos_discount.py index d60b2766644..735e4c1681e 100644 --- a/addons/point_of_sale/wizard/pos_discount.py +++ b/addons/point_of_sale/wizard/pos_discount.py @@ -21,6 +21,7 @@ from openerp.osv import osv, fields + class pos_discount(osv.osv_memory): _name = 'pos.discount' _description = 'Add a Global Discount' @@ -31,21 +32,6 @@ class pos_discount(osv.osv_memory): 'discount': 5, } -# def view_init(self, cr, uid, fields_list, context=None): -# """ -# Creates view dynamically and adding fields at runtime. -# @param self: The object pointer. -# @param cr: A database cursor -# @param uid: ID of the user currently logged in -# @param context: A standard dictionary -# @return: New arch of view with new columns. -# """ -# if context is None: -# context = {} -# super(pos_discount, self).view_init(cr, uid, fields_list, context=context) -# record_id = context and context.get('active_id', False) or False -# True - def apply_discount(self, cr, uid, ids, context=None): """ To give the discount of product and check the. @@ -68,5 +54,4 @@ class pos_discount(osv.osv_memory): order_line_ref.write(cr, uid, [x.id for x in order.lines], {'discount':this.discount}, context=context) return {} - # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/point_of_sale/wizard/pos_payment.py b/addons/point_of_sale/wizard/pos_payment.py index 02223153290..fc03ff4a281 100644 --- a/addons/point_of_sale/wizard/pos_payment.py +++ b/addons/point_of_sale/wizard/pos_payment.py @@ -21,11 +21,10 @@ import time -import pos_box_entries - from openerp.osv import osv, fields from openerp.tools.translate import _ + class account_journal(osv.osv): _inherit = 'account.journal' @@ -43,6 +42,7 @@ class account_journal(osv.osv): return super(account_journal, self).search(cr, uid, args, offset=offset, limit=limit, order=order, context=context, count=count) + class pos_make_payment(osv.osv_memory): _name = 'pos.make.payment' _description = 'Point of Sale Payment' @@ -53,7 +53,6 @@ class pos_make_payment(osv.osv_memory): """ context = context or {} order_obj = self.pool.get('pos.order') - obj_partner = self.pool.get('res.partner') active_id = context and context.get('active_id', False) order = order_obj.browse(cr, uid, active_id, context=context) @@ -128,6 +127,4 @@ class pos_make_payment(osv.osv_memory): 'amount': _default_amount, } - - # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/point_of_sale/wizard/pos_payment_report.py b/addons/point_of_sale/wizard/pos_payment_report.py deleted file mode 100644 index a591fd4ce5f..00000000000 --- a/addons/point_of_sale/wizard/pos_payment_report.py +++ /dev/null @@ -1,48 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from openerp.osv import osv - -class pos_payment_report(osv.osv_memory): - _name = 'pos.payment.report' - _description = 'Payment Report' - - def print_report(self, cr, uid, ids, context=None): - """ - To get the date and print the report - @param self: The object pointer. - @param cr: A database cursor - @param uid: ID of the user currently logged in - @param context: A standard dictionary - @return : retrun report - """ - if context is None: - context = {} - datas = {'ids': context.get('active_ids', [])} - return { - 'type': 'ir.actions.report.xml', - 'report_name': 'pos.payment.report', - 'datas': datas, - } - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/addons/point_of_sale/wizard/pos_payment_report.xml b/addons/point_of_sale/wizard/pos_payment_report.xml deleted file mode 100644 index 6ba34ffab8c..00000000000 --- a/addons/point_of_sale/wizard/pos_payment_report.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - Payment Report - pos.payment.report - -
-
-
-
-
-
- - - Payment Report - ir.actions.act_window - pos.payment.report - form - form - new - - - -
-
diff --git a/addons/point_of_sale/wizard/pos_payment_report_user.py b/addons/point_of_sale/wizard/pos_payment_report_user.py deleted file mode 100644 index 37a62783ed2..00000000000 --- a/addons/point_of_sale/wizard/pos_payment_report_user.py +++ /dev/null @@ -1,54 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from openerp.osv import osv, fields - -class pos_payment_report_user(osv.osv_memory): - _name = 'pos.payment.report.user' - _description = 'Sales lines by Users' - def print_report(self, cr, uid, ids, context=None): - """ - To get the date and print the report - @param self: The object pointer. - @param cr: A database cursor - @param uid: ID of the user currently logged in - @param context: A standard dictionary - @return : retrun report - """ - if context is None: - context = {} - datas = {'ids': context.get('active_ids', [])} - res = self.read(cr, uid, ids, ['user_id'], context=context) - res = res and res[0] or {} - datas['form'] = res - return { - 'type': 'ir.actions.report.xml', - 'report_name': 'pos.payment.report.user', - 'datas': datas, - } - - _columns = { - 'user_id': fields.many2many('res.users', 'res_user_sale', 'user_id', 'sale_id', 'Salesperson') - } - - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/point_of_sale/wizard/pos_payment_report_user.xml b/addons/point_of_sale/wizard/pos_payment_report_user.xml deleted file mode 100644 index 3f109616b34..00000000000 --- a/addons/point_of_sale/wizard/pos_payment_report_user.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - Payment Report - pos.payment.report - -
-
-
-
-
-
- - - - Pyament Report - ir.actions.act_window - pos.payment.report - form - form - new - - -
-
diff --git a/addons/point_of_sale/wizard/pos_payment_report_user_view.xml b/addons/point_of_sale/wizard/pos_payment_report_user_view.xml deleted file mode 100644 index 3ec4db98305..00000000000 --- a/addons/point_of_sale/wizard/pos_payment_report_user_view.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - pos.payment.report.user.form - pos.payment.report.user - -
- - - -
-
-
-
-
- - Sales lines by Users - ir.actions.act_window - pos.payment.report.user - form - form - new - -
-
diff --git a/addons/point_of_sale/wizard/pos_receipt.py b/addons/point_of_sale/wizard/pos_receipt.py deleted file mode 100644 index 3e6714f3ac7..00000000000 --- a/addons/point_of_sale/wizard/pos_receipt.py +++ /dev/null @@ -1,59 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from openerp.osv import osv -from openerp.tools.translate import _ - -class pos_receipt(osv.osv_memory): - _name = 'pos.receipt' - _description = 'Point of sale receipt' - - def view_init(self, cr, uid, fields_list, context=None): - """ - Creates view dynamically and adding fields at runtime. - @param self: The object pointer. - @param cr: A database cursor - @param uid: ID of the user currently logged in - @param context: A standard dictionary - @return: New arch of view with new columns. - """ - order_lst = self. pool.get('pos.order').browse(cr, uid, context['active_id'], context=context) - - def print_report(self, cr, uid, ids, context=None): - """ - To get the date and print the report - @param self: The object pointer. - @param cr: A database cursor - @param uid: ID of the user currently logged in - @param context: A standard dictionary - @return : retrun report - """ - if context is None: - context = {} - datas = {'ids': context.get('active_ids', [])} - return { - 'type': 'ir.actions.report.xml', - 'report_name': 'pos.receipt', - 'datas': datas, - } - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/point_of_sale/wizard/pos_receipt_view.xml b/addons/point_of_sale/wizard/pos_receipt_view.xml deleted file mode 100644 index ed7c4ac1d93..00000000000 --- a/addons/point_of_sale/wizard/pos_receipt_view.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - Receipt - pos.receipt - -
- - -
-
-
-
-
- - - Receipt - pos.receipt - form - form - new - -
-
diff --git a/addons/point_of_sale/wizard/pos_return.py b/addons/point_of_sale/wizard/pos_return.py deleted file mode 100644 index 92bb6721f08..00000000000 --- a/addons/point_of_sale/wizard/pos_return.py +++ /dev/null @@ -1,323 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from openerp.osv import osv,fields -from openerp.tools.translate import _ -import time - -class pos_return(osv.osv_memory): - _name = 'pos.return' - _description = 'Point of sale return' - _columns = { - 'pos_moves_ids' : fields.one2many('pos.return.memory', 'pos_moves_id', 'Moves'), - } - - def default_get(self, cr, uid, fields, context=None): - """ - To get default values for the object. - - @param self: The object pointer. - @param cr: A database cursor - @param uid: ID of the user currently logged in - @param fields: List of fields for which we want default values - @param context: A standard dictionary - - @return: A dictionary which of fields with values. - - """ - res = super(pos_return, self).default_get(cr, uid, fields, context=context) - order_obj = self.pool.get('pos.order') - if context is None: - context={} - active_ids = context.get('active_ids') - result=[] - for order in order_obj.browse(cr, uid, active_ids, context=context): - for line in order.lines: - result.append({ - 'product_id' : line.product_id.id, - 'quantity' : line.qty, - 'line_id':line.id - }) - res.update({'pos_moves_ids': result}) - return res - - def create_returns(self, cr, uid, data, context=None): - """ - @param self: The object pointer. - @param cr: A database cursor - @param uid: ID of the user currently logged in - @param context: A standard dictionary - - @return: Return the add product form again for adding more product - - """ - if context is None: - context = {} - current_rec = self.browse(cr, uid, data, context=context)[0] - order_obj =self.pool.get('pos.order') - line_obj = self.pool.get('pos.order.line') - pos_current = order_obj.browse(cr, uid, context.get('active_id'), context=context) - for pos_line in pos_current.lines: - for record in current_rec.pos_moves_ids: - if pos_line.id == record.line_id: - less_qty = record.quantity - line_obj.write(cr, uid, pos_line.id, {'qty':pos_line.qty - less_qty}, context=context) - return { - 'name': _('Add Product'), - 'view_type': 'form', - 'view_mode': 'form', - 'res_model': 'pos.add.product', - 'view_id': False, - 'target':'new', - 'views': False, - 'context': context, - 'type': 'ir.actions.act_window', - } - def create_returns2(self, cr, uid, ids, context=None): - - if context is None: - context = {} - active_id = context.get('active_id', False) - order_obj =self.pool.get('pos.order') - line_obj = self.pool.get('pos.order.line') - picking_obj = self.pool.get('stock.picking') - stock_move_obj = self.pool.get('stock.move') - property_obj= self.pool.get("ir.property") - uom_obj =self. pool.get('product.uom') - statementl_obj = self.pool.get('account.bank.statement.line') - #Todo :Need to clean the code - if active_id: - data = self.browse(cr, uid, ids, context=context)[0] - date_cur = time.strftime('%Y-%m-%d %H:%M:%S') - - for order_id in order_obj.browse(cr, uid, [active_id], context=context): - source_stock_id = property_obj.get(cr, uid, 'property_stock_customer', 'res.partner', context=context).id - cr.execute("SELECT s.id FROM stock_location s, stock_warehouse w " - "WHERE w.lot_stock_id=s.id AND w.id=%s ", - (order_id.warehouse_id.id,)) - res = cr.fetchone() - location_id = res and res[0] or None - new_picking = picking_obj.copy(cr, uid, order_id.picking_id.id, {'name':'%s (return)' % order_id.name, - 'move_lines': [], - 'state':'draft', - 'type': 'in', - 'partner_id': order_id.partner_id.id, - 'date': date_cur }) - new_order = order_obj.copy(cr, uid, order_id.id, {'name': 'Refund %s'%order_id.name, - 'lines':[], - 'statement_ids':[], - 'picking_id':[]}) - account_def = property_obj.get(cr, uid, 'property_account_payable', 'res.partner', context=context) - amount = 0.0 - for line in order_id.lines: - for record in data.pos_moves_ids: - if line.id == record.line_id: - qty = record.quantity - amount += qty * line.price_unit - stock_move_obj.create(cr, uid, { - 'product_qty': qty , - 'product_uos_qty': uom_obj._compute_qty(cr, uid, qty ,line.product_id.uom_id.id), - 'picking_id': new_picking, - 'product_uom': line.product_id.uom_id.id, - 'location_id': source_stock_id, - 'product_id': line.product_id.id, - 'location_dest_id': location_id, - 'name': '%s (return)' %order_id.name, - 'date': date_cur - }) - if qty != 0.0: - line_obj.copy(cr, uid, line.id, {'qty': -qty, 'order_id': new_order}) - statementl_obj.create(cr, uid, { - 'name': 'Refund %s'%order_id.name, - 'statement_id': order_id.statement_ids[0].statement_id.id, - 'pos_statement_id': new_order, - 'date': fields.date.context_today(self, cr, uid, context=context), - 'account_id': order_id.partner_id and order_id.partner_id.property_account_payable \ - and order_id.partner_id.property_account_payable.id or account_def.id, - 'amount': -amount, - }) - order_obj.write(cr,uid, [active_id,new_order], {'state': 'done'}) - picking_obj.signal_button_confirm(cr, uid, [new_picking]) - picking_obj.force_assign(cr, uid, [new_picking], context) - act = { - 'domain': "[('id', 'in', ["+str(new_order)+"])]", - 'name': 'Refunded Orders', - 'view_type': 'form', - 'view_mode': 'tree,form', - 'res_model': 'pos.order', - 'auto_refresh':0, - 'res_id':new_order, - 'view_id': False, - 'context':context, - 'type': 'ir.actions.act_window' - } - return act - - -class add_product(osv.osv_memory): - _inherit = 'pos.add.product' - def select_product(self, cr, uid, ids, context=None): - """ - To get the product and quantity and add in order . - @param self: The object pointer. - @param cr: A database cursor - @param uid: ID of the user currently logged in - @param context: A standard dictionary - @return : Retrun the add product form again for adding more product - """ - if context is None: - context = {} - - active_id=context.get('active_id', False) - data = self.read(cr, uid, ids) - data = data and data[0] or False - if active_id: - order_obj = self.pool.get('pos.order') - picking_obj = self.pool.get('stock.picking') - stock_move_obj = self.pool.get('stock.move') - property_obj= self.pool.get("ir.property") - date_cur=time.strftime('%Y-%m-%d') - uom_obj = self.pool.get('product.uom') - prod_obj=self.pool.get('product.product') - order_obj.add_product(cr, uid, active_id, data['product_id'], data['quantity'], context=context) - - for order_id in order_obj.browse(cr, uid, [active_id], context=context): - prod=data['product_id'] - qty=data['quantity'] - stock_dest_id = property_obj.get(cr, uid, 'property_stock_customer', 'res.partner', context=context).id - cr.execute("SELECT s.id FROM stock_location s, stock_warehouse w " - "WHERE w.lot_stock_id=s.id AND w.id=%s ", - (order_id.warehouse_id.id,)) - res=cr.fetchone() - location_id=res and res[0] or None - prod_id=prod_obj.browse(cr, uid, prod, context=context) - new_picking=picking_obj.create(cr, uid, { - 'name':'%s (Added)' %order_id.name, - 'move_lines':[], - 'state':'draft', - 'type':'out', - 'date':date_cur - }) - stock_move_obj.create(cr, uid, { - 'product_qty': qty, - 'product_uos_qty': uom_obj._compute_qty(cr, uid, prod_id.uom_id.id, qty, prod_id.uom_id.id), - 'picking_id':new_picking, - 'product_uom':prod_id.uom_id.id, - 'location_id':location_id, - 'product_id':prod_id.id, - 'location_dest_id':stock_dest_id, - 'name':'%s (return)' %order_id.name, - 'date':date_cur - }) - - picking_obj.signal_button_confirm(cr, uid, [new_picking]) - picking_obj.force_assign(cr, uid, [new_picking], context) - order_obj.write(cr,uid,active_id,{'picking_id':new_picking}) - - return { - 'name': _('Add Product'), - 'view_type': 'form', - 'view_mode': 'form', - 'res_model': 'pos.add.product', - 'view_id': False, - 'target':'new', - 'context':context, - 'views': False, - 'type': 'ir.actions.act_window', - } - - def close_action(self, cr, uid, ids, context=None): - if context is None: context = {} - active_ids=context.get('active_ids', False) - order_obj = self.pool.get('pos.order') - lines_obj = self.pool.get('pos.order.line') - picking_obj = self.pool.get('stock.picking') - stock_move_obj = self.pool.get('stock.move') - property_obj= self.pool.get("ir.property") - invoice_obj=self.pool.get('account.invoice') - date_cur=time.strftime('%Y-%m-%d %H:%M:%S') - uom_obj = self.pool.get('product.uom') - return_boj=self.pool.get('pos.return') - return_id = return_boj.search(cr,uid,[]) - data = {} - if return_id: - data = return_boj.read(cr,uid,return_id,[])[0] - - self_data = self.browse(cr, uid, ids, context=context)[0] - order_obj.add_product(cr, uid, active_ids[0], self_data.product_id.id, self_data.quantity, context=context) - - for order_id in order_obj.browse(cr, uid, active_ids, context=context): - stock_dest_id = property_obj.get(cr, uid, 'property_stock_customer', 'res.partner', context=context).id - cr.execute("SELECT s.id FROM stock_location s, stock_warehouse w " - " WHERE w.lot_stock_id=s.id AND w.id=%s ", - (order_id.warehouse_id.id,)) - res=cr.fetchone() - location_id=res and res[0] or None - - if order_id.invoice_id: - invoice_obj.refund(cr, uid, [order_id.invoice_id.id], time.strftime('%Y-%m-%d'), False, order_id.name, context=context) - new_picking=picking_obj.create(cr, uid, { - 'name':'%s (return)' %order_id.name, - 'move_lines':[], 'state':'draft', - 'type':'in', - 'date':date_cur - }) - for line in order_id.lines: - key= 'return%s' % line.id - if line.id: - if data.has_key(key): - qty = data[key] - lines_obj.write(cr,uid,[line.id], { - 'qty':line.qty-(data[key] or 0.0) - }) - else: - qty = line.qty - stock_move_obj.create(cr, uid, { - 'product_qty': qty, - 'product_uos_qty': uom_obj._compute_qty(cr, uid, qty, line.product_id.uom_id.id), - 'picking_id':new_picking, - 'product_uom':line.product_id.uom_id.id, - 'location_id':location_id, - 'product_id':line.product_id.id, - 'location_dest_id':stock_dest_id, - 'name':'%s (return)' % order_id.name, - 'date':date_cur, - }) - picking_obj.signal_button_confirm(cr, uid, [new_picking]) - picking_obj.force_assign(cr, uid, [new_picking], context) - obj=order_obj.browse(cr,uid, active_ids[0]) - context.update({'return':'return'}) - - if obj.amount_total != obj.amount_paid: - return { - 'name': _('Make Payment'), - 'context ':context, - 'view_type': 'form', - 'view_mode': 'form', - 'res_model': 'pos.make.payment', - 'view_id': False, - 'target': 'new', - 'views': False, - 'type': 'ir.actions.act_window', - } - return True - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/point_of_sale/wizard/pos_return_view.xml b/addons/point_of_sale/wizard/pos_return_view.xml deleted file mode 100644 index 62e2f3012d9..00000000000 --- a/addons/point_of_sale/wizard/pos_return_view.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - - pos.return - pos.return - -
-
-
-
-
-
- - - Return lines - pos.return - form - form - new - - - - pos.return.memory - pos.return.memory - - - - - - - - - - - pos.return.memory - pos.return.memory - -
- - - - - -
-
-
- -
-
diff --git a/addons/point_of_sale/wizard/pos_sales_user.py b/addons/point_of_sale/wizard/pos_sales_user.py deleted file mode 100644 index e8ece7a7953..00000000000 --- a/addons/point_of_sale/wizard/pos_sales_user.py +++ /dev/null @@ -1,60 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from openerp.osv import osv, fields -from openerp.tools.translate import _ - - -class pos_sale_user(osv.osv_memory): - _name = 'pos.sale.user' - _description = 'Sale by User' - - _columns = { - 'date_start': fields.date('Date Start', required=True), - 'date_end': fields.date('Date End', required=True), - 'user_id': fields.many2many('res.users', 'sale_user_rel', 'user_id', 'uid', 'Salesperson'), - } - - def print_report(self, cr, uid, ids, context=None): - """ - To get the date and print the report - @param self: The object pointer. - @param cr: A database cursor - @param uid: ID of the user currently logged in - @param context: A standard dictionary - @return : return report - """ - if context is None: - context = {} - - datas = {'ids': context.get('active_ids', [])} - res = self.read(cr, uid, ids, ['date_start', 'date_end', 'user_id'], context=context) - res = res and res[0] or {} - datas['form'] = res - return { - 'type': 'ir.actions.report.xml', - 'report_name': 'pos.sales.user', - 'datas': datas, - } - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/addons/point_of_sale/wizard/pos_sales_user.xml b/addons/point_of_sale/wizard/pos_sales_user.xml deleted file mode 100644 index 2623c426cb8..00000000000 --- a/addons/point_of_sale/wizard/pos_sales_user.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - Sale By User - pos.sale.user - -
- - - - - -
-
-
-
-
- - - - Sale by User - ir.actions.act_window - pos.sale.user - form - form - new - - -
-
diff --git a/addons/point_of_sale/wizard/pos_sales_user_current_user.py b/addons/point_of_sale/wizard/pos_sales_user_current_user.py deleted file mode 100644 index d6178ff6a50..00000000000 --- a/addons/point_of_sale/wizard/pos_sales_user_current_user.py +++ /dev/null @@ -1,58 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from openerp.osv import osv -from openerp.tools.translate import _ - - -class pos_sales_user_today_current_user(osv.osv_memory): - _name = 'pos.sales.user.today.current_user' - _description = 'Sales Details' - - _columns = { - } - - def print_report(self, cr, uid, ids, context=None): - """ - To get the date and print the report - @param self: The object pointer. - @param cr: A database cursor - @param uid: ID of the user currently logged in - @param context: A standard dictionary - @return : retrun report - """ - if context is None: - context = {} - - datas = {'ids': context.get('active_ids', [])} - res = self.read(cr, uid, ids, [], context=context) - res = res and res[0] or {} - datas['form'] = res - - return { - 'type': 'ir.actions.report.xml', - 'report_name': 'pos.sales.user.today.current.user', - 'datas': datas, - } - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/addons/point_of_sale/wizard/pos_sales_user_today.py b/addons/point_of_sale/wizard/pos_sales_user_today.py deleted file mode 100644 index 65e4182daed..00000000000 --- a/addons/point_of_sale/wizard/pos_sales_user_today.py +++ /dev/null @@ -1,57 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from openerp.osv import osv, fields - - -class pos_sales_user_today(osv.osv_memory): - _name = 'pos.sales.user.today' - _description = 'Sales User Today' - - _columns = { - 'user_id': fields.many2many('res.users', 'sale_user_rel_today', 'user_id', 'uid', 'Salesperson'), - } - - def print_report(self, cr, uid, ids, context=None): - """ - To get the date and print the report - @param self: The object pointer. - @param cr: A database cursor - @param uid: ID of the user currently logged in - @param context: A standard dictionary - @return : retrun report - """ - if context is None: - context = {} - - datas = {'ids': context.get('active_ids', [])} - res = self.read(cr, uid, ids, ['user_id'], context=context) - res = res and res[0] or {} - datas['form'] = res - return { - 'type': 'ir.actions.report.xml', - 'report_name': 'pos.sales.user.today', - 'datas': datas, - } - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/addons/process/__init__.py b/addons/process/__init__.py deleted file mode 100644 index 30a81513bf7..00000000000 --- a/addons/process/__init__.py +++ /dev/null @@ -1,25 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import process - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/addons/process/__openerp__.py b/addons/process/__openerp__.py deleted file mode 100644 index c998288a614..00000000000 --- a/addons/process/__openerp__.py +++ /dev/null @@ -1,58 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - - -{ - 'name': 'Enterprise Process', - 'version': '1.0', - 'category': 'Hidden/Dependency', - 'description': """ -This module shows the basic processes involved in the selected modules and in the sequence they occur. -====================================================================================================== - -**Note:** This applies to the modules containing modulename_process.xml. - -**e.g.** product/process/product_process.xml. - - """, - 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', - 'depends': ['web'], - 'data': [ - 'security/ir.model.access.csv', - 'process_view.xml' - ], - 'demo': [], - 'installable': True, - 'auto_install': False, - 'images': ['images/process_nodes.jpeg','images/process_transitions.jpeg', 'images/processes.jpeg'], - 'js': [ - 'static/src/js/process.js' - ], - 'css': [ - 'static/src/css/process.css' - ], - 'qweb': [ - 'static/src/xml/*.xml' - ], - 'auto_install': True -} -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/process/i18n/ar.po b/addons/process/i18n/ar.po deleted file mode 100644 index 8f219a3bd9d..00000000000 --- a/addons/process/i18n/ar.po +++ /dev/null @@ -1,381 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.4\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2012-01-13 21:36+0000\n" -"Last-Translator: kifcaliph \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "سلسة الإجراءات" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "أزرار" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "تجميع حسب..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "عنوان URL للمساعدة" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "العقد" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "الشروط" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "وصف" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "كائن" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "شرط" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "وهمي" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "العمليّات" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "انتقال" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "الاسم" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "ملاحظات" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "نشط" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "إجراء" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "صيغة" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "نوع" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "عمليّة" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "إجراءات" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "خصائص" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "الانتقالات" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" - -#~ msgid "State" -#~ msgstr "الحالة" diff --git a/addons/process/i18n/bg.po b/addons/process/i18n/bg.po deleted file mode 100644 index 52c87e5748a..00000000000 --- a/addons/process/i18n/bg.po +++ /dev/null @@ -1,393 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.4\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2011-03-01 20:31+0000\n" -"Last-Translator: Dimitar Markov \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Свързано меню" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Бутони" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Групирай по" - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "Интернет адрес за помощ" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Стартиращ поток" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Възли" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Условия" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Задействане на работен поток" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Описание" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Обект" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Преходи в работен поток" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "Действие ID" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Преходни процеси" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Условие" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Фиктивен" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Процеси" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Преход" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Име" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Бележки" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Процес на търсене" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Активен" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Свързани групи" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Действие" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Израз" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Препоръчителни групи" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Входящи преходи" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Вид" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Завършващи преходи" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Обработка" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Други условия" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Действия" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Свойства" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Преходни процеси" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Изходящи преходи" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Подпоследователност" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Преходи" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Името на обекта трябва да започва с \"x_\" и да не съдържа никакви специални " -#~ "символи!" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Невалиден XML за преглед на архитектурата" - -#~ msgid "Extra Information" -#~ msgstr "Допълнителна информация" - -#~ msgid "State" -#~ msgstr "Състояние" diff --git a/addons/process/i18n/bs.po b/addons/process/i18n/bs.po deleted file mode 100644 index d41fbc5d993..00000000000 --- a/addons/process/i18n/bs.po +++ /dev/null @@ -1,398 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2009-11-17 06:56+0000\n" -"Last-Translator: Fabien (Open ERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Dugmad" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "URL za pomoć" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Uslovi" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Opis" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Objekat" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Uslov" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Prijelaz" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Ime" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Bilješke" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Aktivan" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Akcija" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Izraz" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Vrsta" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Proces" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Akcije" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Prijelazi" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Neodgovarajući XML za arhitekturu prikaza!" - -#~ msgid "State" -#~ msgstr "Stanje" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Naziv Objekta mora počinjati sa x_ i ne smije sadržavati specijalne znakove!" - -#~ msgid "Details" -#~ msgstr "Detalji" - -#~ msgid "Roles" -#~ msgstr "Uloge" - -#~ msgid "Extra Information" -#~ msgstr "Dodatna Informacija" diff --git a/addons/process/i18n/ca.po b/addons/process/i18n/ca.po deleted file mode 100644 index f7e3e265048..00000000000 --- a/addons/process/i18n/ca.po +++ /dev/null @@ -1,433 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2010-08-13 10:58+0000\n" -"Last-Translator: Fabien (Open ERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Node procés" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Si el camp actiu es desmarca, permet ocultar el procés sense eliminar-ho." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Menú relacionat" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Botons" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Agrupa per..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Tipus de node" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "URL d'ajuda" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Inici fluxe de treball" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Nodes procés" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Nodes" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Condicions" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Cerca transició procés" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Node" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Disparador del flux de treball" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Descripció" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Accions transicions procés" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Objecte" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Node origen" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Transicions flux de treball" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "ID de l'acció" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Transició procés" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Condició" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Fictici" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Processos" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Transició" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Nom" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Transicions inicials" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Notes" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Cerca procés" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Actiu" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Grups associats" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Expressió dels estats" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Acció" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Expressió" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Grups requerits" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Transicions entrants" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Tipus" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Transicions finals" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Procés" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Cerca node procés" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Altres condicions" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Procés empresa" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Accions" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Propietats" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Transicions procés" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Node destí" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Classe de node" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Transicions sortints" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Subfluxe" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Transicions" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Mètode objecte" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "El nom de l'objecte ha de començar amb x_ i no contenir cap caràcter " -#~ "especial!" - -#~ msgid "Roles from Workflow" -#~ msgstr "Rols des de flux" - -#~ msgid "State" -#~ msgstr "Estat" - -#~ msgid "Details" -#~ msgstr "Detalls" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "XML invàlid per a la definició de la vista!" - -#~ msgid "Roles" -#~ msgstr "Rols" - -#~ msgid "Roles Required" -#~ msgstr "Rols necessaris" - -#~ msgid "Extra Information" -#~ msgstr "Informació extra" - -#~ msgid "Enterprise Processes" -#~ msgstr "Processos d'empresa" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Nom de model no vàlid en la definició de l'acció." - -#~ msgid "" -#~ "\n" -#~ " This module shows the basic processes involved\n" -#~ " in the selected modules and in the sequence they\n" -#~ " occur\n" -#~ "\n" -#~ " Note: This applies to the modules containing modulename_process_xml\n" -#~ " for e.g product/process/product_process_xml\n" -#~ "\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Aquest mòdul mostra els processos bàsics en\n" -#~ " els quals intervenen els mòduls seleccionats, i\n" -#~ " la seqüència en la qual succeeix.\n" -#~ "\n" -#~ " Nota: Això és aplicable als mòduls que contenen nomdelmòdul_procés_xml\n" -#~ " per exemple product/process/product_process_xml\n" -#~ "\n" -#~ " " diff --git a/addons/process/i18n/cs.po b/addons/process/i18n/cs.po deleted file mode 100644 index 3c755e3fea8..00000000000 --- a/addons/process/i18n/cs.po +++ /dev/null @@ -1,405 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2011-05-09 08:59+0000\n" -"Last-Translator: Jan B. Krejčí \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" -"X-Poedit-Language: Czech\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Uzel procesu" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Pokud je pole aktivní nastaveno na Nepravda, umožní vám to skrýt procesy bez " -"jejich odebrání." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Nabídka Příbuzné" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "Stav" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Tlačítka" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Seskupit podle..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Druh uzlu" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "Adresa URL nápovědy" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Začátek toku" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Uzly procesu" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Uzly" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Podmínky" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Hledání procesních přechodů" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Uzel" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Spouštěč pracovního toku" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Popis" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Akce procesních přechodů" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Objekt" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Zdrojový uzel" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Přechody pracovního toku" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "Naposledy změněno:" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "ID akce" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "Pohled procesu" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Přechod procesu" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Podmínka" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Prázdný" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Procesy" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Přechod" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Název" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Vstupní přechody" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "Související:" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Poznámky" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "Upravit proces" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "Neznáme" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Hledání procesu" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Aktivní" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Přiřazené skupiny" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Stavový výraz" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Akce" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "Vybrat proces" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Výraz" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Požadované skupiny" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Příchozí přechody" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Typ" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Odchozí přechody" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Proces" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Hledání procesního uzlu" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Jiné podmínky" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Firemní proces" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Akce" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Vlastnosti" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Procesní přechody" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Cílový uzel" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Druh uzlu" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "Podtoky:" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Odchozí přechody" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "Poznámky:" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Subflow" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Přechody" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Metoda objektu" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "Vybrat" - -#~ msgid "State" -#~ msgstr "Stav" - -#~ msgid "" -#~ "\n" -#~ " This module shows the basic processes involved\n" -#~ " in the selected modules and in the sequence they\n" -#~ " occur\n" -#~ "\n" -#~ " Note: This applies to the modules containing modulename_process_xml\n" -#~ " for e.g product/process/product_process_xml\n" -#~ "\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Tento modul ukazuje základní procesy zapojené\n" -#~ " ve vybraných modulech a posloupnosti, ve kterých\n" -#~ " nastávají\n" -#~ "\n" -#~ " Poznámka: Toto platí pro moduly obsahující modulename_process_xml\n" -#~ " např.pro product/process/product_process_xml\n" -#~ "\n" -#~ " " diff --git a/addons/process/i18n/da.po b/addons/process/i18n/da.po deleted file mode 100644 index 83c78d97327..00000000000 --- a/addons/process/i18n/da.po +++ /dev/null @@ -1,380 +0,0 @@ -# Danish translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2012-01-27 06:22+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Danish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Hvis feltet ikke er afmærket, kan du gemme processen uden at slette den." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Relateret menu" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "Status" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Knapper" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Gruppér efter..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "Hjælp URL" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Betingelser" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Beskrivelse" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Objekt" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "Sidst ændret af:" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Betingelse" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Dummy" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Processer" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Navn" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "Relateret:" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Noter" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Aktiv" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Tilknyttede grupper" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Handling" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "Vælg Proces" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Udtryk" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Nødvendige grupper" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Type" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Handlinger" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Egenskaber" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "Noter:" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" diff --git a/addons/process/i18n/de.po b/addons/process/i18n/de.po deleted file mode 100644 index c1bcc0137c2..00000000000 --- a/addons/process/i18n/de.po +++ /dev/null @@ -1,435 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2012-12-11 17:09+0000\n" -"Last-Translator: Thorsten Vocks (OpenBig.org) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Prozessknoten" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "Bei Deaktivierung können Sie die Anzeige dieses Prozess verbergen." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Bezug zu Menü" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "Status" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Buttons" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Gruppierung..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Knotentyp" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "URL der Hilfe" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Startvorgang" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Prozessknoten" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Knoten" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Bedingungen" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Prozessverkettung suchen" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Knoten" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Vorgangsauslöser" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Beschreibung" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Prozessverbindung Aktionen" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Objekt" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Quellknoten" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Vorgangsverkettungen" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "Zuletzt bearbeitet von:" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "Verkettungsaktion ID" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "Prozessansicht" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Vorgangsverkettung" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Bedingung" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Dummy" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Betriebliche Geschäftsprozesse" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Übersetzung" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Bezeichnung" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Anfang Kette" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "Zugehörig:" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Bemerkungen" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "Prozess bearbeiten" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "Nicht verfügbar" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Prozess suchen" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Aktiv" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Zugelassene Gruppen" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Statusmerkmale" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Aktion" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "Prozess auswählen" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Trigger Ausdrücke" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Erforderliche Gruppen" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Eingehende Verbindung" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Typ" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Ende Kette" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Prozess" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Suche Prozessknoten" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Weitere Bedingungen" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Unternehmensprozess" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Aktionen" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Eigenschaften" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Prozessverkettungen" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Zielknoten" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Knotentyp" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "Unterprozesse:" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Ausgehende Verbindung" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "Bemerkungen:" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Sub-Workflow" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Verbindungen" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Objektmethode" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "Auswählen" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Der Objekt Name muss mit einem x_ starten und darf keine Sonderzeichen " -#~ "beinhalten" - -#~ msgid "Roles from Workflow" -#~ msgstr "Regeln aus Workflow" - -#~ msgid "State" -#~ msgstr "Status" - -#~ msgid "Details" -#~ msgstr "Details" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Fehlerhafter xml Code für diese Ansicht!" - -#~ msgid "Roles" -#~ msgstr "Rollen" - -#~ msgid "Roles Required" -#~ msgstr "zu beachtende Regel" - -#~ msgid "Extra Information" -#~ msgstr "Extra Information" - -#~ msgid "Enterprise Processes" -#~ msgstr "Betriebliche Geschäftsprozesse" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Ungültiger Modulname in der Aktionsdefinition." - -#~ msgid "" -#~ "\n" -#~ " This module shows the basic processes involved\n" -#~ " in the selected modules and in the sequence they\n" -#~ " occur\n" -#~ "\n" -#~ " Note: This applies to the modules containing modulename_process_xml\n" -#~ " for e.g product/process/product_process_xml\n" -#~ "\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Dieses Anwendung zeigt die grundlegenden Prozesse in den ausgewählten " -#~ "Modulen \n" -#~ " sowie die Reihenfolge in der die Prozesse auftreten.\n" -#~ "\n" -#~ " Hinweis: Die Anwendung erfolgt bei Modulen die xml Dateien nach dem " -#~ "Muster \n" -#~ " modulename_process_name beinhalten, z.B. " -#~ "product/process/product_process_xml\n" -#~ "\n" -#~ " " diff --git a/addons/process/i18n/el.po b/addons/process/i18n/el.po deleted file mode 100644 index 9995b9aa4ff..00000000000 --- a/addons/process/i18n/el.po +++ /dev/null @@ -1,414 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2010-12-09 11:29+0000\n" -"Last-Translator: OpenERP Administrators \n" -"Language-Team: nls@hellug.gr \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" -"X-Poedit-Country: GREECE\n" -"X-Poedit-Language: Greek\n" -"X-Poedit-SourceCharset: utf-8\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Κόμβος Διεργασίας" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Σχετικό Μενού" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Κουμπιά" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Ομαδοποίηση ανά..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "URL Βοήθειας" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Εκκίνηση Ροών" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Κόμβοι Διεργασιών" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Κόμβοι" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Συνθήκες" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Κόμβος" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Έναυσμα Ροής Εργασίας" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Περιγραφή" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Ενέργειες Μετάβασης Διεργασιών" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Αντικείμενο" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Κόμβος Προέλευσης" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Μεταβάσεις Ροών Εργασίας" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "ID Ενέργειας" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Μετάβαση Διεργασίας" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Συνθήκη" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Εικονικό" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Μετάβαση" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Όνομα" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Εκκίνηση Μεταβάσεων" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Σημειώσεις" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Ενεργά" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Έκφραση Καταστάσεων" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Ενέργεια" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Έκφραση" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Τύπος" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Διακοπή Μεταβάσεων" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Διεργασία" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Επιχειρηματική Διεργασία" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Ενέργειες" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Μεταβάσεις Διεργασιών" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Επιλεγμένος Κόμβος" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Είδος Κόμβου" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Εξερχόμενες Μεταβάσεις" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Υποροή" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Διεργασίες" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Μέθοδος Αντικειμένων" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Το όνομα του αντικειμένου πρέπει να ξεκινάει από x_ και να μην περιέχει " -#~ "ειδικούς χαρακτήρες!" - -#~ msgid "Roles from Workflow" -#~ msgstr "Ρόλοι από Ροή Εργασίας" - -#~ msgid "State" -#~ msgstr "Κατάσταση" - -#~ msgid "Details" -#~ msgstr "Λεπτομέρειες" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Άκυρο XML για Αρχιτεκτονική Όψης!" - -#~ msgid "Roles" -#~ msgstr "Ρόλοι" - -#~ msgid "Roles Required" -#~ msgstr "Απιατούμενοι Ρόλοι" - -#~ msgid "Extra Information" -#~ msgstr "Επιπλέον Πληροφορίες" - -#~ msgid "Enterprise Processes" -#~ msgstr "Επιχειρηματικές Διεργασίες" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Λανθασμένο όνομα μοντέλου στην δήλωση ενέργειας" diff --git a/addons/process/i18n/es.po b/addons/process/i18n/es.po deleted file mode 100644 index c374e4b049b..00000000000 --- a/addons/process/i18n/es.po +++ /dev/null @@ -1,434 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2012-12-12 15:36+0000\n" -"Last-Translator: Pedro Manuel Baeza \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Nodo proceso" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Si el campo activo se desmarca, permite ocultar el proceso sin eliminarlo." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Menú relacionado" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "Estado" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Botones" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Agrupar por..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Tipo de nodo" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "URL de ayuda" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Inicio flujo de trabajo" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Nodos proceso" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Nodos" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Condiciones" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Buscar transición proceso" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Nodo" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Disparador del flujo de trabajo" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Descripción" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Acciones transiciones proceso" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Objeto" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Nodo origen" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Transiciones flujo de trabajo" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "Última modificación por:" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "ID de la acción" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "Vista del proceso" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Transición proceso" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Condición" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "De relleno" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Procesos" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Transición" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Nombre" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Transiciones iniciales" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "Relacionado:" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Notas" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "Editar proceso" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "N/A" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Buscar proceso" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Activo" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Grupos asociados" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Expresión de los estados" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Acción" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "Seleccionar proceso" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Expresión" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Grupos requeridos" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Transiciones entrantes" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Tipo" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Transiciones finales" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Proceso" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Buscar nodo proceso" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Otras condiciones" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Proceso empresa" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Acciones" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Propiedades" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Transiciones proceso" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Nodo destino" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Clase de nodo" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "Subflujos:" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Transiciones salientes" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "Notas:" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Subflujo" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Transiciones" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Método objeto" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "Seleccionar" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "¡El nombre del objeto debe empezar con x_ y no contener ningún carácter " -#~ "especial!" - -#~ msgid "Roles from Workflow" -#~ msgstr "Roles desde flujo" - -#~ msgid "State" -#~ msgstr "Estado" - -#~ msgid "Details" -#~ msgstr "Detalles" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "¡XML inválido para la definición de la vista!" - -#~ msgid "Roles" -#~ msgstr "Roles" - -#~ msgid "Roles Required" -#~ msgstr "Roles necesarios" - -#~ msgid "Extra Information" -#~ msgstr "Información extra" - -#~ msgid "Enterprise Processes" -#~ msgstr "Procesos de empresa" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Nombre de modelo no válido en la definición de acción." - -#~ msgid "" -#~ "\n" -#~ " This module shows the basic processes involved\n" -#~ " in the selected modules and in the sequence they\n" -#~ " occur\n" -#~ "\n" -#~ " Note: This applies to the modules containing modulename_process_xml\n" -#~ " for e.g product/process/product_process_xml\n" -#~ "\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Este módulo muestra los procesos básicos en los\n" -#~ " que intervienen los módulos seleccionados, y\n" -#~ " la secuencia en la que ocurren.\n" -#~ "\n" -#~ " Note: Esto es aplicable a los módulos conteniendo " -#~ "nombredelmodulo_process_xml\n" -#~ " por ejemplo product/process/product_process_xml\n" -#~ "\n" -#~ " " diff --git a/addons/process/i18n/es_AR.po b/addons/process/i18n/es_AR.po deleted file mode 100644 index 84588596c23..00000000000 --- a/addons/process/i18n/es_AR.po +++ /dev/null @@ -1,408 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2009-09-15 20:23+0000\n" -"Last-Translator: Silvana Herrera \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Nodo del proceso" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Menú relacionado" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Botones" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "URL de ayuda" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Flujo inicial" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Nodos del proceso" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Nodos" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Condiciones" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Nodo" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Disparador del Workflow" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Descripción" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Acciones de transiciones de proceso" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Objeto" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Nodo de origen" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Transiciones de workflow" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "ID de la acción" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Transición del proceso" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Condición" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Ficticio" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Transición" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Nombre" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Transiciones iniciales" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Notas" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Activo" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Expresión de estados" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Acción" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Expresión" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Tipo" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Transiciones finales" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Procesar" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Proceso de empresa" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Acciones" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Transiciones de proceso" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Nodo objetivo" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Clase de nodo" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Transiciones salientes" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Subflow" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Transiciones" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Método objeto" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" - -#~ msgid "Roles from Workflow" -#~ msgstr "Roles desde Workflow" - -#~ msgid "State" -#~ msgstr "Provincia" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "¡El nombre del objeto debe empezar con x_ y no contener ningún caracter " -#~ "especial!" - -#~ msgid "Details" -#~ msgstr "Detalles" - -#~ msgid "Roles Required" -#~ msgstr "Roles necesarios" - -#~ msgid "Roles" -#~ msgstr "Roles" - -#~ msgid "Extra Information" -#~ msgstr "Información extra" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "XML inválido para la definición de la vista !" - -#~ msgid "Enterprise Processes" -#~ msgstr "Procesos de empresa" diff --git a/addons/process/i18n/es_CL.po b/addons/process/i18n/es_CL.po deleted file mode 100644 index 1f6ca748097..00000000000 --- a/addons/process/i18n/es_CL.po +++ /dev/null @@ -1,434 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2011-01-14 04:37+0000\n" -"Last-Translator: Borja López Soilán (NeoPolus) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Nodo proceso" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Si el campo activo se desmarca, permite ocultar el proceso sin eliminarlo." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Menú relacionado" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Botones" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Agrupar por..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Tipo de nodo" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "URL de ayuda" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Inicio flujo de trabajo" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Nodos proceso" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Nodos" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Condiciones" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Buscar transición proceso" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Nodo" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Disparador del flujo de trabajo" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Descripción" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Acciones transiciones proceso" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Objeto" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Nodo origen" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Transiciones flujo de trabajo" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "ID de la acción" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Transición proceso" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Condición" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "De relleno" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Procesos" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Transición" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Nombre" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Transiciones iniciales" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Notas" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Buscar proceso" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Activo" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Grupos asociados" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Expresión de los estados" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Acción" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Expresión" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Grupos requeridos" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Transiciones entrantes" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Tipo" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Transiciones finales" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Proceso" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Buscar nodo proceso" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Otras condiciones" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Proceso empresa" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Acciones" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Propiedades" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Transiciones proceso" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Nodo destino" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Clase de nodo" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Transiciones salientes" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Subflujo" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Transiciones" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Método objeto" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" - -#~ msgid "State" -#~ msgstr "Estado" - -#~ msgid "" -#~ "\n" -#~ " This module shows the basic processes involved\n" -#~ " in the selected modules and in the sequence they\n" -#~ " occur\n" -#~ "\n" -#~ " Note: This applies to the modules containing modulename_process_xml\n" -#~ " for e.g product/process/product_process_xml\n" -#~ "\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Este módulo muestra los procesos básicos en los\n" -#~ " que intervienen los módulos seleccionados, y\n" -#~ " la secuencia en la que ocurren.\n" -#~ "\n" -#~ " Note: Esto es aplicable a los módulos conteniendo " -#~ "nombredelmodulo_process_xml\n" -#~ " por ejemplo product/process/product_process_xml\n" -#~ "\n" -#~ " " - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "¡El nombre del objeto debe empezar con x_ y no contener ningún carácter " -#~ "especial!" - -#~ msgid "Roles from Workflow" -#~ msgstr "Roles desde flujo" - -#~ msgid "Details" -#~ msgstr "Detalles" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "¡XML inválido para la definición de la vista!" - -#~ msgid "Roles" -#~ msgstr "Roles" - -#~ msgid "Roles Required" -#~ msgstr "Roles necesarios" - -#~ msgid "Extra Information" -#~ msgstr "Información extra" - -#~ msgid "Enterprise Processes" -#~ msgstr "Procesos de empresa" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Nombre de modelo no válido en la definición de acción." diff --git a/addons/process/i18n/es_CR.po b/addons/process/i18n/es_CR.po deleted file mode 100644 index b14a2f8af0b..00000000000 --- a/addons/process/i18n/es_CR.po +++ /dev/null @@ -1,436 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2012-02-17 00:24+0000\n" -"Last-Translator: Carlos Vásquez (CLEARCORP) " -"\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" -"Language: \n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Nodo proceso" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Si el campo activo se desmarca, permite ocultar el proceso sin eliminarlo." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Menú relacionado" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Botones" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Agrupar por..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Tipo de nodo" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "URL de ayuda" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Inicio flujo de trabajo" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Nodos proceso" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Nodos" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Condiciones" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Buscar transición proceso" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Nodo" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Disparador del flujo de trabajo" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Descripción" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Acciones transiciones proceso" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Objeto" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Nodo origen" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Transiciones flujo de trabajo" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "ID de la acción" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Transición proceso" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Condición" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "De relleno" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Procesos" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Transición" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Nombre" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Transiciones iniciales" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Notas" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Buscar proceso" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Activo" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Grupos asociados" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Expresión de los estados" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Acción" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Expresión" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Grupos requeridos" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Transiciones entrantes" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Tipo" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Transiciones finales" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Proceso" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Buscar nodo proceso" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Otras condiciones" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Proceso empresa" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Acciones" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Propiedades" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Transiciones proceso" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Nodo destino" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Clase de nodo" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Transiciones salientes" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Subflujo" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Transiciones" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Método objeto" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" - -#~ msgid "State" -#~ msgstr "Estado" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "¡El nombre del objeto debe empezar con x_ y no contener ningún carácter " -#~ "especial!" - -#~ msgid "Roles from Workflow" -#~ msgstr "Roles desde flujo" - -#~ msgid "Details" -#~ msgstr "Detalles" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "¡XML inválido para la definición de la vista!" - -#~ msgid "Roles" -#~ msgstr "Roles" - -#~ msgid "Roles Required" -#~ msgstr "Roles necesarios" - -#~ msgid "Extra Information" -#~ msgstr "Información extra" - -#~ msgid "Enterprise Processes" -#~ msgstr "Procesos de empresa" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Nombre de modelo no válido en la definición de acción." - -#~ msgid "" -#~ "\n" -#~ " This module shows the basic processes involved\n" -#~ " in the selected modules and in the sequence they\n" -#~ " occur\n" -#~ "\n" -#~ " Note: This applies to the modules containing modulename_process_xml\n" -#~ " for e.g product/process/product_process_xml\n" -#~ "\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Este módulo muestra los procesos básicos en los\n" -#~ " que intervienen los módulos seleccionados, y\n" -#~ " la secuencia en la que ocurren.\n" -#~ "\n" -#~ " Note: Esto es aplicable a los módulos conteniendo " -#~ "nombredelmodulo_process_xml\n" -#~ " por ejemplo product/process/product_process_xml\n" -#~ "\n" -#~ " " diff --git a/addons/process/i18n/es_MX.po b/addons/process/i18n/es_MX.po deleted file mode 100644 index 9a99ea402ee..00000000000 --- a/addons/process/i18n/es_MX.po +++ /dev/null @@ -1,368 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2011-01-11 11:15+0000\n" -"PO-Revision-Date: 2010-12-28 08:42+0000\n" -"Last-Translator: Borja López Soilán (NeoPolus) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-05 05:10+0000\n" -"X-Generator: Launchpad (build 13830)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Nodo proceso" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Si el campo activo se desmarca, permite ocultar el proceso sin eliminarlo." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Menú relacionado" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Botones" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Agrupar por..." - -#. module: process -#: selection:process.node,kind:0 -msgid "State" -msgstr "Estado" - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Tipo de nodo" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "URL de ayuda" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Nodos proceso" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Nodos" - -#. module: process -#: view:process.node:0 -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Condiciones" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Buscar transición proceso" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Nodo" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Disparador del flujo de trabajo" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Descripción" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Acciones transiciones proceso" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Objeto" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Nodo origen" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Transiciones flujo de trabajo" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "ID de la acción" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Transición proceso" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Condición" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "De relleno" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Procesos" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Nombre" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Transiciones iniciales" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Notas" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Transición" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Buscar proceso" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Subflujo" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Activo" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Grupos asociados" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Expresión de los estados" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Acción" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Inicio flujo de trabajo" - -#. module: process -#: model:ir.module.module,description:process.module_meta_information -msgid "" -"\n" -" This module shows the basic processes involved\n" -" in the selected modules and in the sequence they\n" -" occur\n" -"\n" -" Note: This applies to the modules containing modulename_process_xml\n" -" for e.g product/process/product_process_xml\n" -"\n" -" " -msgstr "" -"\n" -" Este módulo muestra los procesos básicos en los\n" -" que intervienen los módulos seleccionados, y\n" -" la secuencia en la que ocurren.\n" -"\n" -" Note: Esto es aplicable a los módulos conteniendo " -"nombredelmodulo_process_xml\n" -" por ejemplo product/process/product_process_xml\n" -"\n" -" " - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Expresión" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Grupos requeridos" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Transiciones entrantes" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Tipo" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Transiciones finales" - -#. module: process -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -msgid "Process" -msgstr "Proceso" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Buscar nodo proceso" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Otras condiciones" - -#. module: process -#: model:ir.module.module,shortdesc:process.module_meta_information -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Proceso empresa" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Acciones" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Propiedades" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Transiciones proceso" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Nodo destino" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Clase de nodo" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Transiciones salientes" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Transiciones" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Método objeto" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "¡El nombre del objeto debe empezar con x_ y no contener ningún carácter " -#~ "especial!" - -#~ msgid "Roles from Workflow" -#~ msgstr "Roles desde flujo" - -#~ msgid "Details" -#~ msgstr "Detalles" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "¡XML inválido para la definición de la vista!" - -#~ msgid "Roles" -#~ msgstr "Roles" - -#~ msgid "Roles Required" -#~ msgstr "Roles necesarios" - -#~ msgid "Extra Information" -#~ msgstr "Información extra" - -#~ msgid "Enterprise Processes" -#~ msgstr "Procesos de empresa" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Nombre de modelo no válido en la definición de acción." diff --git a/addons/process/i18n/es_VE.po b/addons/process/i18n/es_VE.po deleted file mode 100644 index 9a99ea402ee..00000000000 --- a/addons/process/i18n/es_VE.po +++ /dev/null @@ -1,368 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2011-01-11 11:15+0000\n" -"PO-Revision-Date: 2010-12-28 08:42+0000\n" -"Last-Translator: Borja López Soilán (NeoPolus) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-05 05:10+0000\n" -"X-Generator: Launchpad (build 13830)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Nodo proceso" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Si el campo activo se desmarca, permite ocultar el proceso sin eliminarlo." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Menú relacionado" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Botones" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Agrupar por..." - -#. module: process -#: selection:process.node,kind:0 -msgid "State" -msgstr "Estado" - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Tipo de nodo" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "URL de ayuda" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Nodos proceso" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Nodos" - -#. module: process -#: view:process.node:0 -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Condiciones" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Buscar transición proceso" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Nodo" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Disparador del flujo de trabajo" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Descripción" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Acciones transiciones proceso" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Objeto" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Nodo origen" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Transiciones flujo de trabajo" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "ID de la acción" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Transición proceso" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Condición" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "De relleno" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Procesos" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Nombre" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Transiciones iniciales" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Notas" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Transición" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Buscar proceso" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Subflujo" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Activo" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Grupos asociados" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Expresión de los estados" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Acción" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Inicio flujo de trabajo" - -#. module: process -#: model:ir.module.module,description:process.module_meta_information -msgid "" -"\n" -" This module shows the basic processes involved\n" -" in the selected modules and in the sequence they\n" -" occur\n" -"\n" -" Note: This applies to the modules containing modulename_process_xml\n" -" for e.g product/process/product_process_xml\n" -"\n" -" " -msgstr "" -"\n" -" Este módulo muestra los procesos básicos en los\n" -" que intervienen los módulos seleccionados, y\n" -" la secuencia en la que ocurren.\n" -"\n" -" Note: Esto es aplicable a los módulos conteniendo " -"nombredelmodulo_process_xml\n" -" por ejemplo product/process/product_process_xml\n" -"\n" -" " - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Expresión" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Grupos requeridos" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Transiciones entrantes" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Tipo" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Transiciones finales" - -#. module: process -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -msgid "Process" -msgstr "Proceso" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Buscar nodo proceso" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Otras condiciones" - -#. module: process -#: model:ir.module.module,shortdesc:process.module_meta_information -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Proceso empresa" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Acciones" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Propiedades" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Transiciones proceso" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Nodo destino" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Clase de nodo" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Transiciones salientes" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Transiciones" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Método objeto" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "¡El nombre del objeto debe empezar con x_ y no contener ningún carácter " -#~ "especial!" - -#~ msgid "Roles from Workflow" -#~ msgstr "Roles desde flujo" - -#~ msgid "Details" -#~ msgstr "Detalles" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "¡XML inválido para la definición de la vista!" - -#~ msgid "Roles" -#~ msgstr "Roles" - -#~ msgid "Roles Required" -#~ msgstr "Roles necesarios" - -#~ msgid "Extra Information" -#~ msgstr "Información extra" - -#~ msgid "Enterprise Processes" -#~ msgstr "Procesos de empresa" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Nombre de modelo no válido en la definición de acción." diff --git a/addons/process/i18n/et.po b/addons/process/i18n/et.po deleted file mode 100644 index ff3582ed531..00000000000 --- a/addons/process/i18n/et.po +++ /dev/null @@ -1,410 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2009-11-09 19:01+0000\n" -"Last-Translator: Fabien (Open ERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Protsessi sõlm" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Seotud menüü" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Nupud" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "Abi URL" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Alustav voog" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Protsessi sõlmed" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Sõlmed" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Tingimused" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Sõlm" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Töövoo päästik" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Kirjeldus" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Protsessisiirde toimingud" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Objekt" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Lähtesõlm" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Töövoo siirded" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "Toimingu ID" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Protsessi siire" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Tingimus" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Liba" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Siire" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Nimi" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Alustavad siirded" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Märkmed" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Aktiivne" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Olekute väljendus" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Toiming" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Avaldis" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Tüüp" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Lõppevad siirded" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Protsess" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Ettevõtluse protsess" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Toimingud" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Protsessi siirded" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Sihtsõlm" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Sõlme liik" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Väljuvad siirded" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Alamvoog" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Siirded" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Objekti meetod" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Objekti nimi peab algama x_'ga ja ei tohi sisaldada ühtegi erisümbolit !" - -#~ msgid "Roles from Workflow" -#~ msgstr "Rollid töövoogudest" - -#~ msgid "State" -#~ msgstr "Olek" - -#~ msgid "Details" -#~ msgstr "Üksikasjad" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Vigane XML vaate arhitektuurile!" - -#~ msgid "Roles" -#~ msgstr "Rollid" - -#~ msgid "Roles Required" -#~ msgstr "Nõutud rollid" - -#~ msgid "Extra Information" -#~ msgstr "Lisainfo" - -#~ msgid "Enterprise Processes" -#~ msgstr "Ettevõtte protsessid" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Vigane mudeli nimi toimingu definitsioonis." diff --git a/addons/process/i18n/fi.po b/addons/process/i18n/fi.po deleted file mode 100644 index a1f625699e4..00000000000 --- a/addons/process/i18n/fi.po +++ /dev/null @@ -1,412 +0,0 @@ -# Finnish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2010-08-02 17:09+0000\n" -"Last-Translator: Mantavya Gajjar (Open ERP) \n" -"Language-Team: Finnish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Prosessisolmu" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Jos aktiivisen kentän arvo on epätosi (false), voit piilottaa prosessin " -"poistamatta sitä." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Liittyvä valikko" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "Tila" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Painikkeet" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Ryhmittele" - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Solmutyyppi" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "Ohjeen URL" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Prosessin alku" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Prosessisolmut" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Solmut" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Ehdot" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Hae prosessisiirtymiä" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Solmu" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Työnkulun liipaisin" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Kuvaus" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Prosessin siirtymien toiminnot" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Objekti" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Lähdesolmu" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Työnkulun siirtymät" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "Viimeksi muokkasi:" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "Toiminnon tunnus" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "Prosessinäkymä" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Prosessin siirtymä" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Ehto" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Tyhjä" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Prosessit" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Siirtymä" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Nimi" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Aloittavat siirtymät" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "Liittyy:" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Muistiinpanot" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "Muokkaa prosessia" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "Ei saatavilla" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Hae prosessia" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Aktiivinen" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Liittyvät ryhmät" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Tilojen lauseke" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Toiminto" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "Valitse prosessi" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Lauseke" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Vaaditut ryhmät" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Saapuvat siirtymät" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Tyyppi" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Lopettavat siirtymät" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "-prosessi" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Hae prosessisolmua" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Muut ehdot" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Yrityksen prosessi" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Toiminnot" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Ominaisuudet" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Prosessin siirtymät" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Kohdesolmu" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Solmutyyppi" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "Aliprosessit:" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Lähtevät siirtymät" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "Muistiinpanot:" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Aliprosessi" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Siirtymät" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Objektimenetelmä" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "Valitse" - -#~ msgid "Roles from Workflow" -#~ msgstr "Roolit työnkulusta" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Virheellinen mallin nimi toiminnon määrittelyssä." - -#~ msgid "State" -#~ msgstr "Tila" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "Objektin nimen tulee alkaa x_ ja se ei saa sisältää erikoismerkkejä!" - -#~ msgid "Details" -#~ msgstr "Tiedot" - -#~ msgid "Roles Required" -#~ msgstr "Vaaditut työtehtävät" - -#~ msgid "Roles" -#~ msgstr "Työtehtävät" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Virheellinen XML näkymä-arkkitehtuurille!" - -#~ msgid "Extra Information" -#~ msgstr "Lisätiedot" - -#~ msgid "Enterprise Processes" -#~ msgstr "Yrityksen prosessit" diff --git a/addons/process/i18n/fr.po b/addons/process/i18n/fr.po deleted file mode 100644 index c29ad2fbe52..00000000000 --- a/addons/process/i18n/fr.po +++ /dev/null @@ -1,416 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.4\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2011-01-13 19:47+0000\n" -"Last-Translator: Maxime Chambreuil (http://www.savoirfairelinux.com) " -"\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Noeud de processus" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "Décocher le champ \"actif\" masque le processus sans le supprimer." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Menu associé" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "Statut" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Boutons" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Regrouper par..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Genre de noeud" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "URL de l'aide" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Flux de Départ" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Noeuds de processus" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Nœuds" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Conditions" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Rechercher dans les transitions de processus" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Nœud" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Déclenchement du Flux d'Entreprise" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Description" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Actions des transitions de processus" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Objet" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Noeud source" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Transitions du Flux de Travail" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "Dernière modification par :" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "ID de l'Action" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "Vue processus" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Transition du processus" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Condition" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Factice" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Processus" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Transition" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Nom" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Transitions de Départ" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "Lié :" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Notes" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "Modifier processus métier" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "N/D" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Rechercher dans les processus" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Actif" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Groupes associés" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Expression d'états" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Action" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "Sélectionner un processus métier" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Expression" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Groupes nécessaires" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Transitions entrantes" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Type" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Transitions finales" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Processus" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Rechercher dans les noeuds de processus" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Autres conditions" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Processus de la société" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Actions" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Propriétés" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Transitions de processus" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Noeud cible" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Type de Noeud" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "Sous-flux :" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Transitions sortantes" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "Notes :" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Sous-flux" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Transitions" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Méthode de l'objet" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "Sélectionner" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Le nom de l'objet doit commencer avec x_ et ne pas contenir de charactères " -#~ "spéciaux !" - -#~ msgid "State" -#~ msgstr "État" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "XML non valide pour l'architecture de la vue" - -#~ msgid "Extra Information" -#~ msgstr "Information supplémentaire" - -#~ msgid "" -#~ "\n" -#~ " This module shows the basic processes involved\n" -#~ " in the selected modules and in the sequence they\n" -#~ " occur\n" -#~ "\n" -#~ " Note: This applies to the modules containing modulename_process_xml\n" -#~ " for e.g product/process/product_process_xml\n" -#~ "\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Ce module montre les processus de base impliqués\n" -#~ " dans les modules sélectionnés et l'ordre dans lequel\n" -#~ " ils apparaissent\n" -#~ "\n" -#~ " Remarque : Ceci s'applique aux modules contenant " -#~ "nomdumodule_process_xml\n" -#~ " par exemple product/process/product_process_xml\n" -#~ "\n" -#~ " " diff --git a/addons/process/i18n/gl.po b/addons/process/i18n/gl.po deleted file mode 100644 index ba54f87a36b..00000000000 --- a/addons/process/i18n/gl.po +++ /dev/null @@ -1,431 +0,0 @@ -# Galician translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2010-12-15 06:01+0000\n" -"Last-Translator: OpenERP Administrators \n" -"Language-Team: Galician \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Nó do Proceso" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Se se desmarca o campo activo, permite ocultar o proceso sen eliminalo." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Menú relacionado" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Botóns" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Agrupar por..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Tipo de nodo" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "URL de Axuda" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Fluxo de inicio" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Nós do Proceso" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Nós" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Condicións" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Buscar transición do proceso" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Nó" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Disparador de fluxo de traballo" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Descrición" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Accións de Transición no Proceso" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Obxecto" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Nó de orixe" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Transicións do fluxo de traballo" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "ID da Acción" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Transición do Proceso" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Condición" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Dummy" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Procesos" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Transición" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Nome" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Transicións de inicio" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Notas" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Buscar proceso" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Activo" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Grupos asociados" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Expresión dos estados" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Acción" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Expresión" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Grupos requiridos" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Transicións entrantes" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Tipo" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Transitions de remate" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Proceso" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Buscar nodo proceso" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Outras condicións" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Proceso de Empresa" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Accións" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Propiedades" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Transicións do Proceso" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Nó de destino" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Tipo de nó" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "As transicións de saída" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Subfluxo" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Transicións" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Método do Obxecto" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Nome do modelo inválido na definición da acción." - -#~ msgid "Roles from Workflow" -#~ msgstr "Roles dende fluxo de traballo" - -#~ msgid "State" -#~ msgstr "Estado" - -#~ msgid "Details" -#~ msgstr "Detalles" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "XML inválido para a Arquitectura de Vistas!" - -#~ msgid "Roles" -#~ msgstr "Funcións" - -#~ msgid "Roles Required" -#~ msgstr "Roles esixidos" - -#~ msgid "Extra Information" -#~ msgstr "Información adicional" - -#~ msgid "Enterprise Processes" -#~ msgstr "Procesos de Empresa" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "¡O nome do obxeto debe comenzar por x_ e non conter ningún carater especial!" - -#~ msgid "" -#~ "\n" -#~ " This module shows the basic processes involved\n" -#~ " in the selected modules and in the sequence they\n" -#~ " occur\n" -#~ "\n" -#~ " Note: This applies to the modules containing modulename_process_xml\n" -#~ " for e.g product/process/product_process_xml\n" -#~ "\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Este módulo amosa os procesos básicos nos que participan os módulos " -#~ "seleccionados, e a secuencia na que ocorren. Nota: Isto é aplicable ós " -#~ "módulos que conteñen o nomedomódulo_process_xml por exemplo " -#~ "product/process/product_process_xml\n" -#~ "\n" -#~ " " diff --git a/addons/process/i18n/he.po b/addons/process/i18n/he.po deleted file mode 100644 index 59f7a453943..00000000000 --- a/addons/process/i18n/he.po +++ /dev/null @@ -1,379 +0,0 @@ -# Hebrew translation for openobject-addons -# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2013-12-30 19:15+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Hebrew \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" diff --git a/addons/process/i18n/hi.po b/addons/process/i18n/hi.po deleted file mode 100644 index 5bedd8683cf..00000000000 --- a/addons/process/i18n/hi.po +++ /dev/null @@ -1,385 +0,0 @@ -# Hindi translation for openobject-addons -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2009-09-08 13:01+0000\n" -"Last-Translator: vir (Open ERP) \n" -"Language-Team: Hindi \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "शर्तें" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" - -#~ msgid "State" -#~ msgstr "स्थिति" - -#~ msgid "Details" -#~ msgstr "विस्तार" diff --git a/addons/process/i18n/hi_HI.po b/addons/process/i18n/hi_HI.po deleted file mode 100644 index fdaec205754..00000000000 --- a/addons/process/i18n/hi_HI.po +++ /dev/null @@ -1,304 +0,0 @@ -# Hindi translation for openobject-addons -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-05-19 14:36+0000\n" -"PO-Revision-Date: 2009-07-03 06:20+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Hindi \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2009-08-28 11:02+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "" - -#. module: process -#: constraint:ir.model:0 -msgid "" -"The Object name must start with x_ and not contain any special character !" -msgstr "" - -#. module: process -#: constraint:ir.actions.act_window:0 -msgid "Invalid model name in the action definition." -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -#: view:process.transition:0 -msgid "Roles from Workflow" -msgstr "" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -msgid "State" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -#: view:process.transition:0 -msgid "Details" -msgstr "" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.model,name:process.model_process_node -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "" - -#. module: process -#: field:process.condition,model_id:0 -#: field:process.node,model_id:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "" - -#. module: process -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Process Transition" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_condition -#: view:process.node:0 -#: view:process.process:0 -msgid "Condition" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "" - -#. module: process -#: constraint:ir.ui.view:0 -msgid "Invalid XML for View Architecture!" -msgstr "" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "" - -#. module: process -#: field:process.transition,role_ids:0 -msgid "Roles" -msgstr "" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "" - -#. module: process -#: field:process.node,note:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -#: view:process.transition:0 -msgid "Roles Required" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Extra Information" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.model,name:process.model_process_process -#: model:ir.ui.menu,name:process.menu_process_form -#: field:process.node,process_id:0 -#: view:process.process:0 -msgid "Process" -msgstr "" - -#. module: process -#: model:ir.module.module,shortdesc:process.module_meta_information -msgid "Enterprise Process" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -#: view:process.transition:0 -msgid "Actions" -msgstr "" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.model,name:process.model_process_transition -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Processes" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "" diff --git a/addons/process/i18n/hr.po b/addons/process/i18n/hr.po deleted file mode 100644 index 1004788f0e9..00000000000 --- a/addons/process/i18n/hr.po +++ /dev/null @@ -1,412 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# Drazen Bosak , 2010. -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2012-12-10 08:27+0000\n" -"Last-Translator: Goran Kliska \n" -"Language-Team: Vinteh\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" -"Language: hr\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Procesni čvor" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Isključivanje ovog polja omogućuje sakrivanje procesa bez da ga brišemo." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Povezani izbornik" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "Status" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Tipke" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Grupiraj po..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Vrsta čvorišta" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "Help URL" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Početni tok" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Procesna čvorišta" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Čvorišta" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Uvjeti" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Pretraži prijelaze procesa" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Čvorište" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Okidač Hodograma" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Opis" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Radnje Procesnih Prijelaza" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Objekt" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Čvorište izvor" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Prijelazi Hodograma" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "Promijenio:" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "ID Radnje" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "Proces" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Promjena Procesa" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Uvjet" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Prazan" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Procesi" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Prijelaz" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Ime" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Početni prijelazi" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "Povezani:" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Bilješke" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "Uredi proces" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "Nedostupno" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Pretraži Proces" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Aktivan" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Pridružene grupe" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Izraz Stanja" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Radnja" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "Odaberi proces" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Izraz" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Obavezne grupe" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Ulazni prijelazi" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Tip" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Završni prijelazi" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Proces" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Potraži čvorištae procesa" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Ostali uvjeti" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Proces poduzeća" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Radnje" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Svojstva" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Prijelazi Procesa" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Ciljno čvorište" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Vrsta čvorišta" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "Podtokovi:" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Izlazni prijelazi" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "Bilješke:" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Podtok" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Prijelazi" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Metoda objekta" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "Odaberi" - -#~ msgid "State" -#~ msgstr "Stanje" - -#~ msgid "Details" -#~ msgstr "Detalji" - -#~ msgid "Roles" -#~ msgstr "Uloge" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Naziv Objekta mora početi s x_ i ne smije sadržavati bilo koji posebni znak !" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Nepravilno ime modela u definiciji radnje." - -#~ msgid "Roles from Workflow" -#~ msgstr "Uloge iz Hodograma" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Nepravilan XML format za View Architecture!" - -#~ msgid "Roles Required" -#~ msgstr "Potrebne Uloge" - -#~ msgid "Extra Information" -#~ msgstr "Dodatne Informacije" - -#~ msgid "Enterprise Processes" -#~ msgstr "Procesi poduzeća" diff --git a/addons/process/i18n/hu.po b/addons/process/i18n/hu.po deleted file mode 100644 index 5b61e9831c9..00000000000 --- a/addons/process/i18n/hu.po +++ /dev/null @@ -1,405 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2013-02-01 10:21+0000\n" -"Last-Translator: krnkris \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Folyamat csomópont" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Ha az aktív mező \"Hamis\"-ra van állítva, ez lehetővé teszi Önnek, hogy " -"elrejtse a folyamatot, anélkül, hogy eltávolítaná." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Kapcsolódó menü" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "Állapot" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Gombok" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Csoportosítás..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Csomópont típusa" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "Segéd URL" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Folyamat indítása" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Folyamat csomópontok" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Csomópontok" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Feltételek" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Folyamat átmenetek keresése" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Csomópont" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Munkafolyamat indítása" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Leírás" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Folyamat átmenet műveletek" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Tárgy" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Forrás csomópont" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Munkafolyamat átmenetek" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "Utoljára módosította:" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "Művelet ID" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "Folyamat nézet" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Folyamat átmenet" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Feltétel" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Utánzat" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Folyamatok" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Átmenet" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Név" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Átmenetek indítása" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "Kapcsolódó:" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Megjegyzések" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "Folymat szerkesztés" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "Nem elérhető" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Folyamat keresése" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Aktív" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Kapcsolódó csoportok" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Állapot kifejezés" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Művelet" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "Folyamat kiválasztása" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Kifejezés" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Kötelező csoportok" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Bejövő átmenetek" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Típus" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Átmenetek befejezése" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Folyamat" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Folyamat csomópont keresése" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Egyéb feltételek" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Vállalati folyamat" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Műveletek" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Tulajdonságok" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Folyamat átmenetek" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Cél csomópont" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Csomópont típusa" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "Alfolyamatok:" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Kimenő átmenetek" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "Mejegyzés" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Alfolyamat" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Átmenetek" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Tárgy módszer" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "Kiválasztás" - -#~ msgid "State" -#~ msgstr "Állapot" - -#~ msgid "" -#~ "\n" -#~ " This module shows the basic processes involved\n" -#~ " in the selected modules and in the sequence they\n" -#~ " occur\n" -#~ "\n" -#~ " Note: This applies to the modules containing modulename_process_xml\n" -#~ " for e.g product/process/product_process_xml\n" -#~ "\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Ez a modul megmutatja a kiválasztott modulokban \n" -#~ " és az általuk létrehozott sorrendben futó alapvető \n" -#~ " folyamatokat. \n" -#~ "\n" -#~ " Megjegyzés: Ez azokra a modulokra vonatozik, amelyek tartalmazzák az " -#~ "következőt: modulename_process_xml, \n" -#~ " mint például: product/process/product_process_xml\n" -#~ "\n" -#~ " " diff --git a/addons/process/i18n/id.po b/addons/process/i18n/id.po deleted file mode 100644 index 030319204b3..00000000000 --- a/addons/process/i18n/id.po +++ /dev/null @@ -1,378 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2009-11-09 13:53+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" diff --git a/addons/process/i18n/it.po b/addons/process/i18n/it.po deleted file mode 100644 index 6f92e804b97..00000000000 --- a/addons/process/i18n/it.po +++ /dev/null @@ -1,434 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2012-12-15 16:11+0000\n" -"Last-Translator: Davide Corio @ LS \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Nodo Processo" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Se il campo 'attivo' viene deselezionato, sarà possibile nascondere il " -"processo senza rimuoverlo." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Menu correlato" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "Stato" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Pulsanti" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Raggruppato per..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Tipo Di Nodo" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "URL della Guida" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Inizio Flusso" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Nodi del Processo" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Nodi" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Condizioni" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Ricerca transizioni" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Nodo" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Avvio del flusso" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Descrizione" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Azioni transitorie del Processo" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Oggetto" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Nodo Sorgente" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Transizioni flusso" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "Ultima modifica di:" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "ID Azione:" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "Vista Processo" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Transizione di Processo" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Condizione" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Fittizio" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Processi" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Transizione" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Nome" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Transizioni Iniziali" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "Correlato:" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Note" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "Modifica Processo" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "N/D" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Ricerca processi" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Attivo" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Gruppi associati" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Espressione Stati" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Azione" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "Seleziona Processo" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Espressione" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Gruppi necessari" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Transizioni in Ingresso" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Tipo" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Transizioni Finali" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Processo" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Ricerca Nodi" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Altre Condizioni" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Processo Aziendale" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Azioni" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Proprietà" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Transizioni di Processo" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Nodo Obiettivo" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Tipo Nodo" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "Sottoflussi:" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Transizioni in Uscita" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "Note:" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Sottoflusso" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Transizioni" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Metodo Oggetto" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "Seleziona" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Il nome dell'oggetto deve iniziare per x_ e non deve contenere caratteri " -#~ "speciali!" - -#~ msgid "State" -#~ msgstr "Stato" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "XML non valido per Visualizzazione Architettura!" - -#~ msgid "Extra Information" -#~ msgstr "Informazioni Aggiuntive" - -#~ msgid "Roles from Workflow" -#~ msgstr "Regole dal Flusso di Lavoro" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Nome del modulo non valido nella definizione dell'azione." - -#~ msgid "Details" -#~ msgstr "Dettagli" - -#~ msgid "Roles Required" -#~ msgstr "Ruoli Richiesti" - -#~ msgid "Roles" -#~ msgstr "Ruoli" - -#~ msgid "Enterprise Processes" -#~ msgstr "Processi Aziendali" - -#~ msgid "" -#~ "\n" -#~ " This module shows the basic processes involved\n" -#~ " in the selected modules and in the sequence they\n" -#~ " occur\n" -#~ "\n" -#~ " Note: This applies to the modules containing modulename_process_xml\n" -#~ " for e.g product/process/product_process_xml\n" -#~ "\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Questo modulo illustra i processi fondamentali coinvolti \n" -#~ " nei moduli selezionati e nella sequenza \n" -#~ " in cui si verificano\n" -#~ "\n" -#~ " Nota: Questo vale per i moduli contenenti modulename_process_xml \n" -#~ " ad esempio per prodotti / processi / product_process_xml\n" -#~ "\n" -#~ " " diff --git a/addons/process/i18n/ja.po b/addons/process/i18n/ja.po deleted file mode 100644 index 284fe0df3b9..00000000000 --- a/addons/process/i18n/ja.po +++ /dev/null @@ -1,382 +0,0 @@ -# Japanese translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2012-06-01 23:37+0000\n" -"Last-Translator: Akira Hiyama \n" -"Language-Team: Japanese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "処理ノード" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "アクティブ項目にFalseを設定すると、処理を削除することなく非表示にできます。" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "関連メニュー" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "ボタン" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "グループ化…" - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "ノードの種類" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "ヘルプURL" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "開始フロー" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "処理ノード" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "ノード" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "条件" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "処理遷移の検索" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "ノード" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "ワークフロートリガー" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "説明" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "処理遷移アクション" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "オブジェクト" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "元ノード" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "ワークフロー遷移" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "アクションID" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "処理遷移" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "条件" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "ダミー" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "処理" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "遷移" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "名前" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "遷移の始点" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "注記" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "処理検索" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "アクティブ" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "関連グループ" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "状態式" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "アクション" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "式" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "グループは必須" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "内向き遷移" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "タイプ" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "遷移の終点" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "処理" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "処理ノード検索" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "他の条件" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "企業の処理" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "アクション" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "属性" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "処理遷移" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "対象ノード" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "ノードの種類" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "外向き遷移" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "サブフロー" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "遷移" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "オブジェクトメソッド" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" - -#~ msgid "State" -#~ msgstr "状態" diff --git a/addons/process/i18n/ko.po b/addons/process/i18n/ko.po deleted file mode 100644 index 67ee61f0e24..00000000000 --- a/addons/process/i18n/ko.po +++ /dev/null @@ -1,407 +0,0 @@ -# Korean translation for openobject-addons -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2009-09-08 13:34+0000\n" -"Last-Translator: ekodaq \n" -"Language-Team: Korean \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "프로세스 노드" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "관련된 메뉴" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "버튼" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "도움 URL" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "시작 플로우" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "프로세스 노드" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "노드" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "조건" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "노드" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "워크플로우 트리거" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "설명" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "프로세스 트랜지션 액션" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "오브젝트" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "소스 노드" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "워크플로우 트랜지션" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "액션 ID" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "프로세스 트랜지션" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "조건" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "더미" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "트랜지션" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "이름" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "트랜지션 시작" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "노드" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "활성" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "상태 표현" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "액션" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "표현" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "유형" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "마감 트랜지션" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "프로세스" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "엔터프라이즈 프로세스" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "액션" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "프로세스 트랜지션" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "타깃 노드" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "노드 종류" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "내보내기 트랜지션" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "서브플로우" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "트랜지션" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "오브젝트 메소드" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" - -#~ msgid "Roles from Workflow" -#~ msgstr "워크플로우로부터의 역할" - -#~ msgid "State" -#~ msgstr "상태" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "오브젝트 이름은 x_로 시작해야 하며, 특수 문자를 포함해서는 안 됩니다 !" - -#~ msgid "Details" -#~ msgstr "상세" - -#~ msgid "Roles Required" -#~ msgstr "요구되는 역할" - -#~ msgid "Roles" -#~ msgstr "역할" - -#~ msgid "Extra Information" -#~ msgstr "기타 정보" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "유효하지 않은 뷰 아키테처를 위한 XML" - -#~ msgid "Enterprise Processes" -#~ msgstr "엔터프라이즈 프로세스" diff --git a/addons/process/i18n/lt.po b/addons/process/i18n/lt.po deleted file mode 100644 index bac14c13c46..00000000000 --- a/addons/process/i18n/lt.po +++ /dev/null @@ -1,383 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.4\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2011-01-13 17:06+0000\n" -"Last-Translator: Paulius Sladkevičius @ hbee \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Jeigu aktyvus laukelis nustatytas kaip \"ne\", leidžiame paslėpti procesą, " -"jo nepašalinus." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "Būsena" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Mygtukai" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Grupuoti pagal..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Sąlygos" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Aprašymas" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Objektas" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Sąlyga" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Procesai" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Perėjimas" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Pavadinimas" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Pastabos" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Aktyvus" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Veiksmas" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Tipas" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Veiksmai" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Savybės" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "Pasirinkti" - -#~ msgid "State" -#~ msgstr "Būsena" diff --git a/addons/process/i18n/mk.po b/addons/process/i18n/mk.po deleted file mode 100644 index 2aa22aa0985..00000000000 --- a/addons/process/i18n/mk.po +++ /dev/null @@ -1,381 +0,0 @@ -# Macedonian translation for openobject-addons -# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2013-02-21 13:44+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Macedonian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Јазол на процесот" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Доколку активното поле е подесено на Грешка, ќе ви дозволи да го сокриете " -"процесот без да го отстраните." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Поврзано мени" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "Статус" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Копчиња" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Групирај по..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Вид на јазол" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "URL за помош" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Почнување на тек" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Јазли на процесот" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Јазли" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Услови" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Премин во процес на пребарување" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Јазол" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Активирање на текот на работа" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Опис" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Активности за премини на процес" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Предмет" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Изворен јазол" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "премин на текот на работа" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "Последна промена од:" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "ID на дејство" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "Преглед на процес" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Премин на процес" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Услов" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Макета" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Процеси" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Премин" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Име" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Почеток на премини" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "Поврзани:" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Белешки" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "Процес на измени" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "N/A" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Барај процес" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Активен" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Поврзани групи" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Изразување на состојби" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Акција" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "Избери процес" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Израз" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Потребни групи" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Дојдовни премини" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Тип" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Завршни премини" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Процес" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Пребарувај јазол на процес" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Други услови" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Процес во претпријатие" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Дејства" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Својства" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Премини на процес" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Цел на јазол" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Вид на јазол" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Излезни премини" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "Забелешки:" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Премини" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Метод на објект" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "Избери" diff --git a/addons/process/i18n/mn.po b/addons/process/i18n/mn.po deleted file mode 100644 index f3316bab2d9..00000000000 --- a/addons/process/i18n/mn.po +++ /dev/null @@ -1,420 +0,0 @@ -# #-#-#-#-# mn.po (OpenERP Server 6.0.0-rc1) #-#-#-#-# -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -# #-#-#-#-# mn1.po (openobject-addons) #-#-#-#-# -# Mongolian translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2011-01-13 02:36+0000\n" -"Last-Translator: badralb \n" -"Language-Team: Mongolian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Процессын зангилаа" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Хэрэв идэвхитэй талбарын утга Худал бол, энэ нь процессыг устгахгүйгээр нуух " -"боломж олгоно." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Харгалзах цэс" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "Төлөв" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Товчнууд" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Бүлэглэх..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Зангилааны төрөл" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "Тусламжын вэб сайт" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Эхлэх урсгал" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Процессын зангилаа" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Зангилаа" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Нөхцөл" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Хайх" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Зангилаа" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Ажлын урсгалын триггер" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Тайлбар" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Процесс шилжилтийн үйлдлүүд" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Объект" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Гарсан зангилаа" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Ажлын урсгалын шилжилтүүд" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "Хамгийн сүүлд зассан:" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "Үйлдлийн ID" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "Процесс Харагдац" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Процессын шилжилт" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Нөхцөл" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Хиймэл" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Процесс" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Шилжилт" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Нэр" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Эхлэлийн шилжилт" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "Холбоотой:" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Тэмдэглэл" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "Процесс Засварлах" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "Алга" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Хайх" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Идэвхитэй" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Холбогдох бүлэг" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Төлвийн илэрхийлэл" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Үйлдэл" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "Процесс Сонгох" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Илэрхийлэл" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Шаардлагатай бүлэг" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Ирж буй өөрчлөлт" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Төрөл" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Төгсгөлийн шилжилт" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Процесс" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Хайлт" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Бусад нөхцөл" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Байгууллагын процесс" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Үйлдлүүд" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Шинж чанар" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Процессын шилжилт" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Хүрэх зангилаа" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Зангилааны төрөл" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "Дэд урсгал:" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Гарах шилжилтүүд" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "Тэмдэглэлүүд:" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Дэд урсгал" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Шилжилтүүд" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Объектын метод" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "Сонгох" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Үйлдлийн тодорхойлолтод буруу моделийн нэр байна." - -#~ msgid "State" -#~ msgstr "Төлөв" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Объектын нэрний эхлэл x_ байх ёстой бөгөөд бусад тусгай тэмдэгтийг агуулж " -#~ "болохгүй!" - -#~ msgid "Details" -#~ msgstr "Дэлгэрэнгүй" - -#~ msgid "Roles Required" -#~ msgstr "Шаардагдах дүрүүд" - -#~ msgid "Roles" -#~ msgstr "Дүрүүд" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Дэлгэцийн XML алдаатай!" - -#~ msgid "Enterprise Processes" -#~ msgstr "Байгууллагын процессууд" - -#~ msgid "Roles from Workflow" -#~ msgstr "Ажлын урсгалын дүрүүд" - -#~ msgid "Extra Information" -#~ msgstr "Нэмэлт Мэдээлэл" diff --git a/addons/process/i18n/nl.po b/addons/process/i18n/nl.po deleted file mode 100644 index c414ae41da7..00000000000 --- a/addons/process/i18n/nl.po +++ /dev/null @@ -1,430 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.4\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2012-11-24 22:07+0000\n" -"Last-Translator: Erwin van der Ploeg (BAS Solutions) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Proces knooppunt" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Als het actief veld uitstaat, kunt u het proces verbergen zonder het te " -"verwijderen." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Gerelateerd menu" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "Status" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Knoppen" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Groepeer op..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Soort knooppunt" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "Help URL" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Starten van schema" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Proces knooppunten" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Knooppunten" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Voorwaarden" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Proces overgang zoeken" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Knooppunt" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Workschema Trigger" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Omschrijving" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Proces transitie acties" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Object" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Bron knooppunt" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Workflow transities" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "Laatst gewijzigd door:" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "Actie ID" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "Laat proces zien" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Proces overgang" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Voorwaarde" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Dummie" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Processen" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Overgang" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Naam" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Starten van overgangen" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "Gerelateerd:" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Notities" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "Proces bewerken" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "N.v.t." - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Proces zoeken" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Actief" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Verbonden groepen" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Status uitdrukking" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Actie" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "Proces selecteren" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Uitdrukking" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Verplichte groepen" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Inkomende overgangen" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Soort" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Eindigende overgangen" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Processen" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Procesknooppunt zoeken" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Andere voorwaarden" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Bedrijfsprocessen" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Acties" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Eigenschappen" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Proces overgangen" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Bestemming knooppunt" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Soort knooppunt" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "Subschemas:" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Uitgaande overgangen" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "Notities:" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Subschema" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Overgangen" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Object Methode" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "Selecteren" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "De objectnaam moet beginnen met x_ en mag geen speciale karakters bevatten !" - -#~ msgid "Roles from Workflow" -#~ msgstr "Regels uit werkschema" - -#~ msgid "State" -#~ msgstr "Status" - -#~ msgid "Details" -#~ msgstr "Details" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Ongeldige XML voor overzicht" - -#~ msgid "Roles" -#~ msgstr "Rollen" - -#~ msgid "Roles Required" -#~ msgstr "Noodzakelijke rollen" - -#~ msgid "Extra Information" -#~ msgstr "Extra Informatie" - -#~ msgid "Enterprise Processes" -#~ msgstr "Bedrijfsprocessen" - -#~ msgid "" -#~ "\n" -#~ " This module shows the basic processes involved\n" -#~ " in the selected modules and in the sequence they\n" -#~ " occur\n" -#~ "\n" -#~ " Note: This applies to the modules containing modulename_process_xml\n" -#~ " for e.g product/process/product_process_xml\n" -#~ "\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Deze module toont de betrokken basis processen\n" -#~ " in de geselecteerde modules en in de volgorde waarin\n" -#~ " ze voorkomen.\n" -#~ "\n" -#~ " Merk op: Dit geldt voor de modules die modulename_process_xml\n" -#~ " bevatten, bijv. product/process/product_process_xml\n" -#~ "\n" -#~ " " diff --git a/addons/process/i18n/nl_BE.po b/addons/process/i18n/nl_BE.po deleted file mode 100644 index 85720ba4bfb..00000000000 --- a/addons/process/i18n/nl_BE.po +++ /dev/null @@ -1,383 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2009-04-10 10:19+0000\n" -"Last-Translator: Fabien (Open ERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "De objectnaam moet beginnen met x_ en mag geen speciale karakters bevatten !" diff --git a/addons/process/i18n/pl.po b/addons/process/i18n/pl.po deleted file mode 100644 index 40d14371eec..00000000000 --- a/addons/process/i18n/pl.po +++ /dev/null @@ -1,408 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2009-11-17 06:55+0000\n" -"Last-Translator: Fabien (Open ERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Węzeł procesu" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Powiązane menu" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Przyciski" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "URL pomocy" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Przepływ początkowy" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Węzły procesu" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Węzły" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Warunki" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Węzeł" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Wyzwalacz obiegu" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Opis" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Akcje przejścia procesu" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Obiekt" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Węzeł źródłowy" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Przejścia obiegu" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "ID akcji" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Przejście procesu" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Warunek" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Bezczynny" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Przejście" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Nazwa" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Przejścia początkowe" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Uwagi" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Aktywny" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Wyrażenie stanów" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Akcja" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Wyrażenie" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Typ" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Przejścia końcowe" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Proces" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Proces przedsiębiorstwa" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Akcje" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Przejścia procesu" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Węzeł docelowy" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Rodzaj węzła" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Przejścia wyjściowe" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Podobieg" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Przejścia" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Metoda obiektu" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Nazwa obiektu musi zaczynać się od x_ oraz nie może zawierać znaków " -#~ "specjalnych !" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "XML niewłaściwy dla tej architektury wyświetlania!" - -#~ msgid "State" -#~ msgstr "Stan" - -#~ msgid "Details" -#~ msgstr "Szczegóły" - -#~ msgid "Roles Required" -#~ msgstr "Wymagane role" - -#~ msgid "Roles" -#~ msgstr "Role" - -#~ msgid "Extra Information" -#~ msgstr "Dodatkowe informacje" - -#~ msgid "Enterprise Processes" -#~ msgstr "Procesy przedsiębiorstwa" - -#~ msgid "Roles from Workflow" -#~ msgstr "Role z obiegu" diff --git a/addons/process/i18n/process.pot b/addons/process/i18n/process.pot deleted file mode 100644 index 3bf64e30458..00000000000 --- a/addons/process/i18n/process.pot +++ /dev/null @@ -1,376 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 7.0alpha\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2012-12-21 17:06+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "" - -#. module: process -#: help:process.process,active:0 -msgid "If the active field is set to False, it will allow you to hide the process without removing it." -msgstr "" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" - diff --git a/addons/process/i18n/pt.po b/addons/process/i18n/pt.po deleted file mode 100644 index d1a30b6d8e1..00000000000 --- a/addons/process/i18n/pt.po +++ /dev/null @@ -1,434 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2012-12-17 12:24+0000\n" -"Last-Translator: Rui Franco (multibase.pt) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Nó do Processo" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Se o campo ativo é definido como Falso, ele permitirá que se oculte o " -"processo sem removê-lo." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Menu Relacionado" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "Estado" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Botões" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Agrupar por..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Tipo de nó" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "Ajuda URL" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Iniciar Flow" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Processo de nós" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Nós" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Condições" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Transição processo de pesquisa" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Nó" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Acionador de Fluxo de Trabalho" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Descrição" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Ações do Processo de Transições" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Objeto" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Nó de Origem" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Transições do Fluxo de Trabalho" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "Última alteração por:" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "ID da Ação" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Processo de Transição" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Condição" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Dummy" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Processos" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Transição" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Nome" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Transações Iniciais" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Notas" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "Editar processo" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "N/D" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Procurar processo" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Ativo" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Grupos associados" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Expressão dos Estados" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Ação" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Expressão" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Grupos necessários" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Transições de entrada" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Tipo" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Terminar Transições" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Processar" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Nó de processo de pesquisa" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Outras Condições" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Processo de Empresa" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Ações" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Propriedades" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Processo de Transições" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Nó de Destino" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Tipo de Nó" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Transições em Saída" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "Notas:" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Subflow" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Transições" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Método do Objeto" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "Selecionar" - -#~ msgid "State" -#~ msgstr "Estado" - -#~ msgid "Details" -#~ msgstr "Detalhes" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Nome de modelo inválido na definição da acção" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "O nome do Objecto deve começar com x_ e não pode conter nenhum carácter " -#~ "especial !" - -#~ msgid "Roles from Workflow" -#~ msgstr "Funções para Fluxo de Trabalho" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "XML Inválido para a Arquitectura de Vista!" - -#~ msgid "Roles" -#~ msgstr "Funções" - -#~ msgid "Roles Required" -#~ msgstr "Funções Exigidas" - -#~ msgid "Extra Information" -#~ msgstr "Informação Extra" - -#~ msgid "Enterprise Processes" -#~ msgstr "Processos da Empresa" - -#~ msgid "" -#~ "\n" -#~ " This module shows the basic processes involved\n" -#~ " in the selected modules and in the sequence they\n" -#~ " occur\n" -#~ "\n" -#~ " Note: This applies to the modules containing modulename_process_xml\n" -#~ " for e.g product/process/product_process_xml\n" -#~ "\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Este módulo mostra os processos básicos envolvidos \n" -#~ " nos módulos seleccionados e na sequência em que \n" -#~ " ocorrem \n" -#~ "\n" -#~ " Nota: Isto aplica-se aos módulos contendo modulename_process_xml \n" -#~ " para e.g product/process/product_process_xml\n" -#~ "\n" -#~ " " diff --git a/addons/process/i18n/pt_BR.po b/addons/process/i18n/pt_BR.po deleted file mode 100644 index aa53c397ff6..00000000000 --- a/addons/process/i18n/pt_BR.po +++ /dev/null @@ -1,414 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2012-12-22 01:28+0000\n" -"Last-Translator: Fábio Martinelli - http://zupy.com.br " -"\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Nó do processo" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Se o campo ativo for definido como Falso, permite que você esconda o " -"processo sem removê-lo." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Menu relacionado" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "Situação" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Botões" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Agrupar Por..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Tipo de Nó" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "URL de ajuda" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Inciando fluxo" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Nós do processo" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Nós" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Condições" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Procurar Transição de Processo" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Nó" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Workflow Trigger" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Descrição" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Processar ações de transições" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Objeto" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Nó de origem" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Transições de Workflow" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "Última atualização por:" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "Ação ID" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "Visão de Processo" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Transição de processo" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Condição" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Imitação" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Processos" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Transição" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Nome" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Iniciando transações" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "Relacionado:" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Observações" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "Editar Processo" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "Nenhum" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Procurar Processo" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Ativo" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Grupos Associados" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Expressão de estado" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Ação" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "Selecionar processo" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Expressão" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Grupos Necessários" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Transições de Entrada" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Tipo" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Terminando transição" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Processo" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Procurar Processo/Nó" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Outras Condições" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Processos de negócios" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Ações" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Propriedades" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Transições de Processos" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Nó de origem" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Tipo de nó" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "Sub fluxos:" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Transições de saida" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "Notas:" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Subfluxo" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Transições" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Método objeto" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "Selecionar" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "O nome do objeto precisa iniciar com x_ e não conter nenhum caracter " -#~ "especial!" - -#~ msgid "Roles from Workflow" -#~ msgstr "Papéis de Workflow" - -#~ msgid "State" -#~ msgstr "Estado" - -#~ msgid "Details" -#~ msgstr "Detalhes" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Invalido XML para Arquitetura da View" - -#~ msgid "Roles" -#~ msgstr "Papéis" - -#~ msgid "Roles Required" -#~ msgstr "Papeis Requeridos" - -#~ msgid "Extra Information" -#~ msgstr "Informação Extra" - -#~ msgid "Enterprise Processes" -#~ msgstr "Processos empresariais" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Nome de modelo inválido na definição da ação." diff --git a/addons/process/i18n/ro.po b/addons/process/i18n/ro.po deleted file mode 100644 index 3ad3943c197..00000000000 --- a/addons/process/i18n/ro.po +++ /dev/null @@ -1,434 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2011-03-24 12:02+0000\n" -"Last-Translator: Dorin \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Nod Proces" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Daca campul activ este setat pe Fals, va va permite sa ascundeti procesul " -"fara a-l sterge." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Meniu Asociat" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "Status" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Butoane" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Grupati dupa..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Tipul de nod" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "URL asistenta" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Incepere flux" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Noduri Proces" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Noduri" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Conditii" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Cautati Tranzitia procesului" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Nod" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Declansator Flux de lucru" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Descriere" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Actiuni Tranzitii Proces" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Obiect" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Nod sursa" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Tranzitii Flux de lucru" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "Modificat ultima data de :" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "ID actiune" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "Vizualizare Proces" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Tranzitie proces" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Conditie" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Provizoriu" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Procese" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Tranzitie" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Nume" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Incepere Tranzitii" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "Referitor la:" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Note" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "Editati Procesul" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "N/A" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Cautati Procesul" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Activ(a)" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Grupuri asociate" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Expresie stari" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Actiune" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "Selectati Procesul" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Expresie" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Grupuri obligatorii" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Tranzitii de intrare" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Tip" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Finalizare Tranzitii" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Proces" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Cautati Nod Proces" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Alte conditii" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Intreprinde proces" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Actiuni" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Proprietati" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Tranzitii proces" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Nod tinta" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Tip de nod" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "Subfluxuri:" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Tranzitii de iesire" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "Note:" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Subflux" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Tranzitii" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Metoda obiectului" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "Selecteaza" - -#~ msgid "Roles from Workflow" -#~ msgstr "Roluri din flux" - -#~ msgid "Details" -#~ msgstr "Detalii" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Nume invalid de model în definirea acțiunii" - -#~ msgid "State" -#~ msgstr "Stare" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Numele obiectului trebuie să înceapă cu x_ și să nu conțină nici un caracter " -#~ "special !" - -#~ msgid "Roles Required" -#~ msgstr "Roluri necesare" - -#~ msgid "Roles" -#~ msgstr "Roluri" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "XML invalid pentru arhitectura machetei de afișare !" - -#~ msgid "Extra Information" -#~ msgstr "Informaţii suplimentare" - -#~ msgid "Enterprise Processes" -#~ msgstr "Procese de întreprindere" - -#~ msgid "" -#~ "\n" -#~ " This module shows the basic processes involved\n" -#~ " in the selected modules and in the sequence they\n" -#~ " occur\n" -#~ "\n" -#~ " Note: This applies to the modules containing modulename_process_xml\n" -#~ " for e.g product/process/product_process_xml\n" -#~ "\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Acest modul arată procesele de bază implicate\n" -#~ " in modulele selectate si in ordinea in care ele au\n" -#~ " loc\n" -#~ "\n" -#~ " Notă: Aceasta se aplică modulelor care contin modulename_process_xml\n" -#~ " de exemplu produs/prces/produs_proces_xml\n" -#~ "\n" -#~ " " diff --git a/addons/process/i18n/ru.po b/addons/process/i18n/ru.po deleted file mode 100644 index f284cbe4085..00000000000 --- a/addons/process/i18n/ru.po +++ /dev/null @@ -1,404 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2011-04-06 06:17+0000\n" -"Last-Translator: Stanislav Hanzhin \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Узел процесса" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Если поле \"Активно\" имеет значение \"Ложь\", это позволит скрыть процесс " -"не удаляя его." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Родственное меню" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Кнопки" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Группировать по ..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Тип узла" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "Адрес справки" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Запуск потока" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Узлы процесса" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Узлы" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Условия" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Найти переход процесса" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Узел" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Триггер рабочего процесса" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Описание" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Процесс перехода действия" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Объект" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Исходный узел" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Переходы рабочего процесса" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "Идентификатор действия" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Переход процесса" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Условие" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Заглушка" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Процессы" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Переход" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Название" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Начало переходов" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Примечания" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Искать процесс" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Активен" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Связанные группы" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Выражение состояний" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Действие" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Выражение" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Требуемые группы" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Входящие переходы" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Тип" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Завершаются переходы" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Процесс" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Другие условия" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Процесс предприятия" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Действия" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Свойства" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Выполнить переходы" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Целевой узел" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Вид узла" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Исходящее перемещение" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Подпроцесс" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Перемещении" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Метод объекта" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Название объекта должно начинаться с x_ и не должно содержать специальных " -#~ "символов !" - -#~ msgid "State" -#~ msgstr "Состояние" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Неправильный XML для просмотра архитектуры!" - -#~ msgid "Extra Information" -#~ msgstr "Доп. информация" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Недопустимое имя модели в определении действия." - -#~ msgid "Details" -#~ msgstr "Детали" - -#~ msgid "Roles" -#~ msgstr "Роли" diff --git a/addons/process/i18n/sk.po b/addons/process/i18n/sk.po deleted file mode 100644 index 78237d40e5f..00000000000 --- a/addons/process/i18n/sk.po +++ /dev/null @@ -1,384 +0,0 @@ -# Slovak translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2010-12-21 14:21+0000\n" -"Last-Translator: Peter Kohaut \n" -"Language-Team: Slovak \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Uzol procesu" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Ak je aktívne pole nastavené na False, umožní Vám schovať proces bez jeho " -"odtránenia." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Súvisiace menu" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Tlačidlá" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Zoskupiť podľa..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Druh uzla" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "URL pomocníka" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Začínajúci tok" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Uzly procesu" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Uzly" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Podmienky" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Hľadať prechod procesu" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Uzol" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Spúšťač pracovného toku" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Popis" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Akcie prechodov procesu" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Objekt" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Zdrojový uzol" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Prechody pracovného toku" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "ID akcie" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Prechod procesu" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Podmienka" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Prázdny" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Procesy" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Prechod" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Meno" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Začínajúce prechody" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Poznámky" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Hľadať proces" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Aktívny" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Priradené skupiny" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Vyjadruje výraz" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Akcia" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Výraz" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Vyžadované skupiny" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Prichádzajúce prechody" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Typ" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Ukončujúce prechody" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Proces" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Hľadať uzol procesu" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Iné podmienky" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Podnikový proces" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Akcie" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Vlastnosti" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Prechody procesu" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Cieľový uzol" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Druh uzla" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Odchádzajúce prechody" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Vnorený tok" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Prechody" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Metóda objektu" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" - -#~ msgid "State" -#~ msgstr "Stav" diff --git a/addons/process/i18n/sl.po b/addons/process/i18n/sl.po deleted file mode 100644 index 798cfc6f435..00000000000 --- a/addons/process/i18n/sl.po +++ /dev/null @@ -1,410 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2010-08-03 08:49+0000\n" -"Last-Translator: Mantavya Gajjar (Open ERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Vozlišče procesa" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "Tu lahko skrijete proces." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Povezani meni" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "Status" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Gumbi" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Združi po ..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Vrsta vozlišča" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "URL pomoči" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Začetni tok" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Vozlišča procesa" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Vozlišča" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Pogoji" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Iskanje prehodov procesa." - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Vozlišče" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Prožilec delovnega toka" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Opis" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Dejanja prehodov procesa" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Predmet" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Izvorno vozlišče" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Prehodi delovnega toka" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "Zadnja sprememba:" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "Oznaka dejanja" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "Pogled procesa" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Prehod procesa" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Pogoj" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Začasno" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Procesi" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Prehod" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Ime" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Začetna stanja" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "V zvezi:" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Opombe" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "Urejanje procesa" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "N/A" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Iskanje procesa" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Aktivno" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Povezane skupine" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Izraz stanj" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Dejanje" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "Izberi postopek" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Izraz" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Obvezne skupine" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Prihajajočite transakcije" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Tip" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Končna stanja" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Procesiraj" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Iskanje vozlišča procesa" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Drugi pogoji" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Proces podjetja" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Dejanja" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Lastnosti" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Prehodi procesov" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Ciljno vozlišče" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Vrsta vozlišča" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "Pod-procesi" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Izhodni prehodi" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "Zapiski:" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Delni tok" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Prehodi" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Metode predmeta" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "Izberi" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Naziv objekta se mora začeti z 'x_' in ne sme vsebovati posebnih znakov." - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Neveljaven XML za arhitekturo pogleda." - -#~ msgid "Roles from Workflow" -#~ msgstr "Vloge iz delovnega toka" - -#~ msgid "State" -#~ msgstr "Stanje" - -#~ msgid "Details" -#~ msgstr "Podrobnosti" - -#~ msgid "Roles" -#~ msgstr "Vloge" - -#~ msgid "Extra Information" -#~ msgstr "Dodatne informacije" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Napačno ime modela v definiciji dejanja." - -#~ msgid "Roles Required" -#~ msgstr "Zahtevane vloge" - -#~ msgid "Enterprise Processes" -#~ msgstr "Procesi podjetja" diff --git a/addons/process/i18n/sq.po b/addons/process/i18n/sq.po deleted file mode 100644 index 6e47f894f0b..00000000000 --- a/addons/process/i18n/sq.po +++ /dev/null @@ -1,379 +0,0 @@ -# Albanian translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2010-08-02 15:04+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Albanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" diff --git a/addons/process/i18n/sr.po b/addons/process/i18n/sr.po deleted file mode 100644 index 6153d1aade7..00000000000 --- a/addons/process/i18n/sr.po +++ /dev/null @@ -1,411 +0,0 @@ -# Serbian translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2010-11-04 08:42+0000\n" -"Last-Translator: OpenERP Administrators \n" -"Language-Team: Serbian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Procesni čvor" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Referentni Meni" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Dugmad" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Grupisano po..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Vrsta Cvora" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "URL za Pomoc" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Startni tok" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Procesna čvorišta" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Čvorišta" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Uslovi" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Pretrazi Proces Tranzicije" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Čvorište" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Okidač TokaPosla" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Opis" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Akcije Procesa Tranzicije" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "objekat" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "pocetno Čvorište" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "TRanzicije TokaPosla" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "Sifra Akcije" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Prelazni Proces" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "uslov" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Lažni" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Proces" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Prelaz" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Ime" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Startni Prelazi" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Napomene" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Pretrazi proces" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Aktivan" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Asocirane Grupe" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Izraz Stanja" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Радња" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Izraz" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Potrebne Grupe" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Dolazece Tranzicije" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Tip" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Zavrsni Prelazi" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Proces" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Pretrazi Procesni Cvor" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Ostali Uslovi" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Proces preduzeca" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Radnje" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Osobine" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Prelazni Proces" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Ciljno čvorište" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Vrsta čvorišta" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Odlazni prelazi" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Podtok" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Prelazi" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Metoda Objekta" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" - -#~ msgid "Roles from Workflow" -#~ msgstr "Uloge iz TokaPosla" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Pogrešno ime modela u definiciji akcije." - -#~ msgid "State" -#~ msgstr "Stanje" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Ime objekta mora da počinje sa x_ i ne sme da sadrži specijalne karaktere !" - -#~ msgid "Details" -#~ msgstr "Detalji" - -#~ msgid "Roles Required" -#~ msgstr "Neophodne Uloge" - -#~ msgid "Roles" -#~ msgstr "Uloge" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Nevažeći XML za pregled arhitekture" - -#~ msgid "Extra Information" -#~ msgstr "Dodatne INformacije" - -#~ msgid "Enterprise Processes" -#~ msgstr "Preocesi Preduzeca" diff --git a/addons/process/i18n/sr@latin.po b/addons/process/i18n/sr@latin.po deleted file mode 100644 index 5c159f40682..00000000000 --- a/addons/process/i18n/sr@latin.po +++ /dev/null @@ -1,411 +0,0 @@ -# Serbian latin translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2010-12-23 15:38+0000\n" -"Last-Translator: Olivier Dony (OpenERP) \n" -"Language-Team: Serbian latin \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Procesni čvor" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Referentni Meni" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Dugmad" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Grupisano po..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Vrsta Cvora" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "URL za Pomoc" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Startni tok" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Procesna čvorišta" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Čvorišta" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Uslovi" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Pretrazi Proces Tranzicije" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Čvorište" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Okidač TokaPosla" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Opis" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Akcije Procesa Tranzicije" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "objekat" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "pocetno Čvorište" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "TRanzicije TokaPosla" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "Sifra Akcije" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Prelazni Proces" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "uslov" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Lažni" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Proces" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Prelaz" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Ime" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Startni Prelazi" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Napomene" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Pretrazi proces" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Aktivan" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Asocirane Grupe" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Izraz Stanja" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Радња" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Izraz" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Potrebne Grupe" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Dolazece Tranzicije" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Tip" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Zavrsni Prelazi" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Proces" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Pretrazi Procesni Cvor" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Ostali Uslovi" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Proces preduzeca" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Radnje" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Osobine" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Prelazni Proces" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Ciljno čvorište" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Vrsta čvorišta" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Odlazni prelazi" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Podtok" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Prelazi" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Metoda Objekta" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Ime objekta mora da počinje sa x_ i ne sme da sadrži specijalne karaktere !" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Pogrešno ime modela u definiciji akcije." - -#~ msgid "State" -#~ msgstr "Stanje" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Nevažeći XML za pregled arhitekture" - -#~ msgid "Roles from Workflow" -#~ msgstr "Uloge iz TokaPosla" - -#~ msgid "Details" -#~ msgstr "Detalji" - -#~ msgid "Roles Required" -#~ msgstr "Neophodne Uloge" - -#~ msgid "Roles" -#~ msgstr "Uloge" - -#~ msgid "Extra Information" -#~ msgstr "Dodatne INformacije" - -#~ msgid "Enterprise Processes" -#~ msgstr "Preocesi Preduzeca" diff --git a/addons/process/i18n/sv.po b/addons/process/i18n/sv.po deleted file mode 100644 index f75de3bcbab..00000000000 --- a/addons/process/i18n/sv.po +++ /dev/null @@ -1,412 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.14\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2010-11-22 20:09+0000\n" -"Last-Translator: Olivier Dony (OpenERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "Process Node" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Om det aktiva fältet är satt till falskt, kommer det att du kan dölja " -"processen utan att ta bort den." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "Related Menu" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "Status" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Buttons" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Gruppera på..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "En slags nod" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "Help URL" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Starting Flow" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "Process Nodes" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Nodes" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Conditions" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "Sök processövergångar" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Node" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "Workflow Trigger" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Description" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "Process Transitions Actions" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Object" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Source Node" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "Workflow Transitions" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "Senast ändrad av:" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "Action ID" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "Processvy" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "Process Transition" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Condition" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Dummy" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "Processer" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Transition" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Name" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Starting Transitions" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "Relaterad:" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Notes" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "Ändra processen" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "Inte applicerbart" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "Sök process" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Active" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "Tillhörande grupper" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "States Expression" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Action" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "Välj process" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Expression" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Obligatoriska grupper" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Inkommande övergångar" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Type" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Ending Transitions" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "Process" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "Sök processnod" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Andra villkor" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Enterprise Process" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Actions" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Attribut" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "Process Transitions" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Target Node" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Kind of Node" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "Underflöde" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Outgoing Transitions" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "Anteckningar:" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Subflow" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Transitions" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "Object Method" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "Välj" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Objektnamnet måste börja med x_ och får inte innehålla några specialtecken!" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Invalid model name in the action definition." - -#~ msgid "Roles from Workflow" -#~ msgstr "Roles from Workflow" - -#~ msgid "State" -#~ msgstr "State" - -#~ msgid "Details" -#~ msgstr "Details" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Invalid XML for View Architecture!" - -#~ msgid "Roles" -#~ msgstr "Roles" - -#~ msgid "Roles Required" -#~ msgstr "Roles Required" - -#~ msgid "Extra Information" -#~ msgstr "Extra Information" - -#~ msgid "Enterprise Processes" -#~ msgstr "Enterprise Processes" diff --git a/addons/process/i18n/tlh.po b/addons/process/i18n/tlh.po deleted file mode 100644 index 5861ff6e807..00000000000 --- a/addons/process/i18n/tlh.po +++ /dev/null @@ -1,378 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2009-02-04 11:56+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" diff --git a/addons/process/i18n/tr.po b/addons/process/i18n/tr.po deleted file mode 100644 index fc59a15d7fe..00000000000 --- a/addons/process/i18n/tr.po +++ /dev/null @@ -1,413 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2010-09-09 07:21+0000\n" -"Last-Translator: Fabien (Open ERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "İşlem Düğümü" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" -"Aktif alan Yanlış olarak ayarlanırsa, bu özellik işlemi kaldırmadan " -"gizlemenize olanak sağlayacaktır." - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "İlgili Menü" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "Durum" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "Düğmeler" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Gruplandır..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "Düğüm Türü" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "Yardım URL si" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "Akış Başlatma" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "İşlem Düğümleri" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "Düğümler" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "Koşullar" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "İşlem Geçişi Arama" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "Düğüm" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "İş Akışı Tetikleyici" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "Açıklama" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "İşlem Geçişi Eylemleri" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Nesne" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "Kaynak Düğüm" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "İş Akışı Geçişleri" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "Son değiştiren:" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "Eylem ID" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "İşlem Görünümü" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "İşlem Geçişi" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "Koşul" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "Sahte" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "İşlemler" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "Geçiş" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "Adı" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "Geçişlerin Başlatılması" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "İlgili:" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "Notlar" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "İşlemi Düzenle" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "Yok" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "İşlem Ara" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "Etkin" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "İlişkili Gruplar" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "Durum Terimleri" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "Eylem" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "İşlem Seç" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "Terim" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "Gerekli Gruplar" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "Gelen Geçişler" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "Tür" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "Sonlanan Geçişler" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "İşlem" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "İşlem Düğümü Ara" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "Diğer Koşullar" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "Kurumsal İşlem" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "Eylemler" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "Özellikler" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "İşlem Geçişleri" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "Hedef Düğüm" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "Düğüm Türü" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "Alt akışlar" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "Giden Geçişler" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "Notlar:" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "Alt akış" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "Geçişler" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "İtiraz Yöntemi" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "Seç" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Görüntüleme mimarisi için Geçersiz XML" - -#~ msgid "State" -#~ msgstr "Durum" - -#~ msgid "Roles" -#~ msgstr "Roller" - -#~ msgid "Extra Information" -#~ msgstr "Extra Bilgi" - -#~ msgid "" -#~ "\n" -#~ " This module shows the basic processes involved\n" -#~ " in the selected modules and in the sequence they\n" -#~ " occur\n" -#~ "\n" -#~ " Note: This applies to the modules containing modulename_process_xml\n" -#~ " for e.g product/process/product_process_xml\n" -#~ "\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Bu modül seçilen modüllerde ve meydana\n" -#~ " geldiği dizide kapsanan temel işlemleri\n" -#~ " gösterir\n" -#~ "\n" -#~ " Not: Bu, modulename_process_xml içeren modüller için geçerlidir\n" -#~ " örn. product/process/product_process_xml\n" -#~ "\n" -#~ " " diff --git a/addons/process/i18n/uk.po b/addons/process/i18n/uk.po deleted file mode 100644 index b041345601c..00000000000 --- a/addons/process/i18n/uk.po +++ /dev/null @@ -1,386 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2009-09-08 16:49+0000\n" -"Last-Translator: Eugene Babiy \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Назва об'єкту має починатися з x_ і не містити ніяких спеціальних символів!" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Неправильний XML для Архітектури Вигляду!" diff --git a/addons/process/i18n/vi.po b/addons/process/i18n/vi.po deleted file mode 100644 index a9aabd5475a..00000000000 --- a/addons/process/i18n/vi.po +++ /dev/null @@ -1,379 +0,0 @@ -# Vietnamese translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# Phong Nguyen , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2010-12-16 17:37+0000\n" -"Last-Translator: OpenERP Administrators \n" -"Language-Team: Vietnamese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "Nhóm theo..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "Đối tượng" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" diff --git a/addons/process/i18n/zh_CN.po b/addons/process/i18n/zh_CN.po deleted file mode 100644 index 0f52e3b6813..00000000000 --- a/addons/process/i18n/zh_CN.po +++ /dev/null @@ -1,428 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2012-11-28 09:53+0000\n" -"Last-Translator: 盈通 ccdos \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "流程节点" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "如果活动字段设为 False 将隐藏流程而无需删除。" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "相关菜单" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "状态" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "按钮" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "分组..." - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "节点类型" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "帮助URL" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "启动流程" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "流程节点" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "节点" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "条件" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "搜索节点迁移" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "节点" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "触发工作流" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "说明" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "节点迁移操作" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "对象" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "源节点" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "工作流迁移" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "最后修改者:" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "动作ID" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "业务流程视图" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "节点迁移" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "条件" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "哑元" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "节点" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "迁移" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "名称" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "启动迁移" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "相关的:" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "备注" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "编辑业务流程" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "无" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "搜索节点" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "生效" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "关联的用户组" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "状态表达式" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "动作" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "选择业务流程" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "表达" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "请求的用户组" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "迁移入口" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "类型" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "结束迁移" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "节点" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "搜索流程节点" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "其他条件" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "企业流程" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "动作" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "属性" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "处理迁移" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "目标节点" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "节点类型" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "子工作流:" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "迁移出口" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "备注:" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "子工作流" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "迁移" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "对象方法" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "选择" - -#~ msgid "State" -#~ msgstr "状态" - -#~ msgid "Details" -#~ msgstr "详情" - -#~ msgid "Extra Information" -#~ msgstr "额外信息" - -#~ msgid "Enterprise Processes" -#~ msgstr "企业流程" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "对象名必须要以X_开头并且不能含有特殊字符!" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "在这动作定义中有无效的模块名" - -#~ msgid "Roles from Workflow" -#~ msgstr "工作流角色" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "无效XML视图结构!" - -#~ msgid "Roles" -#~ msgstr "角色" - -#~ msgid "Roles Required" -#~ msgstr "角色要求" - -#~ msgid "" -#~ "\n" -#~ " This module shows the basic processes involved\n" -#~ " in the selected modules and in the sequence they\n" -#~ " occur\n" -#~ "\n" -#~ " Note: This applies to the modules containing modulename_process_xml\n" -#~ " for e.g product/process/product_process_xml\n" -#~ "\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " 此模块显示指定模块的基本流程和工作顺序。\n" -#~ "\n" -#~ "注意:这些信息来自对应模块的 modulename_process.xml文件\n" -#~ "例如 product/process/product_process.xml\n" -#~ "\n" -#~ " " diff --git a/addons/process/i18n/zh_TW.po b/addons/process/i18n/zh_TW.po deleted file mode 100644 index 4a527b1aafe..00000000000 --- a/addons/process/i18n/zh_TW.po +++ /dev/null @@ -1,378 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * process -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.4\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-12-21 17:06+0000\n" -"PO-Revision-Date: 2009-02-04 11:55+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-04-22 06:26+0000\n" -"X-Generator: Launchpad (build 16985)\n" - -#. module: process -#: model:ir.model,name:process.model_process_node -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Node" -msgstr "" - -#. module: process -#: help:process.process,active:0 -msgid "" -"If the active field is set to False, it will allow you to hide the process " -"without removing it." -msgstr "" - -#. module: process -#: field:process.node,menu_id:0 -msgid "Related Menu" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -msgid "Status" -msgstr "" - -#. module: process -#: field:process.transition,action_ids:0 -msgid "Buttons" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Group By..." -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Kind Of Node" -msgstr "" - -#. module: process -#: field:process.node,help_url:0 -msgid "Help URL" -msgstr "" - -#. module: process -#: field:process.node,flow_start:0 -msgid "Starting Flow" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_node_form -#: model:ir.ui.menu,name:process.menu_process_node_form -#: view:process.node:0 -#: view:process.process:0 -msgid "Process Nodes" -msgstr "" - -#. module: process -#: view:process.process:0 -#: field:process.process,node_ids:0 -msgid "Nodes" -msgstr "" - -#. module: process -#: field:process.node,condition_ids:0 -#: view:process.process:0 -msgid "Conditions" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Search Process Transition" -msgstr "" - -#. module: process -#: field:process.condition,node_id:0 -msgid "Node" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Workflow Trigger" -msgstr "" - -#. module: process -#: field:process.transition,note:0 -msgid "Description" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition_action -msgid "Process Transitions Actions" -msgstr "" - -#. module: process -#: field:process.condition,model_id:0 -#: view:process.node:0 -#: field:process.node,model_id:0 -#: view:process.process:0 -#: field:process.process,model_id:0 -msgid "Object" -msgstr "" - -#. module: process -#: field:process.transition,source_node_id:0 -msgid "Source Node" -msgstr "" - -#. module: process -#: view:process.transition:0 -#: field:process.transition,transition_ids:0 -msgid "Workflow Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "Last modified by:" -msgstr "" - -#. module: process -#: field:process.transition.action,action:0 -msgid "Action ID" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:7 -#, python-format -msgid "Process View" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_transition -#: view:process.transition:0 -msgid "Process Transition" -msgstr "" - -#. module: process -#: model:ir.model,name:process.model_process_condition -msgid "Condition" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Dummy" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_form -#: model:ir.ui.menu,name:process.menu_process_form -msgid "Processes" -msgstr "" - -#. module: process -#: field:process.transition.action,transition_id:0 -msgid "Transition" -msgstr "" - -#. module: process -#: field:process.condition,name:0 -#: field:process.node,name:0 -#: field:process.process,name:0 -#: field:process.transition,name:0 -#: field:process.transition.action,name:0 -msgid "Name" -msgstr "" - -#. module: process -#: field:process.node,transition_in:0 -msgid "Starting Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:54 -#, python-format -msgid "Related:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: field:process.node,note:0 -#: view:process.process:0 -#: field:process.process,note:0 -#: view:process.transition:0 -msgid "Notes" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:88 -#, python-format -msgid "Edit Process" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:39 -#, python-format -msgid "N/A" -msgstr "" - -#. module: process -#: view:process.process:0 -msgid "Search Process" -msgstr "" - -#. module: process -#: field:process.process,active:0 -msgid "Active" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Associated Groups" -msgstr "" - -#. module: process -#: field:process.node,model_states:0 -msgid "States Expression" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Action" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:67 -#, python-format -msgid "Select Process" -msgstr "" - -#. module: process -#: field:process.condition,model_states:0 -msgid "Expression" -msgstr "" - -#. module: process -#: field:process.transition,group_ids:0 -msgid "Required Groups" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Incoming Transitions" -msgstr "" - -#. module: process -#: field:process.transition.action,state:0 -msgid "Type" -msgstr "" - -#. module: process -#: field:process.node,transition_out:0 -msgid "Ending Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/js/process.js:243 -#: code:addons/process/static/src/xml/process.xml:33 -#: model:ir.model,name:process.model_process_process -#: field:process.node,process_id:0 -#: view:process.process:0 -#, python-format -msgid "Process" -msgstr "" - -#. module: process -#: view:process.node:0 -msgid "Search ProcessNode" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Other Conditions" -msgstr "" - -#. module: process -#: model:ir.ui.menu,name:process.menu_process -msgid "Enterprise Process" -msgstr "" - -#. module: process -#: view:process.transition:0 -msgid "Actions" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Properties" -msgstr "" - -#. module: process -#: model:ir.actions.act_window,name:process.action_process_transition_form -#: model:ir.ui.menu,name:process.menu_process_transition_form -msgid "Process Transitions" -msgstr "" - -#. module: process -#: field:process.transition,target_node_id:0 -msgid "Target Node" -msgstr "" - -#. module: process -#: field:process.node,kind:0 -msgid "Kind of Node" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:42 -#, python-format -msgid "Subflows:" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Outgoing Transitions" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:36 -#, python-format -msgid "Notes:" -msgstr "" - -#. module: process -#: selection:process.node,kind:0 -#: field:process.node,subflow_id:0 -msgid "Subflow" -msgstr "" - -#. module: process -#: view:process.node:0 -#: view:process.process:0 -msgid "Transitions" -msgstr "" - -#. module: process -#: selection:process.transition.action,state:0 -msgid "Object Method" -msgstr "" - -#. module: process -#. openerp-web -#: code:addons/process/static/src/xml/process.xml:77 -#, python-format -msgid "Select" -msgstr "" diff --git a/addons/process/process.py b/addons/process/process.py deleted file mode 100644 index d6a72148fa6..00000000000 --- a/addons/process/process.py +++ /dev/null @@ -1,381 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from openerp import tools -from openerp.osv import fields, osv - -class Env(dict): - - def __init__(self, obj, user): - self.__obj = obj - self.__usr = user - - def __getitem__(self, name): - if name in ('__obj', '__user'): - return super(Env, self).__getitem__(name) - if name == 'user': - return self.__user - if name == 'object': - return self.__obj - return self.__obj[name] - -class process_process(osv.osv): - _name = "process.process" - _description = "Process" - _columns = { - 'name': fields.char('Name', size=30,required=True, translate=True), - 'active': fields.boolean('Active', help="If the active field is set to False, it will allow you to hide the process without removing it."), - 'model_id': fields.many2one('ir.model', 'Object', ondelete='set null'), - 'note': fields.text('Notes', translate=True), - 'node_ids': fields.one2many('process.node', 'process_id', 'Nodes') - } - _defaults = { - 'active' : lambda *a: True, - } - - def search_by_model(self, cr, uid, res_model, context=None): - model_ids = (res_model or None) and self.pool['ir.model'].search(cr, uid, [('model', '=', res_model)]) - - domain = (model_ids or []) and [('model_id', 'in', model_ids)] - result = [] - - # search all processes - res = self.pool['process.process'].search(cr, uid, domain) - if res: - res = self.pool['process.process'].browse(cr, uid, res, context=context) - for process in res: - result.append((process.id, process.name)) - return result - - # else search process nodes - res = self.pool['process.node'].search(cr, uid, domain) - if res: - res = self.pool['process.node'].browse(cr, uid, res, context=context) - for node in res: - if (node.process_id.id, node.process_id.name) not in result: - result.append((node.process_id.id, node.process_id.name)) - - return result - - def graph_get(self, cr, uid, id, res_model, res_id, scale, context=None): - - - process = self.pool['process.process'].browse(cr, uid, id, context=context) - - name = process.name - resource = False - state = 'N/A' - - expr_context = {} - states = {} - perm = False - - if res_model: - states = dict(self.pool[res_model].fields_get(cr, uid, context=context).get('state', {}).get('selection', {})) - - if res_id: - current_object = self.pool[res_model].browse(cr, uid, res_id, context=context) - current_user = self.pool['res.users'].browse(cr, uid, uid, context=context) - expr_context = Env(current_object, current_user) - resource = current_object.name - if 'state' in current_object: - state = states.get(current_object.state, 'N/A') - perm = self.pool[res_model].perm_read(cr, uid, [res_id], context=context)[0] - - notes = process.note or "N/A" - nodes = {} - start = [] - transitions = {} - - for node in process.node_ids: - data = {} - data['name'] = node.name - data['model'] = (node.model_id or None) and node.model_id.model - data['kind'] = node.kind - data['subflow'] = (node.subflow_id or False) and [node.subflow_id.id, node.subflow_id.name] - data['notes'] = node.note - data['active'] = False - data['gray'] = False - data['url'] = node.help_url - data['model_states'] = node.model_states - - # get assosiated workflow - if data['model']: - wkf_ids = self.pool['workflow'].search(cr, uid, [('osv', '=', data['model'])]) - data['workflow'] = (wkf_ids or False) and wkf_ids[0] - - if 'directory_id' in node and node.directory_id: - data['directory_id'] = node.directory_id.id - data['directory'] = self.pool['document.directory'].get_resource_path(cr, uid, data['directory_id'], data['model'], False) - - if node.menu_id: - data['menu'] = {'name': node.menu_id.complete_name, 'id': node.menu_id.id} - - try: - gray = True - for cond in node.condition_ids: - if cond.model_id and cond.model_id.model == res_model: - gray = gray and eval(cond.model_states, expr_context) - data['gray'] = not gray - except: - pass - - if not data['gray']: - if node.model_id and node.model_id.model == res_model: - try: - data['active'] = eval(node.model_states, expr_context) - except Exception: - pass - - nodes[node.id] = data - if node.flow_start: - start.append(node.id) - - for tr in node.transition_out: - data = {} - data['name'] = tr.name - data['source'] = tr.source_node_id.id - data['target'] = tr.target_node_id.id - data['notes'] = tr.note - data['buttons'] = buttons = [] - for b in tr.action_ids: - button = {} - button['name'] = b.name - button['state'] = b.state - button['action'] = b.action - buttons.append(button) - data['groups'] = groups = [] - for r in tr.transition_ids: - if r.group_id: - groups.append({'name': r.group_id.name}) - for r in tr.group_ids: - groups.append({'name': r.name}) - transitions[tr.id] = data - - # now populate resource information - def update_relatives(nid, ref_id, ref_model): - relatives = [] - - for dummy, tr in transitions.items(): - if tr['source'] == nid: - relatives.append(tr['target']) - if tr['target'] == nid: - relatives.append(tr['source']) - - if not ref_id: - nodes[nid]['res'] = False - return - - nodes[nid]['res'] = resource = {'id': ref_id, 'model': ref_model} - - refobj = self.pool[ref_model].browse(cr, uid, ref_id, context=context) - fields = self.pool[ref_model].fields_get(cr, uid, context=context) - - # check for directory_id from inherited from document module - if nodes[nid].get('directory_id', False): - resource['directory'] = self.pool['document.directory'].get_resource_path(cr, uid, nodes[nid]['directory_id'], ref_model, ref_id) - - resource['name'] = self.pool[ref_model].name_get(cr, uid, [ref_id], context=context)[0][1] - resource['perm'] = self.pool[ref_model].perm_read(cr, uid, [ref_id], context=context)[0] - - ref_expr_context = Env(refobj, current_user) - try: - if not nodes[nid]['gray']: - nodes[nid]['active'] = eval(nodes[nid]['model_states'], ref_expr_context) - except: - pass - for r in relatives: - node = nodes[r] - if 'res' not in node: - for n, f in fields.items(): - if node['model'] == ref_model: - update_relatives(r, ref_id, ref_model) - - elif f.get('relation') == node['model']: - rel = refobj[n] - if rel and isinstance(rel, list) : - rel = rel[0] - try: # XXX: rel has been reported as string (check it) - _id = (rel or False) and rel.id - _model = node['model'] - update_relatives(r, _id, _model) - except: - pass - - if res_id: - for nid, node in nodes.items(): - if not node['gray'] and (node['active'] or node['model'] == res_model): - update_relatives(nid, res_id, res_model) - break - - # calculate graph layout - g = tools.graph(nodes.keys(), map(lambda x: (x['source'], x['target']), transitions.values())) - g.process(start) - g.scale(*scale) #g.scale(100, 100, 180, 120) - graph = g.result_get() - - # fix the height problem - miny = -1 - for k,v in nodes.items(): - x = graph[k]['x'] - y = graph[k]['y'] - if miny == -1: - miny = y - miny = min(y, miny) - v['x'] = x - v['y'] = y - - for k, v in nodes.items(): - y = v['y'] - v['y'] = min(y - miny + 10, y) - - nodes = dict([str(n_key), n_val] for n_key, n_val in nodes.iteritems()) - transitions = dict([str(t_key), t_val] for t_key, t_val in transitions.iteritems()) - return dict(name=name, resource=resource, state=state, perm=perm, notes=notes, nodes=nodes, transitions=transitions) - - def copy(self, cr, uid, id, default=None, context=None): - """ Deep copy the entire process. - """ - - if not default: - default = {} - - process = self.pool['process.process'].browse(cr, uid, id, context=context) - - nodes = {} - transitions = {} - - # first copy all nodes and and map the new nodes with original for later use in transitions - for node in process.node_ids: - for t in node.transition_in: - tr = transitions.setdefault(t.id, {}) - tr['target'] = node.id - for t in node.transition_out: - tr = transitions.setdefault(t.id, {}) - tr['source'] = node.id - nodes[node.id] = self.pool['process.node'].copy(cr, uid, node.id, context=context) - - # then copy transitions with new nodes - for tid, tr in transitions.items(): - vals = { - 'source_node_id': nodes[tr['source']], - 'target_node_id': nodes[tr['target']] - } - tr = self.pool['process.transition'].copy(cr, uid, tid, default=vals, context=context) - - # and finally copy the process itself with new nodes - default.update({ - 'active': True, - 'node_ids': [(6, 0, nodes.values())] - }) - return super(process_process, self).copy(cr, uid, id, default, context) - - -class process_node(osv.osv): - _name = 'process.node' - _description ='Process Node' - _columns = { - 'name': fields.char('Name', size=30,required=True, translate=True), - 'process_id': fields.many2one('process.process', 'Process', required=True, ondelete='cascade'), - 'kind': fields.selection([('state','Status'), ('subflow','Subflow')], 'Kind of Node', required=True), - 'menu_id': fields.many2one('ir.ui.menu', 'Related Menu'), - 'note': fields.text('Notes', translate=True), - 'model_id': fields.many2one('ir.model', 'Object', ondelete='set null'), - 'model_states': fields.char('States Expression', size=128), - 'subflow_id': fields.many2one('process.process', 'Subflow', ondelete='set null'), - 'flow_start': fields.boolean('Starting Flow'), - 'transition_in': fields.one2many('process.transition', 'target_node_id', 'Starting Transitions'), - 'transition_out': fields.one2many('process.transition', 'source_node_id', 'Ending Transitions'), - 'condition_ids': fields.one2many('process.condition', 'node_id', 'Conditions'), - 'help_url': fields.char('Help URL', size=255) - } - _defaults = { - 'kind': lambda *args: 'state', - 'model_states': lambda *args: False, - 'flow_start': lambda *args: False, - } - - def copy_data(self, cr, uid, id, default=None, context=None): - if not default: - default = {} - default.update({ - 'transition_in': [], - 'transition_out': [] - }) - return super(process_node, self).copy_data(cr, uid, id, default, context=context) - - -class process_node_condition(osv.osv): - _name = 'process.condition' - _description = 'Condition' - _columns = { - 'name': fields.char('Name', size=30, required=True), - 'node_id': fields.many2one('process.node', 'Node', required=True, ondelete='cascade'), - 'model_id': fields.many2one('ir.model', 'Object', ondelete='set null'), - 'model_states': fields.char('Expression', required=True, size=128) - } - -class process_transition(osv.osv): - _name = 'process.transition' - _description ='Process Transition' - _columns = { - 'name': fields.char('Name', size=32, required=True, translate=True), - 'source_node_id': fields.many2one('process.node', 'Source Node', required=True, ondelete='cascade'), - 'target_node_id': fields.many2one('process.node', 'Target Node', required=True, ondelete='cascade'), - 'action_ids': fields.one2many('process.transition.action', 'transition_id', 'Buttons'), - 'transition_ids': fields.many2many('workflow.transition', 'process_transition_ids', 'ptr_id', 'wtr_id', 'Workflow Transitions'), - 'group_ids': fields.many2many('res.groups', 'process_transition_group_rel', 'tid', 'rid', string='Required Groups'), - 'note': fields.text('Description', translate=True), - } - -class process_transition_action(osv.osv): - _name = 'process.transition.action' - _description ='Process Transitions Actions' - _columns = { - 'name': fields.char('Name', size=32, required=True, translate=True), - 'state': fields.selection([('dummy','Dummy'), - ('object','Object Method'), - ('workflow','Workflow Trigger'), - ('action','Action')], 'Type', required=True), - 'action': fields.char('Action ID', size=64, states={ - 'dummy':[('readonly',1)], - 'object':[('required',1)], - 'workflow':[('required',1)], - 'action':[('required',1)], - },), - 'transition_id': fields.many2one('process.transition', 'Transition', required=True, ondelete='cascade') - } - _defaults = { - 'state': lambda *args: 'dummy', - } - - def copy_data(self, cr, uid, id, default=None, context=None): - if not default: - default = {} - - state = self.pool['process.transition.action'].browse(cr, uid, id, context=context).state - if state: - default['state'] = state - - return super(process_transition_action, self).copy_data(cr, uid, id, default, context) - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/process/process_demo.xml b/addons/process/process_demo.xml deleted file mode 100644 index c1c4b5536c1..00000000000 --- a/addons/process/process_demo.xml +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - Sales Workflow - Sales flow for services companies. - - - - - - Quotation - Quotations are sales orders in draft mode - - - state - object.state == 'draft' - - - - - Sales Order - Manages the delivery in invoicing process - - - state - object.state == 'manual' - - - - - Invoice - In case you invoiced on Sales Order - - - state - - - - - - Tasks - In case you sale services on order - - - subflow - - - - - - Picking List - The workers pack the requested items - - - state - - - - - - Delivery Order - The transporter take the box and deliver it - - - state - - - - - - Invoice - In case you invoice based on deliveries - - - subflow - - - - - - - - Invoice on order - - object.order_policy != 'picking' - - - - - Invoice on delivery - - object.order_policy == 'picking' - - - - - - - Confirm Quotation - - - - - - Picking - - - - - - Invoice on order - - - - - - Create Tasks - - - - - - Deliver Goods - - - - - - Invoice or delivery - - - - - - - - Confirm - workflow - order_confirm - - - - - Cancel - workflow - cancel - - - - - - diff --git a/addons/process/process_view.xml b/addons/process/process_view.xml deleted file mode 100644 index 7e0f9c25f47..00000000000 --- a/addons/process/process_view.xml +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - - - - process.process.form - process.process - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
-
- - - process.process.tree - process.process - - - - - - - - - - - process.process.filter - process.process - - - - - - - - - - - - - Processes - process.process - form - tree,form - - - - - - - process.node.tree - process.node - - - - - - - - - - - - - process.node.form - process.node - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
- - - process.node.filter - process.node - - - - - - - - - - - - - - - Process Nodes - process.node - form - tree,form - - - - - - - - - process.transition.tree - process.transition - - - - - - - - - - - process.transition.form - process.transition - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
-
- - - process.transition.filter - process.transition - - - - - - - - - - - - Process Transitions - process.transition - form - tree,form - - - - -
-
diff --git a/addons/process/security/ir.model.access.csv b/addons/process/security/ir.model.access.csv deleted file mode 100644 index 84e3b5ea0e7..00000000000 --- a/addons/process/security/ir.model.access.csv +++ /dev/null @@ -1,6 +0,0 @@ -id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink -access_process_process,process.process,model_process_process,base.group_user,1,0,0,0 -access_process_node,process.node,model_process_node,base.group_user,1,0,0,0 -access_process_transition,process.transition,model_process_transition,base.group_user,1,0,0,0 -access_process_transition_action,process.transition.action,model_process_transition_action,base.group_user,1,0,0,0 -access_process_condition,process.condition,model_process_condition,base.group_user,1,0,0,0 diff --git a/addons/process/static/src/css/process.css b/addons/process/static/src/css/process.css deleted file mode 100644 index 5f438622653..00000000000 --- a/addons/process/static/src/css/process.css +++ /dev/null @@ -1,70 +0,0 @@ - -a.cta-a { - float: left; - padding: 5px 10px; - border: 1px solid #ccc; - border-radius: 5px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - background: #eeeded url(/process/static/src/img/cta-a.gif) repeat-x; - box-shadow: 0 1px 0 #fff; - -moz-box-shadow: 0 1px 0 #fff; - -webkit-box-shadow: 0 1px 0 #fff; - color: #8c8c8c; - font-size: 0.9em; - text-transform: uppercase; - font-weight: bold; - text-shadow: #fff 0 1px 0; - margin: 2px; -} - -a.cta-a span { - float: left; - padding: 7px 0 5px 5px; - background-position: 0 50%; - background-repeat: no-repeat; - cursor: pointer; -} - -a.cta-a strong { - display: block; - color: #393939; -} -.process-links { - padding: 5px 10px; - text-align: center; - display: table; - margin: auto; -} -.process-links a.cta-a { - display: table-cell; -} -.process_canvas{ - border: 1px solid #aaa; - background-color:#FFF; -} -.process_canvas svg{ - height:500px; - padding:15px; -} -.oe_process { - height: 20px; - margin-top:3px; - padding: 0; - width: 24px; - cursor: pointer; - display: block; - background: url(/web/static/src/img/iconset-a-help.png) no-repeat center center; - float: left; -} - -.process-help-text { - float: left; - padding:5px 10px; - min-height:56px; - font-size: 120%; -} - -td.process_fields,button.toggle_fields span:last-child { - display: none; -} diff --git a/addons/process/static/src/img/button-a-a.png b/addons/process/static/src/img/button-a-a.png deleted file mode 100644 index bd046bbbef7..00000000000 Binary files a/addons/process/static/src/img/button-a-a.png and /dev/null differ diff --git a/addons/process/static/src/img/cta-a.gif b/addons/process/static/src/img/cta-a.gif deleted file mode 100644 index daa561e29f5..00000000000 Binary files a/addons/process/static/src/img/cta-a.gif and /dev/null differ diff --git a/addons/process/static/src/img/iconset-a-help.gif b/addons/process/static/src/img/iconset-a-help.gif deleted file mode 100644 index 5400acec57b..00000000000 Binary files a/addons/process/static/src/img/iconset-a-help.gif and /dev/null differ diff --git a/addons/process/static/src/img/node-current.png b/addons/process/static/src/img/node-current.png deleted file mode 100644 index 51f86b04c78..00000000000 Binary files a/addons/process/static/src/img/node-current.png and /dev/null differ diff --git a/addons/process/static/src/img/node-gray.png b/addons/process/static/src/img/node-gray.png deleted file mode 100644 index 972013540cf..00000000000 Binary files a/addons/process/static/src/img/node-gray.png and /dev/null differ diff --git a/addons/process/static/src/img/node-subflow-gray.png b/addons/process/static/src/img/node-subflow-gray.png deleted file mode 100644 index ffafe1bd681..00000000000 Binary files a/addons/process/static/src/img/node-subflow-gray.png and /dev/null differ diff --git a/addons/process/static/src/img/node-subflow.png b/addons/process/static/src/img/node-subflow.png deleted file mode 100644 index fd2a480204d..00000000000 Binary files a/addons/process/static/src/img/node-subflow.png and /dev/null differ diff --git a/addons/process/static/src/img/node.png b/addons/process/static/src/img/node.png deleted file mode 100644 index 853ac85cd56..00000000000 Binary files a/addons/process/static/src/img/node.png and /dev/null differ diff --git a/addons/process/static/src/js/process.js b/addons/process/static/src/js/process.js deleted file mode 100644 index 0737bce1522..00000000000 --- a/addons/process/static/src/js/process.js +++ /dev/null @@ -1,250 +0,0 @@ -openerp.process = function (instance) { -var QWeb = instance.web.qweb, - _t = instance.web._t; -instance.web.ViewManager.include({ - start: function() { - var self = this; - var _super = this._super(); - this.process_help = this.action ? this.action.help : ''; - if(this.action) { - this.process_model = this.action.res_model; - } else { - this.process_model = this.dataset.model; - } - this.$el.on('click', '.oe_process', function(ev) { self.initialize_process_view(ev);}); - return _super; - }, - initialize_process_view: function(ev) { - var self = this; - this.record_id = false; - if(this.active_view == 'form') { - this.record_id = this.views[this.active_view].controller.datarecord.id; - } - this.process_get_object().then(function(process) { - if(process && process.length) { - if(process.length > 1) { - self.process_selection = process; - } else { - self.process_id = process[0][0], - self.process_title = process[0][1]; - } - } - return $.Deferred().resolve(); - }).then(function() { - var def = $.Deferred(); - if(self.process_id) { - $.when(self.process_graph_get()).done(function(res) { - self.process_notes = res.notes; - self.process_title = res.name; - self.process_subflows = _(res.nodes).chain() - .filter(function (node) { return node['subflow'] !== false; }) - .uniq(false, function (node) { return node['subflow'][0]; }).value(); - self.process_related = res.related; - def.resolve(res); - }); - } else def.resolve(); - return def.promise(); - }).done(function(res) { - $.when(self.process_render_view()).done(function() { - if(res) { - self.process_draw_graph(res); - } - }); - }); - }, - process_graph_get: function() { - var self = this; - var def = $.Deferred(); - this.process_id = parseInt(this.process_id, 10); - this.process_dataset - .call("graph_get",[self.process_id, self.model || self.dataset.model, self.record_id, [80,80,150,100], self.session.user_context]) - .done(function(res) { - self.process_dataset - .call("search_by_model",[self.model || self.dataset.model, self.session.user_context]) - .done( - function(r) { - res['related'] = r; - def.resolve(res); - }); - }); - return def.promise(); - }, - process_get_object : function() { - var self = this, - def = $.Deferred(); - if(this.process_id) - return def.resolve().promise(); - this.process_dataset = new instance.web.DataSet(self, "process.process", self.session.user_context); - this.process_dataset - .call("search_by_model", [self.process_model,self.session.user_context]) - .done(function(res) { - if (!res.length) { - self.process_model = false; - self.process_get_object().done(def.resolve); - } - else { - def.resolve(res); - } - }) - .fail(def.reject); - return def.promise(); - }, - process_render_view : function() { - var self = this; - this.$el.html(QWeb.render("process.ProcessView", this)); - this.$el.addClass('oe_view_process').css({'background-color':'#F0EEEE'}); - this.$el.find('#edit_process').click(function() { - self.process_edit_view(); - }); - var $parent = this.getParent().$el; - $parent.find('#change_process').click(function() { - self.process_selection = false, - self.process_id = $parent.find('#select_process').val(), - self.process_title = $.trim($parent.find('#select_process option:selected').text()); - self.initialize_process_view(); - }); - this.$el.find(".process_subflow").click(function() { - self.process_id = this.id; - self.initialize_process_view(); - }); - }, - process_draw_graph : function(result) { - var self = this; - var res_nodes = result['nodes']; - var res_edges = result['transitions']; - var id_to_node = {}; - var canvas = $('div.process_canvas').empty().get(0); - var style = { - edge_color: "#A0A0A0", - edge_label_font_size: 10, - edge_width: 2, - edge_spacing: 40, - edge_loop_radius: 200, - - node_label_color: "#333", - node_label_font_size: 12, - node_outline_color: "#333", - node_outline_width: 1, - node_outline_color: "#F5F5F5", - node_outline_width: 0, - node_selected_width: 0, - node_size_x: 150, - node_size_y: 100, - - gray: "#DCDCDC", - white: "#FFF", - viewport_margin: 50 - }; - var r = new Raphael(canvas,'100%','100%'); - var graph = new CuteGraph(r,style,canvas.parentNode); - var render_process = function(r,nodes){ - //For Image - var image_node = nodes.kind == "subflow" ? "node-subflow" : "node"; - image_node = nodes.gray ? image_node + "-gray" : image_node; - image_node = nodes.active ? 'node-current': image_node; - var img_src = '/process/static/src/img/'+ image_node + '.png'; - var image = r['image'](img_src, nodes.x-25, nodes.y,150, 100).attr({"cursor": "default"}) .mousedown(function() { return false; }); - //For Node - var process_node = r['rect'](nodes.x, nodes.y, 150, 150).attr({stroke: "none"}); - // Node text - if(nodes.name.length > 18){ - var text = nodes.name.substr(0,16) + '...' - } - var node_text = r.text(nodes.x+60, nodes.y+10,(text || nodes.name.substr(0,18))).attr({"fill": "#fff","font-weight": "bold", "cursor": "default","title":nodes.name}); - //Node Description - var new_notes = nodes.notes; - if(nodes.notes.length > 25) { - var to; - var temp_str = new_notes = ''; - var from = to = 0; - while (1) { - from = 25; - temp_str = nodes.notes.substr(to, 25); - if (temp_str.lastIndexOf(" ") < 25 && temp_str.length >= 25) { - from = temp_str.lastIndexOf(" "); - } - new_notes += "\n" + nodes.notes.substr(to, from); - if (new_notes.length > 80){ - break; - } - to += from; - } - } - if(nodes.res) - new_notes = nodes.res.name + '\n' + new_notes; - if(nodes.notes.length > 60){ - var notes = new_notes.substring(0,60) +'..'; - } - r.text(nodes.x+60, nodes.y+30, (notes || new_notes)).attr({"title":nodes.notes,"cursor": "default"}); - r['image']('/web/static/src/img/icons/gtk-info.png', nodes.x, nodes.y+75, 16, 16) - .attr({"cursor": "pointer", "title": "Help"}) - .click(function() { - window.open(nodes.url || "http://doc.openerp.com/v6.1/index.php?model=" + nodes.model); - }); - if(nodes.menu) { - r['image']('/web/static/src/img/icons/gtk-jump-to.png', nodes.x+100, nodes.y+75, 16, 16) - .attr({"cursor": "pointer", "title": nodes.menu.name}) - .click(function() { - self.process_jump_to_view(nodes.res_model, nodes.menu.id); - }); - } - var process_set =r.set().push(process_node); - process_set.mousedown(function() { - return false; - }); - return process_set; - } - _.each(res_nodes, function(node,id) { - node['res_model'] = self.model, - node['res_id'] = false, - node['color'] = 'gray' - var n = new CuteNode( - graph, - node.x + 50, //FIXME the +50 should be in the layout algorithm - node.y + 50, - CuteGraph.wordwrap("", 14)); - n.id = id; - id_to_node[id] = n; - return render_process(r,node); - }); - _.each(res_edges, function(edge) { - var e = new CuteEdge( - graph, - CuteGraph.wordwrap(" ",0), - id_to_node[edge.source], - id_to_node[edge.target] || id_to_node[edge.source]); - e.id = edge.id; - }); - }, - process_jump_to_view: function(model,id) { - var self = this; - var dataset = new instance.web.DataSet(this, 'ir.values', this.session.user_context); - var action_manager = new instance.web.ActionManager(self); - dataset.call('get', - ['action', 'tree_but_open',[['ir.ui.menu', id]], dataset.context]).done(function(res) { - var action = res[0][res[0].length - 1]; - self.rpc("/web/action/load", { - action_id: action.id, - context: dataset.context - }).done(function(result) { - action_manager.replace(self.$el); - action_manager.do_action(result); - }) - }); - }, - process_edit_view: function() { - var self = this; - var pop = new instance.web.form.FormOpenPopup(self); - pop.show_element( - self.process_dataset.model, - self.process_id, - self.context || self.dataset.context, - { - title: _t('Process') - }); - var form_controller = pop.view_form; - pop.on('write_completed', self, self.initialize_process_view); - } -}); -}; -// vim:et fdc=0 fdl=0 foldnestmax=3 fdm=syntax: diff --git a/addons/process/static/src/xml/process.xml b/addons/process/static/src/xml/process.xml deleted file mode 100644 index d6229b686f3..00000000000 --- a/addons/process/static/src/xml/process.xml +++ /dev/null @@ -1,93 +0,0 @@ - diff --git a/addons/procurement/__openerp__.py b/addons/procurement/__openerp__.py index 48569fa76c4..275cfdba88a 100644 --- a/addons/procurement/__openerp__.py +++ b/addons/procurement/__openerp__.py @@ -26,7 +26,7 @@ 'author' : 'OpenERP SA', 'website' : 'http://www.openerp.com', 'category' : 'Hidden/Dependency', - 'depends' : ['base','process', 'product', 'stock'], + 'depends' : ['base', 'product', 'stock'], 'description': """ This is the module for computing Procurements. ============================================== @@ -53,9 +53,7 @@ depending on the product's configuration. 'wizard/schedulers_all_view.xml', 'procurement_view.xml', 'procurement_workflow.xml', - 'process/procurement_process.xml', 'company_view.xml', - 'board_mrp_procurement_view.xml', ], 'demo': ['stock_orderpoint.xml','procurement_demo.xml'], 'test': ['test/procurement.yml'], diff --git a/addons/procurement/board_mrp_procurement_view.xml b/addons/procurement/board_mrp_procurement_view.xml deleted file mode 100644 index bb1b5e62d82..00000000000 --- a/addons/procurement/board_mrp_procurement_view.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - Procurement Exceptions - ir.actions.act_window - procurement.order - form - tree,form - [('state','=','exception')] - - - - board.mrp.procurement.form - board.board - - - - - - - - - diff --git a/addons/procurement/process/procurement_process.xml b/addons/procurement/process/procurement_process.xml deleted file mode 100644 index b2a33cf80e6..00000000000 --- a/addons/procurement/process/procurement_process.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/product/__openerp__.py b/addons/product/__openerp__.py index c628fca6aa8..83ecea95886 100644 --- a/addons/product/__openerp__.py +++ b/addons/product/__openerp__.py @@ -25,7 +25,7 @@ 'version': '1.1', 'author': 'OpenERP SA', 'category': 'Sales Management', - 'depends': ['base', 'process', 'decimal_precision', 'mail'], + 'depends': ['base', 'decimal_precision', 'mail'], 'demo': [ 'product_demo.xml', 'product_image_demo.xml', @@ -59,7 +59,7 @@ Print product labels with barcode. 'product_view.xml', 'pricelist_view.xml', 'partner_view.xml', - 'process/product_process.xml' + 'views/report_pricelist.xml', ], 'test': [ 'product_pricelist_demo.yml', @@ -69,4 +69,5 @@ Print product labels with barcode. 'auto_install': False, 'images': ['images/product_uom.jpeg','images/product_pricelists.jpeg','images/products_categories.jpeg', 'images/products_form.jpeg'], } + # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/product/process/product_process.xml b/addons/product/process/product_process.xml deleted file mode 100644 index 652710fac94..00000000000 --- a/addons/product/process/product_process.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/product/product_data.xml b/addons/product/product_data.xml index c1c0a577092..85462bb851d 100644 --- a/addons/product/product_data.xml +++ b/addons/product/product_data.xml @@ -28,6 +28,35 @@ Volume + + + + Product Price + 2 + + + Discount + 2 + + + Account + 2 + + + Stock Weight + 2 + + + Product Unit of Measure + + + + Product UoS + + + @@ -47,6 +76,7 @@ kg + @@ -211,30 +241,6 @@ parameter) will see those record just disappear. - - Product Price - 2 - - - Discount - 2 - - - Account - 2 - - - Stock Weight - 2 - - - Product Unit of Measure - - - - Product UoS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/project_issue/__openerp__.py b/addons/project_issue/__openerp__.py index 146cff0a407..97b6f736f54 100644 --- a/addons/project_issue/__openerp__.py +++ b/addons/project_issue/__openerp__.py @@ -46,7 +46,6 @@ It allows the manager to quickly check the issues, assign them and decide on the 'report/project_issue_report_view.xml', 'security/project_issue_security.xml', 'security/ir.model.access.csv', - 'board_project_issue_view.xml', 'res_config_view.xml', 'project_issue_data.xml' ], diff --git a/addons/project_issue/board_project_issue_view.xml b/addons/project_issue/board_project_issue_view.xml deleted file mode 100644 index 6eb48f5572d..00000000000 --- a/addons/project_issue/board_project_issue_view.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - Project Issue Board Tree - project.issue - - - - - - - - - - - - - - - - - - - My Project Issues - project.issue - form - tree,form - [('user_id', '=', uid)] - - - - - board.my.project.issue.form.inherit - board.board - - - - - - - - - diff --git a/addons/project_mrp/__openerp__.py b/addons/project_mrp/__openerp__.py index 91212b92c1d..9496d3021e2 100644 --- a/addons/project_mrp/__openerp__.py +++ b/addons/project_mrp/__openerp__.py @@ -50,7 +50,7 @@ task is completed. 'website': 'http://www.openerp.com', 'images': ['images/product.jpeg', 'images/task_from_SO.jpeg'], 'depends': ['project', 'procurement', 'sale', 'mrp_jit'], - 'data': ['project_mrp_workflow.xml', 'process/project_mrp_process.xml', 'project_mrp_view.xml'], + 'data': ['project_mrp_workflow.xml', 'project_mrp_view.xml'], 'demo': ['project_mrp_demo.xml'], 'test': ['test/project_task_procurement.yml'], 'installable': True, diff --git a/addons/project_mrp/process/project_mrp_process.xml b/addons/project_mrp/process/project_mrp_process.xml deleted file mode 100644 index ab0de03eee0..00000000000 --- a/addons/project_mrp/process/project_mrp_process.xml +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - subflow - Procurement - - - object.state=='confirmed' - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/project_timesheet/__openerp__.py b/addons/project_timesheet/__openerp__.py index 85b66b64cd8..cf61238c096 100644 --- a/addons/project_timesheet/__openerp__.py +++ b/addons/project_timesheet/__openerp__.py @@ -38,7 +38,6 @@ with the effect of creating, editing and deleting either ways. 'data': [ 'security/ir.model.access.csv', 'security/project_timesheet_security.xml', - 'process/project_timesheet_process.xml', 'report/task_report_view.xml', 'project_timesheet_view.xml', ], diff --git a/addons/project_timesheet/process/project_timesheet_process.xml b/addons/project_timesheet/process/project_timesheet_process.xml deleted file mode 100644 index 17dd35dcad2..00000000000 --- a/addons/project_timesheet/process/project_timesheet_process.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/purchase/__openerp__.py b/addons/purchase/__openerp__.py index 009cbf00b78..64da81de903 100644 --- a/addons/purchase/__openerp__.py +++ b/addons/purchase/__openerp__.py @@ -46,7 +46,7 @@ Dashboard / Reports for Purchase Management will include: 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', 'images' : ['images/purchase_order.jpeg', 'images/purchase_analysis.jpeg', 'images/request_for_quotation.jpeg'], - 'depends': ['stock', 'process', 'procurement', 'report'], + 'depends': ['stock', 'procurement', 'report'], 'data': [ 'security/purchase_security.xml', 'security/ir.model.access.csv', @@ -60,9 +60,7 @@ Dashboard / Reports for Purchase Management will include: 'purchase_view.xml', 'stock_view.xml', 'partner_view.xml', - 'process/purchase_process.xml', 'report/purchase_report_view.xml', - 'board_purchase_view.xml', 'edi/purchase_order_action_data.xml', 'res_config_view.xml', diff --git a/addons/purchase/board_purchase_view.xml b/addons/purchase/board_purchase_view.xml deleted file mode 100644 index a317138a310..00000000000 --- a/addons/purchase/board_purchase_view.xml +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - Request for Quotations - ir.actions.act_window - purchase.order - form - tree,form - [('state','=','draft')] - {'quotation_only': True} - - - - purchase.order.monthly.categ.tree - purchase.report - - - - - - - - - - - - - - - - - - purchase.order.monthly.categ.graph - purchase.report - - - - - - - - - - Monthly Purchase by Category - purchase.report - form - graph,tree - {'group_by_no_leaf':1} - [('state','in',('approved','except_picking','except_invoice','done'))] - - - - - board.purchase.form - board.board - -
- - - - - - - - -
-
-
- - - Purchases - board.board - form - form - menu - - - - - -
-
diff --git a/addons/purchase/process/purchase_process.xml b/addons/purchase/process/purchase_process.xml deleted file mode 100644 index 7feb47690e0..00000000000 --- a/addons/purchase/process/purchase_process.xml +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - . - - - - - - - - - - diff --git a/addons/purchase/static/description/index.html b/addons/purchase/static/description/index.html index ecf9028ce33..37101b93554 100644 --- a/addons/purchase/static/description/index.html +++ b/addons/purchase/static/description/index.html @@ -125,17 +125,3 @@ Control supplier invoices with no effort. Choose the right method according to y
- -
-
-

Get Statistics On Your Purchases

-
-

-Get accurate statistics on the performance of your suppliers through flexible reporting: delivery delays, negotiated discount on prices, quantities purchased, etc. Integrate purchases with the analytic accounting to analyse your contracts profitability. -

-
-
- -
-
-
diff --git a/addons/purchase/static/description/purchase_dashboard.png b/addons/purchase/static/description/purchase_dashboard.png deleted file mode 100644 index 0939edea591..00000000000 Binary files a/addons/purchase/static/description/purchase_dashboard.png and /dev/null differ diff --git a/addons/purchase_double_validation/__openerp__.py b/addons/purchase_double_validation/__openerp__.py index 8c56f2af9ed..66ac66b9de6 100644 --- a/addons/purchase_double_validation/__openerp__.py +++ b/addons/purchase_double_validation/__openerp__.py @@ -38,7 +38,6 @@ exceeds minimum amount set by configuration wizard. 'purchase_double_validation_workflow.xml', 'purchase_double_validation_installer.xml', 'purchase_double_validation_view.xml', - 'board_purchase_view.xml' ], 'test': [ 'test/purchase_double_validation_demo.yml', diff --git a/addons/purchase_double_validation/board_purchase_view.xml b/addons/purchase_double_validation/board_purchase_view.xml deleted file mode 100644 index c2cc4df88b8..00000000000 --- a/addons/purchase_double_validation/board_purchase_view.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - Purchase Orders Waiting Approval - ir.actions.act_window - purchase.order - form - tree,form - [('date_order','>',time.strftime('%Y-01-01 00:00:00')),('date_order','<',time.strftime('%Y-12-31 23:59:59')), ('state','in',('wait','confirmed'))] - - - - board.purchase.form - board.board - - - - - - - - - - diff --git a/addons/report/controllers/main.py b/addons/report/controllers/main.py index d3a683cccdc..95a1ea7636a 100644 --- a/addons/report/controllers/main.py +++ b/addons/report/controllers/main.py @@ -20,6 +20,8 @@ ############################################################################## from openerp.addons.web.http import Controller, route, request +from openerp.addons.web.controllers.main import _serialize_exception +from openerp.osv import osv import simplejson from werkzeug import exceptions, url_decode @@ -97,32 +99,40 @@ class ReportController(Controller): """ requestcontent = simplejson.loads(data) url, type = requestcontent[0], requestcontent[1] + try: + if type == 'qweb-pdf': + reportname = url.split('/report/pdf/')[1].split('?')[0] - if type == 'qweb-pdf': - reportname = url.split('/report/pdf/')[1].split('?')[0] + docids = None + if '/' in reportname: + reportname, docids = reportname.split('/') - docids = None - if '/' in reportname: - reportname, docids = reportname.split('/') + if docids: + # Generic report: + response = self.report_routes(reportname, docids=docids, converter='pdf') + else: + # Particular report: + data = url_decode(url.split('?')[1]).items() # decoding the args represented in JSON + response = self.report_routes(reportname, converter='pdf', **dict(data)) - if docids: - # Generic report: - response = self.report_routes(reportname, docids=docids, converter='pdf') + response.headers.add('Content-Disposition', 'attachment; filename=%s.pdf;' % reportname) + response.set_cookie('fileToken', token) + return response + elif type =='controller': + reqheaders = Headers(request.httprequest.headers) + response = Client(request.httprequest.app, BaseResponse).get(url, headers=reqheaders, follow_redirects=True) + response.set_cookie('fileToken', token) + return response else: - # Particular report: - data = url_decode(url.split('?')[1]).items() # decoding the args represented in JSON - response = self.report_routes(reportname, converter='pdf', **dict(data)) - - response.headers.add('Content-Disposition', 'attachment; filename=%s.pdf;' % reportname) - response.set_cookie('fileToken', token) - return response - elif type =='controller': - reqheaders = Headers(request.httprequest.headers) - response = Client(request.httprequest.app, BaseResponse).get(url, headers=reqheaders, follow_redirects=True) - response.set_cookie('fileToken', token) - return response - else: - return + return + except osv.except_osv, e: + se = _serialize_exception(e) + error = { + 'code': 200, + 'message': "OpenERP Server Error", + 'data': se + } + return request.make_response(simplejson.dumps(error)) @route(['/report/check_wkhtmltopdf'], type='json', auth="user") def check_wkhtmltopdf(self): diff --git a/addons/report/static/src/js/qwebactionmanager.js b/addons/report/static/src/js/qwebactionmanager.js index 7e55661be86..37a0fae6ea6 100644 --- a/addons/report/static/src/js/qwebactionmanager.js +++ b/addons/report/static/src/js/qwebactionmanager.js @@ -78,8 +78,7 @@ openerp.report = function(instance) { } return trigger_download(self.session, response, c); }); - } - else if (action.report_type == 'controller') { + } else if (action.report_type == 'controller') { return trigger_download(self.session, response, c); } } diff --git a/addons/resource/__openerp__.py b/addons/resource/__openerp__.py index 806e02e8c2b..e907d7ed73a 100644 --- a/addons/resource/__openerp__.py +++ b/addons/resource/__openerp__.py @@ -35,7 +35,7 @@ associated to every resource. It also manages the leaves of every resource. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', - 'depends': ['process'], + 'depends': ['base'], 'data': [ 'security/ir.model.access.csv', 'security/resource_security.xml', diff --git a/addons/sale/__openerp__.py b/addons/sale/__openerp__.py index 1684760debf..67a0f82c0f6 100644 --- a/addons/sale/__openerp__.py +++ b/addons/sale/__openerp__.py @@ -58,7 +58,7 @@ The Dashboard for the Sales Manager will include """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', - 'images': ['images/sale_dashboard.jpeg','images/Sale_order_line_to_invoice.jpeg','images/sale_order.jpeg','images/sales_analysis.jpeg'], + 'images': ['images/Sale_order_line_to_invoice.jpeg','images/sale_order.jpeg','images/sales_analysis.jpeg'], 'depends': ['account_voucher', 'report'], 'data': [ 'wizard/sale_make_invoice_advance.xml', @@ -73,8 +73,6 @@ The Dashboard for the Sales Manager will include 'sale_view.xml', 'res_partner_view.xml', 'report/sale_report_view.xml', - 'process/sale_process.xml', - 'board_sale_view.xml', 'edi/sale_order_action_data.xml', 'res_config_view.xml', 'views/report_saleorder.xml', diff --git a/addons/sale/board_sale_view.xml b/addons/sale/board_sale_view.xml deleted file mode 100644 index 0ad4a6774fc..00000000000 --- a/addons/sale/board_sale_view.xml +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - My Quotations - sale.order - form - tree,form - [('state','=','draft'),('user_id','=',uid)] - - - - - turnover.by.month.tree - account.invoice.report - - - - - - - - - - turnover.by.month.graph - account.invoice.report - - - - - - - - - - - Monthly Turnover - account.invoice.report - form - graph,tree - - [('date','<=', time.strftime('%Y-%m-%d')),('date','>=',time.strftime('%Y-01-01')),('user_id','=',uid)] - {'group_by_no_leaf':1} - - - - board.sales.form - board.board - -
- - - - - - - - -
-
-
- - - Sales - board.board - form - form - - - - - -
-
diff --git a/addons/sale/process/sale_process.xml b/addons/sale/process/sale_process.xml deleted file mode 100644 index b3034cafa28..00000000000 --- a/addons/sale/process/sale_process.xml +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/sale/static/description/index.html b/addons/sale/static/description/index.html index 52c84b82f12..0896f0483d9 100644 --- a/addons/sale/static/description/index.html +++ b/addons/sale/static/description/index.html @@ -240,25 +240,6 @@ applied automatically for all your sales teams.
-
-

Reporting and Dashboards

-

Get access to the right information to make smart decisions

-
-

-Get the insights you need to make smarter decisions. Design custom dashboards -to get a picture of your business at a glance. Dig deeper with real-time -reports that anyone can create and share. -

-
-
-
- -
-
-
-
- -

Many companies already enjoy it

diff --git a/addons/sale/static/description/sale_sc_10.png b/addons/sale/static/description/sale_sc_10.png deleted file mode 100644 index b71ce805250..00000000000 Binary files a/addons/sale/static/description/sale_sc_10.png and /dev/null differ diff --git a/addons/sale_crm/__openerp__.py b/addons/sale_crm/__openerp__.py index ab94069c173..dfc287c8b2a 100644 --- a/addons/sale_crm/__openerp__.py +++ b/addons/sale_crm/__openerp__.py @@ -42,7 +42,6 @@ modules. 'wizard/crm_make_sale_view.xml', 'sale_crm_view.xml', 'sale_crm_data.xml', - 'process/sale_crm_process.xml', 'security/sale_crm_security.xml', 'security/ir.model.access.csv', 'report/sale_report_view.xml', diff --git a/addons/sale_crm/process/sale_crm_process.xml b/addons/sale_crm/process/sale_crm_process.xml deleted file mode 100644 index 21297e12dbd..00000000000 --- a/addons/sale_crm/process/sale_crm_process.xml +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - diff --git a/addons/sale_stock/__openerp__.py b/addons/sale_stock/__openerp__.py index bc797e8c369..356d2715d2b 100644 --- a/addons/sale_stock/__openerp__.py +++ b/addons/sale_stock/__openerp__.py @@ -55,7 +55,6 @@ You can choose flexible invoicing methods: 'stock_view.xml', 'res_config_view.xml', 'report/sale_report_view.xml', - 'process/sale_stock_process.xml', ], 'demo': ['sale_stock_demo.xml'], 'test': ['test/sale_stock_users.yml', diff --git a/addons/sale_stock/process/sale_stock_process.xml b/addons/sale_stock/process/sale_stock_process.xml deleted file mode 100644 index 45979fa9b70..00000000000 --- a/addons/sale_stock/process/sale_stock_process.xml +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/stock/__openerp__.py b/addons/stock/__openerp__.py index dd2a996f6dd..d2a1a77886a 100644 --- a/addons/stock/__openerp__.py +++ b/addons/stock/__openerp__.py @@ -53,7 +53,7 @@ Dashboard / Reports for Warehouse Management will include: * Moves Analysis """, 'website': 'http://www.openerp.com', - 'images': ['images/stock_forecast_report.png', 'images/delivery_orders.jpeg', 'images/inventory_analysis.jpeg','images/location.jpeg','images/moves_analysis.jpeg','images/physical_inventories.jpeg','images/warehouse_dashboard.jpeg'], + 'images': ['images/stock_forecast_report.png', 'images/delivery_orders.jpeg', 'images/inventory_analysis.jpeg','images/location.jpeg','images/moves_analysis.jpeg','images/physical_inventories.jpeg'], 'depends': ['product', 'account'], 'category': 'Warehouse Management', 'sequence': 16, @@ -86,7 +86,6 @@ Dashboard / Reports for Warehouse Management will include: 'partner_view.xml', 'report/report_stock_move_view.xml', 'report/report_stock_view.xml', - 'board_warehouse_view.xml', 'res_config_view.xml', ], 'test': [ diff --git a/addons/stock/board_warehouse_view.xml b/addons/stock/board_warehouse_view.xml deleted file mode 100644 index 136d8991a99..00000000000 --- a/addons/stock/board_warehouse_view.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - report.stock.move.graph - report.stock.move - - - - - - - - - - - Incoming Products - report.stock.move - form - graph,tree - [('type','=','in'),('date','<=', time.strftime('%Y-%m-%d')),('date','>',(context_today()-datetime.timedelta(days=15)).strftime('%Y-%m-%d'))] - - {'search_default_in':1} - - - Outgoing Products - report.stock.move - form - graph,tree - [('type','=','out'),('date','<=', time.strftime('%Y-%m-%d')),('date','>',(context_today()-datetime.timedelta(days=15)).strftime('%Y-%m-%d'))] - - {'search_default_out':1} - - - board.warehouse.form - board.board - -
- - - - - - - - -
-
-
- - - Warehouse - board.board - form - form - - - - - -
-
diff --git a/addons/stock/security/ir.model.access.csv b/addons/stock/security/ir.model.access.csv index d89354c5be3..86261360dd1 100644 --- a/addons/stock/security/ir.model.access.csv +++ b/addons/stock/security/ir.model.access.csv @@ -60,4 +60,3 @@ access_product_group_res_partner_stock_manager,res_partner group_stock_manager,b access_product_pricelist_version_stock_manager,product.pricelist.version stock_manager,product.model_product_pricelist_version,stock.group_stock_manager,1,1,1,1 access_product_pricelist_item_stock_manager,product.pricelist.item stock_manager,product.model_product_pricelist_item,stock.group_stock_manager,1,1,1,1 access_account_account_stock_manager,account.account stock manager,account.model_account_account,stock.group_stock_manager,1,0,0,0 -access_board_stock_user,board.board user,board.model_board_board,stock.group_stock_user,1,1,0,0 diff --git a/addons/stock/static/description/index.html b/addons/stock/static/description/index.html index dd7fbe568f7..8b5b3245653 100644 --- a/addons/stock/static/description/index.html +++ b/addons/stock/static/description/index.html @@ -185,23 +185,6 @@ based on a hierarchical location structure.
-
-
-

Reporting and Dashboards

-

Analyse your warehouse efficiency to improve performance

-
-

-Get the insights you need to make smarter decisions. Design custom dashboards -to get a picture of your warehouse efficiency at a glance. Dig deeper with -real-time reports that anyone can create and share. -

-
-
- -
-
-
-
diff --git a/addons/stock/static/description/stock_reporting.png b/addons/stock/static/description/stock_reporting.png deleted file mode 100644 index 1ec54d18813..00000000000 Binary files a/addons/stock/static/description/stock_reporting.png and /dev/null differ