[FIX] *: remove trailing whitespaces

Part-of: odoo/documentation#2978
This commit is contained in:
Victor Feyens
2022-11-17 16:11:12 +00:00
parent 4af7600805
commit efb6c47e92
102 changed files with 898 additions and 900 deletions
@@ -233,7 +233,7 @@ An example of a view inheritance extension can be found
Add the ``property_ids`` field to the ``base.view_users_form`` in a new notebook page.
Tip: an example an inheritance of the users' view can be found
`here <https://github.com/odoo/odoo/blob/691d1f087040f1ec7066e485d19ce3662dfc6501/addons/gamification/views/res_users_views.xml#L5-L14>`__.
`here <https://github.com/odoo/odoo/blob/691d1f087040f1ec7066e485d19ce3662dfc6501/addons/gamification/views/res_users_views.xml#L5-L14>`__.
Inheritance is extensively used in Odoo due to its modular concept. Do not hesitate to read
the corresponding documentation for more info!
@@ -136,7 +136,7 @@ to link a line to an invoice is to include all lines at invoice creation. To do
:class:`~odoo.fields.One2many`. One2many and Many2many use special 'commands' described in
:ref:`reference/orm/models/crud`. This format is a list of triplets executed sequentially, where
each triplet is a command to execute on the set of records. Here is a simple example to include
a One2many field ``line_ids`` at creation of a ``test.model``::
a One2many field ``line_ids`` at creation of a ``test.model``::
def inherited_action(self):
self.env["test.model"].create(