[FIX] developer/*: code blocks linting & fixes
invalid xml
invalid python
correct indentation
closes odoo/documentation#3029
X-original-commit: b2121b7891
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
This commit is contained in:
@@ -419,7 +419,7 @@ Actions triggered automatically on a predefined frequency.
|
||||
Number of *interval_type* uom between two executions of the action
|
||||
|
||||
``interval_type``
|
||||
Unit of measure of frequency interval (``minutes``, ``hours``, ``days``, ``weeks``, ``months``,
|
||||
Unit of measure of frequency interval (``minutes``, ``hours``, ``days``, ``weeks``, ``months``)
|
||||
|
||||
``numbercall``
|
||||
Number of times this action has to be run.
|
||||
@@ -438,7 +438,7 @@ Actions triggered automatically on a predefined frequency.
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
model.<method_name>()
|
||||
model.<method_name>()
|
||||
|
||||
``nextcall``
|
||||
Next planned execution date of this action (date/time format)
|
||||
|
||||
Reference in New Issue
Block a user