Skip to content

Commit 09364f1

Browse files
committed
[BOT] post-merge updates
1 parent 2e4f6bb commit 09364f1

4 files changed

Lines changed: 34 additions & 21 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ addon | version | maintainers | summary
4242
[web_theme_classic](web_theme_classic/) | 17.0.1.0.0 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | Contrasted style on fields to improve the UI.
4343
[web_time_range_menu_custom](web_time_range_menu_custom/) | 17.0.1.0.0 | | Web Time Range Menu Custom
4444
[web_timeline](web_timeline/) | 17.0.1.0.3 | <a href='https://github.com/tarteo'><img src='https://github.com/tarteo.png' width='32' height='32' style='border-radius:50%;' alt='tarteo'/></a> | Interactive visualization chart to show events in time
45+
[web_tree_duplicate](web_tree_duplicate/) | 17.0.1.0.0 | <a href='https://github.com/tarteo'><img src='https://github.com/tarteo.png' width='32' height='32' style='border-radius:50%;' alt='tarteo'/></a> | Duplicate records directly from the tree view.
4546
[web_tree_dynamic_colored_field](web_tree_dynamic_colored_field/) | 17.0.1.0.0 | | Allows you to dynamically color fields on tree views
4647
[web_tree_many2one_clickable](web_tree_many2one_clickable/) | 17.0.1.0.0 | | Open the linked resource when clicking on their name
4748
[web_widget_bokeh_chart](web_widget_bokeh_chart/) | 17.0.1.0.0 | <a href='https://github.com/LoisRForgeFlow'><img src='https://github.com/LoisRForgeFlow.png' width='32' height='32' style='border-radius:50%;' alt='LoisRForgeFlow'/></a> <a href='https://github.com/ChrisOForgeFlow'><img src='https://github.com/ChrisOForgeFlow.png' width='32' height='32' style='border-radius:50%;' alt='ChrisOForgeFlow'/></a> | This widget allows to display charts using Bokeh library.

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-web"
3-
version = "17.0.20250326.0"
3+
version = "17.0.20250625.0"
44
dependencies = [
55
"odoo-addon-web_calendar_slot_duration>=17.0dev,<17.1dev",
66
"odoo-addon-web_chatter_position>=17.0dev,<17.1dev",
@@ -23,6 +23,7 @@ dependencies = [
2323
"odoo-addon-web_theme_classic>=17.0dev,<17.1dev",
2424
"odoo-addon-web_time_range_menu_custom>=17.0dev,<17.1dev",
2525
"odoo-addon-web_timeline>=17.0dev,<17.1dev",
26+
"odoo-addon-web_tree_duplicate>=17.0dev,<17.1dev",
2627
"odoo-addon-web_tree_dynamic_colored_field>=17.0dev,<17.1dev",
2728
"odoo-addon-web_tree_many2one_clickable>=17.0dev,<17.1dev",
2829
"odoo-addon-web_widget_bokeh_chart>=17.0dev,<17.1dev",

web_tree_duplicate/README.rst

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
===========================
26
Tree View Duplicate Records
37
===========================
@@ -7,13 +11,13 @@ Tree View Duplicate Records
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:46f45b73e472aafec11646901b7be15253ee1c8b0094d09d455eee659b8636d9
14+
!! source digest: sha256:cb697d01d617bd40746ad12ca6e3a220ba8f36f564e1ff5e3cea08d1679aa4c1
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
@@ -73,8 +77,9 @@ list, this will only duplicate the currently visible items. If you
7377
really need to duplicate all records, you need to adjust the list view
7478
limit accordingly.
7579

76-
.. image:: https://raw.githubusercontent.com/OCA/web/17.0/web_tree_duplicate/static/description/screenshot-duplicate.png
77-
:alt: image
80+
|image|
81+
82+
.. |image| image:: https://raw.githubusercontent.com/OCA/web/17.0/web_tree_duplicate/static/description/screenshot-duplicate.png
7883

7984
Bug Tracker
8085
===========
@@ -98,9 +103,9 @@ Authors
98103
Contributors
99104
------------
100105

101-
- Dennis Sluijk <d.sluijk@onestein.nl>
102-
- Holger Brunn <mail@hunki-enterprises.com>
103-
(https://hunki-enterprises.com)
106+
- Dennis Sluijk <d.sluijk@onestein.nl>
107+
- Holger Brunn <mail@hunki-enterprises.com>
108+
(https://hunki-enterprises.com)
104109

105110
Maintainers
106111
-----------

web_tree_duplicate/static/description/index.html

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
/*
@@ -360,16 +360,21 @@
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&amp;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&amp;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
391396
add attribute duplicate to the tree view. Set duplicate to true to
392397
enable 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>
418423
list, this will only duplicate the currently visible items. If you
419424
really need to duplicate all records, you need to adjust the list view
420425
limit 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>.
426431
In case of trouble, please check there if your issue has already been reported.
427432
If 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 &lt;<a class="reference external" href="mailto:d.sluijk&#64;onestein.nl">d.sluijk&#64;onestein.nl</a>&gt;</li>
444449
<li>Holger Brunn &lt;<a class="reference external" href="mailto:mail&#64;hunki-enterprises.com">mail&#64;hunki-enterprises.com</a>&gt;
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

Comments
 (0)