Browse Source

[FIX] rst syntax errors

pull/1262/head
Stéphane Bidoul (ACSONE) 6 years ago
parent
commit
981c42a936
No known key found for this signature in database GPG Key ID: BCAB2555446B5B92
  1. 5
      auth_brute_force/README.rst
  2. 6
      auth_dynamic_groups/README.rst
  3. 1
      base_debug4all/README.rst
  4. 1
      base_ir_filters_active/README.rst
  5. 2
      language_path_mixin/README.rst
  6. 5
      module_prototyper/data/README.rst

5
auth_brute_force/README.rst

@ -79,11 +79,6 @@ Screenshot
.. image:: /auth_brute_force/static/description/screenshot_custom_ban.png
Usage
=====
* go to ...
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/149/8.0

6
auth_dynamic_groups/README.rst

@ -19,9 +19,9 @@ Example
We have a group called `Amsterdam` and want it to contain all users from
city of Amsterdam. So we use the membership condition
```
user.partner_id.city == 'Amsterdam'
```
.. code:: python
user.partner_id.city == 'Amsterdam'
Now we can be sure every user living in this city is in the right group, and we
can start assigning local menus to it, adjust permissions, etc. Keep in mind

1
base_debug4all/README.rst

@ -1,5 +1,6 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License: AGPL-3
=========
Debug4all
=========

1
base_ir_filters_active/README.rst

@ -15,7 +15,6 @@ Usage
To use this module, you need to open a filter via `Technical settings` and
check or uncheck the ``Active`` checkbox.
* go to ...
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/149/8.0

2
language_path_mixin/README.rst

@ -48,7 +48,7 @@ Known issues / Roadmap
======================
* Kudos if you find a way to do this more elegantly, preferably with a simple
bugfix in the Odoo core
bugfix in the Odoo core
Bug Tracker
===========

5
module_prototyper/data/README.rst

@ -41,11 +41,6 @@ For further information, please visit:
* https://www.odoo.com/forum/help-1
Known issues / Roadmap
======================
* ...
Bug Tracker
===========

Loading…
Cancel
Save