From 981c42a936b20ac582f9c206be152b64fd07b94c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Sat, 2 Jun 2018 09:39:52 +0200 Subject: [PATCH] [FIX] rst syntax errors --- auth_brute_force/README.rst | 5 ----- auth_dynamic_groups/README.rst | 6 +++--- base_debug4all/README.rst | 1 + base_ir_filters_active/README.rst | 1 - language_path_mixin/README.rst | 2 +- module_prototyper/data/README.rst | 5 ----- 6 files changed, 5 insertions(+), 15 deletions(-) diff --git a/auth_brute_force/README.rst b/auth_brute_force/README.rst index dbe931307..c98ff02c9 100644 --- a/auth_brute_force/README.rst +++ b/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 diff --git a/auth_dynamic_groups/README.rst b/auth_dynamic_groups/README.rst index 051e80c0e..4a73220ce 100644 --- a/auth_dynamic_groups/README.rst +++ b/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 diff --git a/base_debug4all/README.rst b/base_debug4all/README.rst index c737e96af..fce2ae1c4 100644 --- a/base_debug4all/README.rst +++ b/base_debug4all/README.rst @@ -1,5 +1,6 @@ .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg :alt: License: AGPL-3 + ========= Debug4all ========= diff --git a/base_ir_filters_active/README.rst b/base_ir_filters_active/README.rst index 33053f59c..4af251cfc 100644 --- a/base_ir_filters_active/README.rst +++ b/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 diff --git a/language_path_mixin/README.rst b/language_path_mixin/README.rst index 47b5f1605..2e925b1a5 100644 --- a/language_path_mixin/README.rst +++ b/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 =========== diff --git a/module_prototyper/data/README.rst b/module_prototyper/data/README.rst index ba37f1bfb..82cd47c1d 100644 --- a/module_prototyper/data/README.rst +++ b/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 ===========