diff --git a/README.md b/README.md index 0e0fb6916652..92b00d40238c 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ addon | version | maintainers | summary [web_quick_start_screen](web_quick_start_screen/) | 18.0.1.0.0 | | Configurable start screen for quick actions [web_refresher](web_refresher/) | 18.0.1.0.0 | | Web Refresher [web_remember_tree_column_width](web_remember_tree_column_width/) | 18.0.1.0.2 | frahikLV luisg123v cuongnmtm | Remember the tree columns' widths across sessions. -[web_responsive](web_responsive/) | 18.0.1.0.3 | Tardo SplashS | Responsive web client, community-supported +[web_responsive](web_responsive/) | 18.0.1.0.4 | Tardo SplashS | Responsive web client, community-supported [web_save_discard_button](web_save_discard_button/) | 18.0.1.0.1 | synconics | Save & Discard Buttons [web_search_with_and](web_search_with_and/) | 18.0.1.0.1 | | Use AND conditions on omnibar search [web_send_message_popup](web_send_message_popup/) | 18.0.1.0.0 | | Web Send Message as Popup @@ -59,7 +59,7 @@ addon | version | maintainers | summary [web_systray_button_init_action](web_systray_button_init_action/) | 18.0.1.0.2 | | Add a button to go to the user init action. [web_theme_classic](web_theme_classic/) | 18.0.1.1.0 | legalsylvain | Contrasted style on fields to improve the UI. [web_time_range_menu_custom](web_time_range_menu_custom/) | 18.0.1.0.0 | | Web Time Range Menu Custom -[web_timeline](web_timeline/) | 18.0.1.0.2 | | Interactive visualization chart to show events in time +[web_timeline](web_timeline/) | 18.0.1.0.3 | | Interactive visualization chart to show events in time [web_toggle_chatter](web_toggle_chatter/) | 18.0.1.0.0 | | Toggle chatter in backend form views [web_touchscreen](web_touchscreen/) | 18.0.1.0.0 | yajo rafaelbn | UX improvements for touch screens [web_tree_column_keyboard_resize](web_tree_column_keyboard_resize/) | 18.0.1.0.0 | | Allow resizing tree view columns using keyboard shortcuts diff --git a/web_notify/i18n/tr.po b/web_notify/i18n/tr.po new file mode 100644 index 000000000000..c13c902fcc5b --- /dev/null +++ b/web_notify/i18n/tr.po @@ -0,0 +1,117 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_notify +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 18.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: tr\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_notify +#. odoo-python +#: code:addons/web_notify/models/res_users.py:0 +msgid "Danger" +msgstr "" + +#. module: web_notify +#. odoo-python +#: code:addons/web_notify/models/res_users.py:0 +msgid "Default" +msgstr "" + +#. module: web_notify +#. odoo-python +#: code:addons/web_notify/models/res_users.py:0 +msgid "Information" +msgstr "" + +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_danger_channel_name +msgid "Notify Danger Channel Name" +msgstr "" + +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_default_channel_name +msgid "Notify Default Channel Name" +msgstr "" + +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_info_channel_name +msgid "Notify Info Channel Name" +msgstr "" + +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_success_channel_name +msgid "Notify Success Channel Name" +msgstr "" + +#. module: web_notify +#: model:ir.model.fields,field_description:web_notify.field_res_users__notify_warning_channel_name +msgid "Notify Warning Channel Name" +msgstr "" + +#. module: web_notify +#. odoo-javascript +#: code:addons/web_notify/static/src/js/services/notification_services.esm.js:0 +msgid "Open" +msgstr "" + +#. module: web_notify +#. odoo-python +#: code:addons/web_notify/models/res_users.py:0 +msgid "Sending a notification to another user is forbidden." +msgstr "" + +#. module: web_notify +#. odoo-python +#: code:addons/web_notify/models/res_users.py:0 +msgid "Success" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test danger notification" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test default notification" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test info notification" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test success notification" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test warning notification" +msgstr "" + +#. module: web_notify +#: model_terms:ir.ui.view,arch_db:web_notify.view_users_form_simple_modif_inherit +msgid "Test web notify" +msgstr "" + +#. module: web_notify +#: model:ir.model,name:web_notify.model_res_users +msgid "User" +msgstr "" + +#. module: web_notify +#. odoo-python +#: code:addons/web_notify/models/res_users.py:0 +msgid "Warning" +msgstr "" diff --git a/web_responsive/README.rst b/web_responsive/README.rst index e8e14b5b21e5..c8ed4a053318 100644 --- a/web_responsive/README.rst +++ b/web_responsive/README.rst @@ -11,7 +11,7 @@ Web Responsive !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:16d44365d3fcfb364f693484828773cf3a29416878b4a1668adb218f59e6672f + !! source digest: sha256:7c1f9b7598d98d74b9c4611ac248b18279c68ef2cbcd20661173827416219e17 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/web_responsive/__manifest__.py b/web_responsive/__manifest__.py index 87d0d8b739c4..c7761639ec30 100644 --- a/web_responsive/__manifest__.py +++ b/web_responsive/__manifest__.py @@ -9,7 +9,7 @@ { "name": "Web Responsive", "summary": "Responsive web client, community-supported", - "version": "18.0.1.0.3", + "version": "18.0.1.0.4", "category": "Website", "website": "https://github.com/OCA/web", "author": "LasLabs, Tecnativa, ITerra, Onestein, " diff --git a/web_responsive/static/description/index.html b/web_responsive/static/description/index.html index 57c2d3546304..e01f688b4bb9 100644 --- a/web_responsive/static/description/index.html +++ b/web_responsive/static/description/index.html @@ -372,7 +372,7 @@

