[UPD] Description
parent
9f04e39339
commit
bec28117ab
|
@ -20,12 +20,10 @@ Python code.
|
||||||
Configuration
|
Configuration
|
||||||
=============
|
=============
|
||||||
|
|
||||||
After installation of the module, you can import the mixin class that it
|
With a dependency on this module, you can have any model inherit from the mixin
|
||||||
provides and have any model inherit from it in your python class definition.
|
model in your python class definition. You can then assign your class a
|
||||||
|
*_language_path* member to indicate where to find the language into which its
|
||||||
You can then assign your class a *_language_path* member to indicate where
|
reports are to be translated. See the following code example:
|
||||||
to find the language into which its reports are to be translated. See the
|
|
||||||
following code example:
|
|
||||||
|
|
||||||
.. code::
|
.. code::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue