forked from Techsystech/web
[UPD] README.rst
parent
6dd0df8a03
commit
a294152b53
|
@ -38,6 +38,7 @@ Usage
|
|||
=====
|
||||
|
||||
Put the mouse pointer over a many2one cell and click the button.
|
||||
|
||||
.. image:: https://raw.githubusercontent.com/OCA/web/12.0/web_tree_many2one_clickable/static/img/clickable.gif
|
||||
|
||||
Bug Tracker
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="generator" content="Docutils 0.14: http://docutils.sourceforge.net/" />
|
||||
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
|
||||
<title>Clickable many2one fields for tree views</title>
|
||||
<style type="text/css">
|
||||
|
||||
|
@ -386,8 +386,8 @@ using a button without accessing the form.</p>
|
|||
</div>
|
||||
<div class="section" id="usage">
|
||||
<h1><a class="toc-backref" href="#id1">Usage</a></h1>
|
||||
<p>Put the mouse pointer over a many2one cell and click the button.
|
||||
.. image:: <a class="reference external" href="https://raw.githubusercontent.com/OCA/web/12.0/web_tree_many2one_clickable/static/img/clickable.gif">https://raw.githubusercontent.com/OCA/web/12.0/web_tree_many2one_clickable/static/img/clickable.gif</a></p>
|
||||
<p>Put the mouse pointer over a many2one cell and click the button.</p>
|
||||
<img alt="https://raw.githubusercontent.com/OCA/web/12.0/web_tree_many2one_clickable/static/img/clickable.gif" src="https://raw.githubusercontent.com/OCA/web/12.0/web_tree_many2one_clickable/static/img/clickable.gif" />
|
||||
</div>
|
||||
<div class="section" id="bug-tracker">
|
||||
<h1><a class="toc-backref" href="#id2">Bug Tracker</a></h1>
|
||||
|
|
Loading…
Reference in New Issue