mirror of https://github.com/OCA/web.git
[FIX] web_tree_duplicate: adapt readme to behavior
parent
06aa46d1bc
commit
81bf7eb63f
|
@ -7,7 +7,7 @@ Tree View Duplicate Records
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:4e6cac4471f1720f1c5e6b794e4602b3e33064931326bd488fddca1b6fb2795a
|
||||
!! source digest: sha256:eba55945da769ff52e8158eb68e84698e877c361e1622db299b1a233ac5f82d6
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
|
@ -40,7 +40,7 @@ Configuration
|
|||
|
||||
The duplicate option is enabled by default.
|
||||
To disable it you have to add attribute `duplicate` to the tree view.
|
||||
Set `duplicate` to `false` to enable it or `true` to (explicitly) disable it.
|
||||
Set `duplicate` to `true` to enable it or `false` to (explicitly) disable it.
|
||||
|
||||
Example:
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
The duplicate option is enabled by default.
|
||||
To disable it you have to add attribute `duplicate` to the tree view.
|
||||
Set `duplicate` to `false` to enable it or `true` to (explicitly) disable it.
|
||||
Set `duplicate` to `true` to enable it or `false` to (explicitly) disable it.
|
||||
|
||||
Example:
|
||||
|
||||
|
|
|
@ -367,7 +367,7 @@ ul.auto-toc {
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:4e6cac4471f1720f1c5e6b794e4602b3e33064931326bd488fddca1b6fb2795a
|
||||
!! source digest: sha256:eba55945da769ff52e8158eb68e84698e877c361e1622db299b1a233ac5f82d6
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/16.0/web_tree_duplicate"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_tree_duplicate"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>With this module you can duplicate records directly from the tree view.</p>
|
||||
|
@ -389,7 +389,7 @@ ul.auto-toc {
|
|||
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
|
||||
<p>The duplicate option is enabled by default.
|
||||
To disable it you have to add attribute <cite>duplicate</cite> to the tree view.
|
||||
Set <cite>duplicate</cite> to <cite>false</cite> to enable it or <cite>true</cite> to (explicitly) disable it.</p>
|
||||
Set <cite>duplicate</cite> to <cite>true</cite> to enable it or <cite>false</cite> to (explicitly) disable it.</p>
|
||||
<p>Example:</p>
|
||||
<pre class="code xml literal-block">
|
||||
<span class="cp"><?xml version="1.0" encoding="UTF-8" ?></span><span class="w">
|
||||
|
|
Loading…
Reference in New Issue