From 469bfd3c8a7127ba32752787b332cdc467b7eff1 Mon Sep 17 00:00:00 2001 From: xmo-odoo Date: Fri, 10 Jul 2015 10:14:31 +0200 Subject: [PATCH] [FIX] remove unsupported sphinx role in readme --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index dd6bb221a..8756b01fe 100644 --- a/README.rst +++ b/README.rst @@ -44,7 +44,7 @@ Extensions Two custom directives are provided for integration with Odoo's demo system: -* :samp:`demo:fields:: {external_id}` lists all the fields with a +* ``demo:fields:: {external_id}`` lists all the fields with a tooltip (``help``) of the action whose ``external_id`` is provided. - Uses the ``form`` view by default, can be customized by specifying @@ -62,7 +62,7 @@ system: will display a table of just the ``name`` field and its ``help`` (or nothing if the ``name`` field does not have a ``help``) -* :samp:`demo:action:: {external_id}` will create a link button to the +* ``demo:action:: {external_id}`` will create a link button to the action (specified by external id) on the demo site. The text of the button should be provided as the directive's content: