Browsing Russian translation

Don't show this notice anymore
Before translating, be sure to go through Odoo Translators (MOVED TO TRANSIFEX) instructions and Russian guidelines.
16551664 of 2864 results
1655.
`wkf_transition <http://openobject.com/wiki/index.php/WorkflowTransition>`_ : the transitions between the activities.
`wkf_transition <http://openobject.com/wiki/index.php/WorkflowTransition>`_ : переходы между действиями.
Translated by Xavier (Open ERP)
60bb5a407b994fa498a1c67c86f2e1f7
Located in ../../source/developer/07_workflows.rst:69
1656.
General structure of a workflow XML file
Общая структура XML файла рабочего процесса
Translated by Xavier (Open ERP)
e522f4848b784102b216c7b58dc61eb9
Located in ../../source/developer/07_workflows.rst:73
1657.
The general structure of a workflow XML file is as follows:
(no translation yet)
Located in ../../source/developer/07_workflows.rst:75
1658.
**id** (here "workflow_id") is a workflow identifier. Each workflow must have an unique identifier.
**id** (здесь "workflow_id") это идентификатор рабочего процесса. Каждый рабочий процесс должен иметь уникальный идентификатор.
Translated by Xavier (Open ERP)
c50ede63275d4ba599de242e9ef6ceec
Located in ../../source/developer/07_workflows.rst:95
1659.
**name** (here "workflow.name") is the name of the workflow. The name of the workflow must respect the OpenERP syntax of "dotted names".
**name** (здесь "workflow.name") это название рабочего процесса. Название должно придерживаться синтаксиса OpenERP "названия через точку".
Translated by Xavier (Open ERP)
137c2b2589454fb0b0a2c25091418ff4
Located in ../../source/developer/07_workflows.rst:96
1660.
**osv** (here "resource.model") is the name of the object we use as a model [-(Remember an OpenERP object inherits from osv.osv, hence the '<field name="osv">')-].
**osv** (здесь "resource.model") это название объекта который мы используем в качестве модели [-(Помните, объект OpenERP наследуется от osv.osv, следовательно '<field name="osv">')-].
Translated by Xavier (Open ERP)
e9d36f03ab084c26bdcb59a79cacf14e
Located in ../../source/developer/07_workflows.rst:97
1661.
**on_create** is True if workflow.name must be instantiated automatically when resource.model is created, and False otherwise.
**on_create** принимает значение True если workflow.name должно создаваться автоматически при создании resource.model, и значение False в ином случае.
Translated by Xavier (Open ERP)
155328a32024439c877776ffc6a022a8
Located in ../../source/developer/07_workflows.rst:98
1662.
The workflow ``sale.order.basic`` defined in ``addons/sale/sale_workflow.xml`` follows exactly this model, the code of its workflow tag is:
(no translation yet)
Located in ../../source/developer/07_workflows.rst:102
1663.
Activity
Действие
Translated by Xavier (Open ERP)
c069530eb292491d96ebfee728a84a79
Located in ../../source/developer/07_workflows.rst:115
1664.
The ``wkf_activity`` class represents the nodes of workflows. These nodes are the actions to be executed.
(no translation yet)
Located in ../../source/developer/07_workflows.rst:120
16551664 of 2864 results

This translation is managed by OpenERP Russian Translation Team, assigned by Odoo Translators (MOVED TO TRANSIFEX).

You are not logged in. Please log in to work on translations.

Contributors to this translation: Xavier (Open ERP).