Skip to content

Commit 5940c12

Browse files
committed
[BOT] post-merge updates
1 parent f2cf021 commit 5940c12

File tree

5 files changed

+46
-37
lines changed

5 files changed

+46
-37
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ addon | version | maintainers | summary
8888
[web_widget_model_viewer](web_widget_model_viewer/) | 14.0.1.0.0 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Easily display interactive 3D models on the web & in AR
8989
[web_widget_mpld3_chart](web_widget_mpld3_chart/) | 14.0.1.0.0 | | This widget allows to display charts using MPLD3 library.
9090
[web_widget_numeric_step](web_widget_numeric_step/) | 14.0.1.0.0 | | Web Widget Numeric Step
91+
[web_widget_one2many_tree_line_duplicate](web_widget_one2many_tree_line_duplicate/) | 14.0.1.0.0 | | Web Widget One2many Tree Line Duplicate
9192
[web_widget_open_tab](web_widget_open_tab/) | 14.0.1.0.0 | | Allow to open record from trees on new tab from tree views
9293
[web_widget_plotly_chart](web_widget_plotly_chart/) | 14.0.1.0.0 | [![robyf70](https://github.com/robyf70.png?size=30px)](https://github.com/robyf70) | Allow to draw plotly charts.
9394
[web_widget_text_markdown](web_widget_text_markdown/) | 14.0.1.0.0 | | Widget to text fields that adds markdown support

setup/_metapackage/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.0.20241024.0
1+
14.0.20250302.0

setup/_metapackage/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
'odoo14-addon-web_widget_model_viewer',
7171
'odoo14-addon-web_widget_mpld3_chart',
7272
'odoo14-addon-web_widget_numeric_step',
73+
'odoo14-addon-web_widget_one2many_tree_line_duplicate',
7374
'odoo14-addon-web_widget_open_tab',
7475
'odoo14-addon-web_widget_plotly_chart',
7576
'odoo14-addon-web_widget_text_markdown',

web_widget_one2many_tree_line_duplicate/README.rst

+13-10
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
Web Widget One2many Tree Line Duplicate
33
=======================================
44

5-
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
67
!! This file is generated by oca-gen-addon-readme !!
78
!! changes will be overwritten. !!
89
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:36532a51dbe9890ede59dfb1db1045606f1bac6e13e87dce00900131c540eec1
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
912
1013
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1114
:target: https://odoo-community.org/page/development-status
@@ -14,16 +17,16 @@ Web Widget One2many Tree Line Duplicate
1417
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1518
:alt: License: AGPL-3
1619
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
17-
:target: https://github.com/OCA/web/tree/13.0/web_widget_one2many_tree_line_duplicate
20+
:target: https://github.com/OCA/web/tree/14.0/web_widget_one2many_tree_line_duplicate
1821
:alt: OCA/web
1922
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
20-
:target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_one2many_tree_line_duplicate
23+
:target: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_widget_one2many_tree_line_duplicate
2124
:alt: Translate me on Weblate
22-
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
23-
:target: https://runbot.odoo-community.org/runbot/162/13.0
24-
:alt: Try me on Runbot
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=14.0
27+
:alt: Try me on Runboat
2528

26-
|badge1| |badge2| |badge3| |badge4| |badge5|
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
2730

2831
Allow to add a icon to clone the line.
2932

@@ -57,8 +60,8 @@ Bug Tracker
5760

5861
Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
5962
In case of trouble, please check there if your issue has already been reported.
60-
If you spotted it first, help us smashing it by providing a detailed and welcomed
61-
`feedback <https://github.com/OCA/web/issues/new?body=module:%20web_widget_one2many_tree_line_duplicate%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
63+
If you spotted it first, help us to smash it by providing a detailed and welcomed
64+
`feedback <https://github.com/OCA/web/issues/new?body=module:%20web_widget_one2many_tree_line_duplicate%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
6265

6366
Do not contact contributors directly about support or help with technical issues.
6467

@@ -90,6 +93,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
9093
mission is to support the collaborative development of Odoo features and
9194
promote its widespread use.
9295

93-
This module is part of the `OCA/web <https://github.com/OCA/web/tree/13.0/web_widget_one2many_tree_line_duplicate>`_ project on GitHub.
96+
This module is part of the `OCA/web <https://github.com/OCA/web/tree/14.0/web_widget_one2many_tree_line_duplicate>`_ project on GitHub.
9497

9598
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

web_widget_one2many_tree_line_duplicate/static/description/index.html

+30-26
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
54
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
5+
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
76
<title>Web Widget One2many Tree Line Duplicate</title>
87
<style type="text/css">
98

109
/*
1110
:Author: David Goodger (goodger@python.org)
12-
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1616
17-
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
17+
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
1919
*/
2020

@@ -275,7 +275,7 @@
275275
margin-left: 2em ;
276276
margin-right: 2em }
277277

278-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
279279
pre.code, code { background-color: #eeeeee }
280280
pre.code .comment, code .comment { color: #5C6576 }
281281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
301301
span.pre {
302302
white-space: pre }
303303

304-
span.problematic {
304+
span.problematic, pre.problematic {
305305
color: red }
306306

307307
span.section-subtitle {
@@ -366,59 +366,61 @@ <h1 class="title">Web Widget One2many Tree Line Duplicate</h1>
366366
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370+
!! source digest: sha256:36532a51dbe9890ede59dfb1db1045606f1bac6e13e87dce00900131c540eec1
369371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
370-
<p><a class="reference external" 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" 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" href="https://github.com/OCA/web/tree/13.0/web_widget_one2many_tree_line_duplicate"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_one2many_tree_line_duplicate"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/162/13.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
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/14.0/web_widget_one2many_tree_line_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-14-0/web-14-0-web_widget_one2many_tree_line_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=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
371373
<p>Allow to add a icon to clone the line.</p>
372374
<p><strong>Table of contents</strong></p>
373375
<div class="contents local topic" id="contents">
374376
<ul class="simple">
375-
<li><a class="reference internal" href="#usage" id="id1">Usage</a></li>
376-
<li><a class="reference internal" href="#known-issues-roadmap" id="id2">Known issues / Roadmap</a></li>
377-
<li><a class="reference internal" href="#bug-tracker" id="id3">Bug Tracker</a></li>
378-
<li><a class="reference internal" href="#credits" id="id4">Credits</a><ul>
379-
<li><a class="reference internal" href="#authors" id="id5">Authors</a></li>
380-
<li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li>
381-
<li><a class="reference internal" href="#maintainers" id="id7">Maintainers</a></li>
377+
<li><a class="reference internal" href="#usage" id="toc-entry-1">Usage</a></li>
378+
<li><a class="reference internal" href="#known-issues-roadmap" id="toc-entry-2">Known issues / Roadmap</a></li>
379+
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-3">Bug Tracker</a></li>
380+
<li><a class="reference internal" href="#credits" id="toc-entry-4">Credits</a><ul>
381+
<li><a class="reference internal" href="#authors" id="toc-entry-5">Authors</a></li>
382+
<li><a class="reference internal" href="#contributors" id="toc-entry-6">Contributors</a></li>
383+
<li><a class="reference internal" href="#maintainers" id="toc-entry-7">Maintainers</a></li>
382384
</ul>
383385
</li>
384386
</ul>
385387
</div>
386388
<div class="section" id="usage">
387-
<h1><a class="toc-backref" href="#id1">Usage</a></h1>
389+
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
388390
<p>This module works on all one2many tree views. The cloning process doesn’t trigger onchange/default calls.</p>
389391
<p><strong>Available Options</strong></p>
390392
<ul class="simple">
391393
<li>allow_clone &gt; Add the icon to clone the line (default: false)</li>
392394
</ul>
393395
<p><strong>Examples</strong></p>
394396
<pre class="code xml literal-block">
395-
<span class="nt">&lt;field</span> <span class="na">name=</span><span class="s">&quot;order_line&quot;</span> <span class="na">widget=</span><span class="s">&quot;section_and_note_one2many&quot;</span> <span class="na">mode=</span><span class="s">&quot;tree,kanban&quot;</span> <span class="na">options=</span><span class="s">&quot;{'allow_clone': True}&quot;</span> <span class="na">attrs=</span><span class="s">&quot;{'readonly': [('state', 'in', ('done','cancel'))]}&quot;</span><span class="nt">&gt;</span>
397+
<span class="nt">&lt;field</span><span class="w"> </span><span class="na">name=</span><span class="s">&quot;order_line&quot;</span><span class="w"> </span><span class="na">widget=</span><span class="s">&quot;section_and_note_one2many&quot;</span><span class="w"> </span><span class="na">mode=</span><span class="s">&quot;tree,kanban&quot;</span><span class="w"> </span><span class="na">options=</span><span class="s">&quot;{'allow_clone': True}&quot;</span><span class="w"> </span><span class="na">attrs=</span><span class="s">&quot;{'readonly': [('state', 'in', ('done','cancel'))]}&quot;</span><span class="nt">&gt;</span>
396398
</pre>
397399
</div>
398400
<div class="section" id="known-issues-roadmap">
399-
<h1><a class="toc-backref" href="#id2">Known issues / Roadmap</a></h1>
401+
<h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
400402
<ul class="simple">
401403
<li>Add an option to control which columns are copied</li>
402404
</ul>
403405
</div>
404406
<div class="section" id="bug-tracker">
405-
<h1><a class="toc-backref" href="#id3">Bug Tracker</a></h1>
407+
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
406408
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/issues">GitHub Issues</a>.
407409
In case of trouble, please check there if your issue has already been reported.
408-
If you spotted it first, help us smashing it by providing a detailed and welcomed
409-
<a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_widget_one2many_tree_line_duplicate%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
410+
If you spotted it first, help us to smash it by providing a detailed and welcomed
411+
<a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_widget_one2many_tree_line_duplicate%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
410412
<p>Do not contact contributors directly about support or help with technical issues.</p>
411413
</div>
412414
<div class="section" id="credits">
413-
<h1><a class="toc-backref" href="#id4">Credits</a></h1>
415+
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
414416
<div class="section" id="authors">
415-
<h2><a class="toc-backref" href="#id5">Authors</a></h2>
417+
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
416418
<ul class="simple">
417419
<li>Tecnativa</li>
418420
</ul>
419421
</div>
420422
<div class="section" id="contributors">
421-
<h2><a class="toc-backref" href="#id6">Contributors</a></h2>
423+
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
422424
<ul class="simple">
423425
<li><a class="reference external" href="https://www.tecnativa.com/">Tecnativa</a>:<ul>
424426
<li>Alexandre Díaz</li>
@@ -427,13 +429,15 @@ <h2><a class="toc-backref" href="#id6">Contributors</a></h2>
427429
</ul>
428430
</div>
429431
<div class="section" id="maintainers">
430-
<h2><a class="toc-backref" href="#id7">Maintainers</a></h2>
432+
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
431433
<p>This module is maintained by the OCA.</p>
432-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
434+
<a class="reference external image-reference" href="https://odoo-community.org">
435+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
436+
</a>
433437
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
434438
mission is to support the collaborative development of Odoo features and
435439
promote its widespread use.</p>
436-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/web/tree/13.0/web_widget_one2many_tree_line_duplicate">OCA/web</a> project on GitHub.</p>
440+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/web/tree/14.0/web_widget_one2many_tree_line_duplicate">OCA/web</a> project on GitHub.</p>
437441
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
438442
</div>
439443
</div>

0 commit comments

Comments
 (0)