33< head >
44< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
55< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
6- < title > Tree View Duplicate Records </ title >
6+ < title > README.rst </ title >
77< style type ="text/css ">
88
99/*
360360</ style >
361361</ head >
362362< body >
363- < div class ="document " id ="tree-view-duplicate-records ">
364- < h1 class ="title "> Tree View Duplicate Records</ h1 >
363+ < div class ="document ">
365364
365+
366+ < a class ="reference external image-reference " href ="https://odoo-community.org/get-involved?utm_source=readme ">
367+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/readme-banner-image " />
368+ </ a >
369+ < div class ="section " id ="tree-view-duplicate-records ">
370+ < h1 > Tree View Duplicate Records</ h1 >
366371<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372!! This file is generated by oca-gen-addon-readme !!
368373!! changes will be overwritten. !!
369374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:46f45b73e472aafec11646901b7be15253ee1c8b0094d09d455eee659b8636d9
375+ !! source digest: sha256:cb697d01d617bd40746ad12ca6e3a220ba8f36f564e1ff5e3cea08d1679aa4c1
371376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372- < 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/17.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-17-0/web-17-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=17.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
377+ < 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/license-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/web/tree/17.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-17-0/web-17-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=17.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373378< p > With this module you can duplicate records directly from the tree view.</ p >
374379< p > < strong > Table of contents</ strong > </ p >
375380< div class ="contents local topic " id ="contents ">
@@ -386,7 +391,7 @@ <h1 class="title">Tree View Duplicate Records</h1>
386391</ ul >
387392</ div >
388393< div class ="section " id ="configuration ">
389- < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Configuration</ a > </ h1 >
394+ < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Configuration</ a > </ h2 >
390395< p > The duplicate option is enabled by default. To disable it you have to
391396add attribute duplicate to the tree view. Set duplicate to true to
392397enable it or false to (explicitly) disable it.</ p >
@@ -407,7 +412,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
407412</ pre >
408413</ div >
409414< div class ="section " id ="usage ">
410- < h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Usage</ a > </ h1 >
415+ < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Usage</ a > </ h2 >
411416< p > To use this module, you need to:</ p >
412417< ol class ="arabic simple ">
413418< li > Go to any tree view</ li >
@@ -418,35 +423,35 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
418423list, this will only duplicate the currently visible items. If you
419424really need to duplicate all records, you need to adjust the list view
420425limit accordingly.</ p >
421- < img alt ="image " src ="https://raw.githubusercontent.com/OCA/web/17.0/web_tree_duplicate/static/description/screenshot-duplicate.png " />
426+ < p > < img alt ="image " src ="https://raw.githubusercontent.com/OCA/web/17.0/web_tree_duplicate/static/description/screenshot-duplicate.png " /> </ p >
422427</ div >
423428< div class ="section " id ="bug-tracker ">
424- < h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h1 >
429+ < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h2 >
425430< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/web/issues "> GitHub Issues</ a > .
426431In case of trouble, please check there if your issue has already been reported.
427432If you spotted it first, help us to smash it by providing a detailed and welcomed
428433< a class ="reference external " href ="https://github.com/OCA/web/issues/new?body=module:%20web_tree_duplicate%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
429434< p > Do not contact contributors directly about support or help with technical issues.</ p >
430435</ div >
431436< div class ="section " id ="credits ">
432- < h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Credits</ a > </ h1 >
437+ < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Credits</ a > </ h2 >
433438< div class ="section " id ="authors ">
434- < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Authors</ a > </ h2 >
439+ < h3 > < a class ="toc-backref " href ="#toc-entry-5 "> Authors</ a > </ h3 >
435440< ul class ="simple ">
436441< li > Hunki Enterprises BV</ li >
437442< li > Onestein</ li >
438443</ ul >
439444</ div >
440445< div class ="section " id ="contributors ">
441- < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Contributors</ a > </ h2 >
446+ < h3 > < a class ="toc-backref " href ="#toc-entry-6 "> Contributors</ a > </ h3 >
442447< ul class ="simple ">
443448< li > Dennis Sluijk << a class ="reference external " href ="mailto:d.sluijk@onestein.nl "> d.sluijk@onestein.nl</ a > ></ li >
444449< li > Holger Brunn << a class ="reference external " href ="mailto:mail@hunki-enterprises.com "> mail@hunki-enterprises.com</ a > >
445450(< a class ="reference external " href ="https://hunki-enterprises.com "> https://hunki-enterprises.com</ a > )</ li >
446451</ ul >
447452</ div >
448453< div class ="section " id ="maintainers ">
449- < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h2 >
454+ < h3 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h3 >
450455< p > This module is maintained by the OCA.</ p >
451456< a class ="reference external image-reference " href ="https://odoo-community.org ">
452457< img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
@@ -461,5 +466,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
461466</ div >
462467</ div >
463468</ div >
469+ </ div >
464470</ body >
465471</ html >
0 commit comments