Web Responsive

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:16d44365d3fcfb364f693484828773cf3a29416878b4a1668adb218f59e6672f +!! source digest: sha256:7c1f9b7598d98d74b9c4611ac248b18279c68ef2cbcd20661173827416219e17 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: LGPL-3 OCA/web Translate me on Weblate Try me on Runboat

This module adds responsiveness to web backend.

diff --git a/web_responsive/static/src/views/form/status_bar_buttons.xml b/web_responsive/static/src/views/form/status_bar_buttons.xml deleted file mode 100644 index fa8ec79a25a1..000000000000 --- a/web_responsive/static/src/views/form/status_bar_buttons.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - 'shift+a' - - - diff --git a/web_timeline/README.rst b/web_timeline/README.rst index cce294ad60be..3a24e9d781cd 100644 --- a/web_timeline/README.rst +++ b/web_timeline/README.rst @@ -11,7 +11,7 @@ Web timeline !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:0f2b205ffa4ec5cdb7da811ce10e275be9c373e021299b3cb40d86d547b6760c + !! source digest: sha256:8633bbe9e07663ef50a7093c48c70557768324805e053637d2794ba7fb2fc7f1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -286,6 +286,10 @@ Contributors - Houzéfa Abbasbhay +- `PyTech `__: + + - Simone Rubino + Maintainers ----------- diff --git a/web_timeline/__manifest__.py b/web_timeline/__manifest__.py index 991049fa5659..7b454771ed73 100644 --- a/web_timeline/__manifest__.py +++ b/web_timeline/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Web timeline", "summary": "Interactive visualization chart to show events in time", - "version": "18.0.1.0.2", + "version": "18.0.1.0.3", "development_status": "Production/Stable", "author": "ACSONE SA/NV, " "Tecnativa, " diff --git a/web_timeline/demo/ir_cron_view.xml b/web_timeline/demo/ir_cron_view.xml index 6a646fd1e613..40c22f0ed108 100644 --- a/web_timeline/demo/ir_cron_view.xml +++ b/web_timeline/demo/ir_cron_view.xml @@ -8,7 +8,20 @@ - - list,form,calendar,timeline - + + + + + diff --git a/web_timeline/models/__init__.py b/web_timeline/models/__init__.py index 7b1f92fd1962..ee2e0b418c6b 100644 --- a/web_timeline/models/__init__.py +++ b/web_timeline/models/__init__.py @@ -1,5 +1,6 @@ # Copyright 2016 ACSONE SA/NV () # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +from . import ir_actions from . import ir_ui_view from . import ir_action diff --git a/web_timeline/models/ir_actions.py b/web_timeline/models/ir_actions.py new file mode 100644 index 000000000000..e28da517ac95 --- /dev/null +++ b/web_timeline/models/ir_actions.py @@ -0,0 +1,8 @@ +# Copyright 2026 Simone Rubino - PyTech +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +from odoo.addons.base.models.ir_actions import VIEW_TYPES + +from .ir_ui_view import TIMELINE_VIEW + +VIEW_TYPES.append(TIMELINE_VIEW) diff --git a/web_timeline/readme/CONTRIBUTORS.md b/web_timeline/readme/CONTRIBUTORS.md index 1d540e0155df..5a53372da435 100644 --- a/web_timeline/readme/CONTRIBUTORS.md +++ b/web_timeline/readme/CONTRIBUTORS.md @@ -15,3 +15,5 @@ - Anjeel Haria - [XCG Consulting](https://xcg-consulting.fr): - Houzéfa Abbasbhay +- [PyTech](https://www.pytech.it): + - Simone Rubino \<\> diff --git a/web_timeline/static/description/index.html b/web_timeline/static/description/index.html index f6b8761ad491..26b73f9a92a7 100644 --- a/web_timeline/static/description/index.html +++ b/web_timeline/static/description/index.html @@ -372,7 +372,7 @@

Web timeline

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:0f2b205ffa4ec5cdb7da811ce10e275be9c373e021299b3cb40d86d547b6760c +!! source digest: sha256:8633bbe9e07663ef50a7093c48c70557768324805e053637d2794ba7fb2fc7f1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: AGPL-3 OCA/web Translate me on Weblate Try me on Runboat

Define a new view displaying events in an interactive visualization @@ -658,6 +658,10 @@

Contributors

  • Houzéfa Abbasbhay
  • +
  • PyTech: +