Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
d332f9d
[ADD] web_widget_one2many_tree_line_duplicate
Tardo Oct 22, 2021
7ec31f2
[IMP] web_widget_one2many_tree_line_duplicate: Clone all fields
Tardo Apr 13, 2022
1323ebd
[FIX] web_widget_one2many_tree_line_duplicate: clone wisely
chienandalu Aug 2, 2022
01f1fb8
[FIX] web_widget_one2many_tree_line_duplicate: cloned record relations
chienandalu Aug 4, 2022
ea39cff
[IMP] web_widget_one2many_tree_line_duplicate: pre-commit stuff
CarlosRoca13 Apr 10, 2024
908fee2
[MIG] web_widget_one2many_tree_line_duplicate: Migration to 16.0
CarlosRoca13 Apr 16, 2024
ba6b540
Added translation using Weblate (Italian)
mymage Jun 14, 2024
9d27328
[IMP] web_widget_one2many_tree_line_duplicate: pre-commit auto fixes
ArnauCForgeFlow Aug 13, 2025
5a3d6d3
[MIG] web_widget_one2many_tree_line_duplicate: Migration to 18.0
ArnauCForgeFlow Aug 13, 2025
3a0cb10
[IMP] web_widget_one2many_tree_line_duplicate: make duplicate icon hi…
LauraCForgeFlow Jan 13, 2026
301a457
Translated using Weblate (Italian)
mymage Jan 19, 2026
c16989e
Added translation using Weblate (Slovenian)
sysadminmatmoz Jun 6, 2026
137cd99
[MIG] web_widget_one2many_tree_line_duplicate: Migration to 19.0
CarlosRoca13 Jul 3, 2026
65ea80a
Merge PR #3602 into 19.0
OCA-git-bot Jul 3, 2026
d33b23b
[UPD] Update web_widget_one2many_tree_line_duplicate.pot
Jul 3, 2026
5bb46fc
[BOT] post-merge updates
OCA-git-bot Jul 3, 2026
56e8c92
Added translation using Weblate (Danish)
LauraVForgeFlow Jul 6, 2026
d6ff607
Added translation using Weblate (Swedish)
LauraVForgeFlow Jul 6, 2026
d1761fd
Added translation using Weblate (Danish)
LauraVForgeFlow Jul 6, 2026
217fa41
Added translation using Weblate (Swedish)
LauraVForgeFlow Jul 6, 2026
d6541c5
Translated using Weblate (Swedish)
LauraVForgeFlow Jul 6, 2026
cfbab7d
Translated using Weblate (Swedish)
LauraVForgeFlow Jul 6, 2026
67aa17f
Translated using Weblate (Danish)
LauraVForgeFlow Jul 6, 2026
296854b
Translated using Weblate (Danish)
LauraVForgeFlow Jul 6, 2026
f479a95
Added translation using Weblate (Danish)
LauraVForgeFlow Jul 9, 2026
e3c79ad
Added translation using Weblate (Swedish)
LauraVForgeFlow Jul 9, 2026
99a4e3d
Added translation using Weblate (Danish)
LauraVForgeFlow Jul 9, 2026
4f855d9
Added translation using Weblate (Swedish)
LauraVForgeFlow Jul 9, 2026
0309117
Added translation using Weblate (Danish)
LauraVForgeFlow Jul 9, 2026
20aef12
Added translation using Weblate (Swedish)
LauraVForgeFlow Jul 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ addon | version | maintainers | summary
[web_timeline](web_timeline/) | 19.0.1.0.0 | | Interactive visualization chart to show events in time
[web_tree_many2one_clickable](web_tree_many2one_clickable/) | 19.0.1.0.0 | | Open the linked resource when clicking on their name
[web_widget_bokeh_chart](web_widget_bokeh_chart/) | 19.0.1.0.1 | <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/JasminSForgeFlow'><img src='https://github.com/JasminSForgeFlow.png' width='32' height='32' style='border-radius:50%;' alt='JasminSForgeFlow'/></a> | This widget allows to display charts using Bokeh library.
[web_widget_one2many_tree_line_duplicate](web_widget_one2many_tree_line_duplicate/) | 19.0.1.0.0 | | Web Widget One2many Tree Line Duplicate
[web_widget_product_label_section_and_note_full_label](web_widget_product_label_section_and_note_full_label/) | 19.0.1.0.0 | | Display the full label in the product_label_section_and_note widget.
[web_widget_product_label_section_and_note_name_visibility](web_widget_product_label_section_and_note_name_visibility/) | 19.0.1.0.0 | <a href='https://github.com/carlos-lopez-tecnativa'><img src='https://github.com/carlos-lopez-tecnativa.png' width='32' height='32' style='border-radius:50%;' alt='carlos-lopez-tecnativa'/></a> | Alternate the visibility of the product and description.

