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.
215224 of 2864 results
215.
Some widgets may have different representations depending on the context. For example, the one2many widget can be represented as a form with multiple pages or a multi-columns list.
(no translation yet)
Located in ../../source/developer/02_architecture.rst:448
216.
Events on the widgets module are processed with a callback mechanism. A callback mechanism is a process whereby an element defines the type of events he can handle and which methods should be called when this event is triggered. Once the event is triggered, the system knows that the event is bound to a specific method, and calls that method back. Hence callback.
(no translation yet)
Located in ../../source/developer/02_architecture.rst:450
217.
Module Integrations
(no translation yet)
Located in ../../source/developer/02_architecture.rst:454
218.
The are many different modules available for OpenERP and suited for different business models. Nearly all of these are optional (except ModulesAdminBase), making it easy to customize OpenERP to serve specific business needs. All the modules are in a directory named addons/ on the server. You simply need to copy or delete a module directory in order to either install or delete the module on the OpenERP platform.
(no translation yet)
Located in ../../source/developer/02_architecture.rst:456
219.
Some modules depend on other modules. See the file addons/module/__openerp__.py for more information on the dependencies.
(no translation yet)
Located in ../../source/developer/02_architecture.rst:458
220.
Here is an example of __openerp__.py:
(no translation yet)
Located in ../../source/developer/02_architecture.rst:460
221.
When initializing a module, the files in the init_xml list are evaluated in turn and then the files in the update_xml list are evaluated. When updating a module, only the files from the **update_xml** list are evaluated.
(no translation yet)
Located in ../../source/developer/02_architecture.rst:482
222.
Traditional Inheritance
(no translation yet)
Located in ../../source/developer/02_architecture.rst:489
223.
Objects may be inherited in some custom or specific modules. It is better to inherit an object to add/modify some fields.
(no translation yet)
Located in ../../source/developer/02_architecture.rst:494 ../../source/developer/03_modules_2.rst:150
224.
It is done with::
(no translation yet)
Located in ../../source/developer/02_architecture.rst:496 ../../source/developer/03_modules_2.rst:153
215224 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).