Skip to content

Commit

Permalink
Merge PR #2788 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Apr 4, 2024
2 parents 99aadcd + 81bf7eb commit 2ded89d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions web_tree_duplicate/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion web_tree_duplicate/readme/CONFIGURE.rst
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
4 changes: 2 additions & 2 deletions web_tree_duplicate/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Tree View Duplicate Records</h1>
!! 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&amp;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>
Expand All @@ -389,7 +389,7 @@ <h1 class="title">Tree View Duplicate Records</h1>
<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">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?&gt;</span><span class="w">
Expand Down

0 comments on commit 2ded89d

Please sign in to comment.