Expand Down
3 changes: 2 additions & 1 deletion setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "odoo-addons-oca-web"
version = "19.0.20260701.0"
version = "19.0.20260703.0"
dependencies = [
"odoo-addon-web_calendar_slot_duration==19.0.*",
"odoo-addon-web_chatter_position==19.0.*",
Expand All @@ -25,6 +25,7 @@ dependencies = [
"odoo-addon-web_timeline==19.0.*",
"odoo-addon-web_tree_many2one_clickable==19.0.*",
"odoo-addon-web_widget_bokeh_chart==19.0.*",
"odoo-addon-web_widget_one2many_tree_line_duplicate==19.0.*",
"odoo-addon-web_widget_product_label_section_and_note_full_label==19.0.*",
"odoo-addon-web_widget_product_label_section_and_note_name_visibility==19.0.*",
]
Expand Down
50 changes: 50 additions & 0 deletions web_chatter_position/i18n/da.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_chatter_position
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#. module: web_chatter_position
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__bottom
msgid "Bottom"
msgstr ""

#. module: web_chatter_position
#: model:ir.model.fields,field_description:web_chatter_position.field_res_users__chatter_position
msgid "Chatter Position"
msgstr ""

#. module: web_chatter_position
#: model:ir.model.fields,field_description:web_chatter_position.field_res_users__display_name
msgid "Display Name"
msgstr ""

#. module: web_chatter_position
#: model:ir.model.fields,field_description:web_chatter_position.field_res_users__id
msgid "ID"
msgstr ""

#. module: web_chatter_position
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__auto
msgid "Responsive"
msgstr ""

#. module: web_chatter_position
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__sided
msgid "Sided"
msgstr ""

#. module: web_chatter_position
#: model:ir.model,name:web_chatter_position.model_res_users
msgid "User"
msgstr ""
50 changes: 50 additions & 0 deletions web_chatter_position/i18n/sv.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_chatter_position
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#. module: web_chatter_position
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__bottom
msgid "Bottom"
msgstr ""

#. module: web_chatter_position
#: model:ir.model.fields,field_description:web_chatter_position.field_res_users__chatter_position
msgid "Chatter Position"
msgstr ""

#. module: web_chatter_position
#: model:ir.model.fields,field_description:web_chatter_position.field_res_users__display_name
msgid "Display Name"
msgstr ""

#. module: web_chatter_position
#: model:ir.model.fields,field_description:web_chatter_position.field_res_users__id
msgid "ID"
msgstr ""

#. module: web_chatter_position
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__auto
msgid "Responsive"
msgstr ""

#. module: web_chatter_position
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__sided
msgid "Sided"
msgstr ""

#. module: web_chatter_position
#: model:ir.model,name:web_chatter_position.model_res_users
msgid "User"
msgstr ""
32 changes: 32 additions & 0 deletions web_environment_ribbon/i18n/da.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_environment_ribbon
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2026-07-06 16:46+0000\n"
"Last-Translator: Laura V <laura.valls@forgeflow.com>\n"
"Language-Team: none\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.15.2\n"

#. module: web_environment_ribbon
#: model:ir.model.fields,field_description:web_environment_ribbon.field_web_environment_ribbon_backend__display_name
msgid "Display Name"
msgstr "Vis navn"

#. module: web_environment_ribbon
#: model:ir.model.fields,field_description:web_environment_ribbon.field_web_environment_ribbon_backend__id
msgid "ID"
msgstr "ID"

#. module: web_environment_ribbon
#: model:ir.model,name:web_environment_ribbon.model_web_environment_ribbon_backend
msgid "Web Environment Ribbon Backend"
msgstr "Web-miljøbånd backend"
32 changes: 32 additions & 0 deletions web_environment_ribbon/i18n/sv.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_environment_ribbon
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2026-07-06 16:46+0000\n"
"Last-Translator: Laura V <laura.valls@forgeflow.com>\n"
"Language-Team: none\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.15.2\n"

#. module: web_environment_ribbon
#: model:ir.model.fields,field_description:web_environment_ribbon.field_web_environment_ribbon_backend__display_name
msgid "Display Name"
msgstr "Visningsnamn"

#. module: web_environment_ribbon
#: model:ir.model.fields,field_description:web_environment_ribbon.field_web_environment_ribbon_backend__id
msgid "ID"
msgstr "ID"

#. module: web_environment_ribbon
#: model:ir.model,name:web_environment_ribbon.model_web_environment_ribbon_backend
msgid "Web Environment Ribbon Backend"
msgstr "Webbmiljöband backend"
39 changes: 39 additions & 0 deletions web_m2x_options/i18n/da.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_m2x_options
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2026-07-06 16:46+0000\n"
"Last-Translator: Laura V <laura.valls@forgeflow.com>\n"
"Language-Team: none\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.15.2\n"

#. module: web_m2x_options
#: model:ir.model.fields,field_description:web_m2x_options.field_ir_config_parameter__display_name
#: model:ir.model.fields,field_description:web_m2x_options.field_ir_http__display_name
msgid "Display Name"
msgstr "Vis navn"

#. module: web_m2x_options
#: model:ir.model,name:web_m2x_options.model_ir_http
msgid "HTTP Routing"
msgstr "HTTP Routing"

#. module: web_m2x_options
#: model:ir.model.fields,field_description:web_m2x_options.field_ir_config_parameter__id
#: model:ir.model.fields,field_description:web_m2x_options.field_ir_http__id
msgid "ID"
msgstr "ID"

#. module: web_m2x_options
#: model:ir.model,name:web_m2x_options.model_ir_config_parameter
msgid "System Parameter"
msgstr "Systemparameter"
39 changes: 39 additions & 0 deletions web_m2x_options/i18n/sv.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_m2x_options
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2026-07-06 16:46+0000\n"
"Last-Translator: Laura V <laura.valls@forgeflow.com>\n"
"Language-Team: none\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.15.2\n"

#. module: web_m2x_options
#: model:ir.model.fields,field_description:web_m2x_options.field_ir_config_parameter__display_name
#: model:ir.model.fields,field_description:web_m2x_options.field_ir_http__display_name
msgid "Display Name"
msgstr "Visningsnamn"

#. module: web_m2x_options
#: model:ir.model,name:web_m2x_options.model_ir_http
msgid "HTTP Routing"
msgstr "HTTP-routing"

#. module: web_m2x_options
#: model:ir.model.fields,field_description:web_m2x_options.field_ir_config_parameter__id
#: model:ir.model.fields,field_description:web_m2x_options.field_ir_http__id
msgid "ID"
msgstr "ID"

#. module: web_m2x_options
#: model:ir.model,name:web_m2x_options.model_ir_config_parameter
msgid "System Parameter"
msgstr "Systemparameter"
16 changes: 16 additions & 0 deletions web_no_bubble/i18n/da.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-07-09 07:37+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 3.18.1\n"

# No translations.
16 changes: 16 additions & 0 deletions web_no_bubble/i18n/sv.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-07-09 07:37+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 3.18.1\n"

# No translations.
16 changes: 16 additions & 0 deletions web_widget_bokeh_chart/i18n/da.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-07-09 07:39+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 3.18.1\n"

# No translations.
16 changes: 16 additions & 0 deletions web_widget_bokeh_chart/i18n/sv.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-07-09 07:39+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 3.18.1\n"

# No translations.
Loading
Loading