Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ addon | version | maintainers | summary
[base_import_security_group](base_import_security_group/) | 18.0.1.0.0 | | Group-based permissions for importing CSV files
[base_menu_visibility_restriction](base_menu_visibility_restriction/) | 18.0.1.0.0 | <a href='https://github.com/victoralmau'><img src='https://github.com/victoralmau.png' width='32' height='32' style='border-radius:50%;' alt='victoralmau'/></a> | Restrict (with groups) menu visibilty
[base_optional_quick_create](base_optional_quick_create/) | 18.0.1.0.1 | | Avoid "quick create" on m2o fields, on a "by model" basis
[base_revision](base_revision/) | 18.0.1.0.1 | | Keep track of revised document
[base_revision](base_revision/) | 18.0.1.0.2 | | Keep track of revised document
[base_search_custom_field_filter](base_search_custom_field_filter/) | 18.0.1.0.1 | <a href='https://github.com/pedrobaeza'><img src='https://github.com/pedrobaeza.png' width='32' height='32' style='border-radius:50%;' alt='pedrobaeza'/></a> | Add custom filters for fields via UI
[base_substate](base_substate/) | 18.0.1.0.2 | | Base Sub State
[base_technical_features](base_technical_features/) | 18.0.1.0.2 | | Access to technical features without activating debug mode
Expand All @@ -52,7 +52,7 @@ addon | version | maintainers | summary
[multi_step_wizard](multi_step_wizard/) | 18.0.1.0.1 | | Multi-Steps Wizards
[sequence_check_digit](sequence_check_digit/) | 18.0.1.1.0 | | Adds a check digit on sequences
[sequence_reset_period](sequence_reset_period/) | 18.0.1.0.0 | | Auto-generate yearly/monthly/weekly/daily sequence period ranges
[server_action_mass_edit](server_action_mass_edit/) | 18.0.1.1.2 | | Mass Editing
[server_action_mass_edit](server_action_mass_edit/) | 18.0.1.1.3 | | Mass Editing
[server_action_mass_edit_onchange](server_action_mass_edit_onchange/) | 18.0.1.1.1 | | Extension of server_action_mass_edit
[template_content_swapper](template_content_swapper/) | 18.0.1.0.0 | <a href='https://github.com/yostashiro'><img src='https://github.com/yostashiro.png' width='32' height='32' style='border-radius:50%;' alt='yostashiro'/></a> <a href='https://github.com/AungKoKoLin1997'><img src='https://github.com/AungKoKoLin1997.png' width='32' height='32' style='border-radius:50%;' alt='AungKoKoLin1997'/></a> | Template Content Swapper

Expand Down
2 changes: 1 addition & 1 deletion base_revision/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Base Revision (abstract)
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:43de683941465fe0c45b78b7b6e1829a277b28abaa1c34676baa9457bf605c02
!! source digest: sha256:0f10fdacb9355ec1123cd61b7586d5137b2fe0f654e76f528772e2cbf2eeeb40
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion base_revision/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"name": "Base Revision (abstract)",
"summary": "Keep track of revised document",
"version": "18.0.1.0.1",
"version": "18.0.1.0.2",
"category": "Tools",
"author": "Agile Business Group,"
"Dreambits,"
Expand Down
6 changes: 6 additions & 0 deletions base_revision/i18n/base_revision.pot
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ msgstr ""
msgid "New Revisions"
msgstr ""

#. module: base_revision
#. odoo-python
#: code:addons/base_revision/models/base_revision.py:0
msgid "New revision created from: %s"
msgstr ""

#. module: base_revision
#. odoo-python
#: code:addons/base_revision/models/base_revision.py:0
Expand Down
6 changes: 6 additions & 0 deletions base_revision/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ msgstr "Tiene revisiones antiguas"
msgid "New Revisions"
msgstr "Nuevas revisiones"

#. module: base_revision
#. odoo-python
#: code:addons/base_revision/models/base_revision.py:0
msgid "New revision created from: %s"
msgstr ""

#. module: base_revision
#. odoo-python
#: code:addons/base_revision/models/base_revision.py:0
Expand Down
10 changes: 8 additions & 2 deletions base_revision/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2025-03-25 12:06+0000\n"
"PO-Revision-Date: 2026-03-30 12:06+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: none\n"
"Language: it\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.10.2\n"
"X-Generator: Weblate 5.15.2\n"

#. module: base_revision
#: model:ir.model.fields,field_description:base_revision.field_base_revision__active
Expand Down Expand Up @@ -42,6 +42,12 @@ msgstr "Ha revisioni precedenti"
msgid "New Revisions"
msgstr "Nuove revisioni"

#. module: base_revision
#. odoo-python
#: code:addons/base_revision/models/base_revision.py:0
msgid "New revision created from: %s"
msgstr "Nuova revisione creata per: %s"

#. module: base_revision
#. odoo-python
#: code:addons/base_revision/models/base_revision.py:0
Expand Down
6 changes: 6 additions & 0 deletions base_revision/i18n/pt.po
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ msgstr "Tem Antigas Revisões"
msgid "New Revisions"
msgstr "Novas Revisões"

#. module: base_revision
#. odoo-python
#: code:addons/base_revision/models/base_revision.py:0
msgid "New revision created from: %s"
msgstr ""

#. module: base_revision
#. odoo-python
#: code:addons/base_revision/models/base_revision.py:0
Expand Down
6 changes: 6 additions & 0 deletions base_revision/i18n/tr.po
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ msgstr "Eski Revizyonları Var"
msgid "New Revisions"
msgstr "Yeni Revizyonlar"

#. module: base_revision
#. odoo-python
#: code:addons/base_revision/models/base_revision.py:0
msgid "New revision created from: %s"
msgstr ""

#. module: base_revision
#. odoo-python
#: code:addons/base_revision/models/base_revision.py:0
Expand Down
7 changes: 4 additions & 3 deletions base_revision/models/base_revision.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,10 @@ def create_revision(self):
# Calling Copy method
copied_rec = rec.copy_revision_with_context()
if hasattr(self, "message_post"):
msg = _("New revision created: %s") % copied_rec.name
copied_rec.message_post(body=msg)
rec.message_post(body=msg)
target_msg = _("New revision created from: %s", rec._get_html_link())
copied_rec.message_post(body=target_msg)
source_msg = _("New revision created: %s", copied_rec._get_html_link())
rec.message_post(body=source_msg)
revision_ids.append(copied_rec.id)
action = {
"type": "ir.actions.act_window",
Expand Down
2 changes: 1 addition & 1 deletion base_revision/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ <h1>Base Revision (abstract)</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:43de683941465fe0c45b78b7b6e1829a277b28abaa1c34676baa9457bf605c02
!! source digest: sha256:0f10fdacb9355ec1123cd61b7586d5137b2fe0f654e76f528772e2cbf2eeeb40
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/server-ux/tree/18.0/base_revision"><img alt="OCA/server-ux" src="https://img.shields.io/badge/github-OCA%2Fserver--ux-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-ux-18-0/server-ux-18-0-base_revision"><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/server-ux&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>Making revision(s) of a document is a common need across many area.</p>
Expand Down
35 changes: 30 additions & 5 deletions base_tier_validation/i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-10-19 12:51+0000\n"
"Last-Translator: Houzéfa Abbasbhay <houzefa.abba@xcg-consulting.fr>\n"
"PO-Revision-Date: 2026-03-26 14:25+0000\n"
"Last-Translator: Julien Guenat <julien@jguenat.ch>\n"
"Language-Team: none\n"
"Language: fr\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 4.17\n"
"X-Generator: Weblate 5.15.2\n"

#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
Expand All @@ -23,6 +23,9 @@ msgid ""
" This Record needs to be\n"
" validated."
msgstr ""
"<i class=\"fa fa-lg fa-info-circle\"/>\n"
" Cet enregistrement doit être\n"
" validé."

#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
Expand All @@ -32,6 +35,10 @@ msgid ""
" <b>rejected</b>\n"
" ."
msgstr ""
"<i class=\"fa fa-lg fa-thumbs-down\"/>\n"
" L'opération a été\n"
" <b>rejetée</b>\n"
" ."

#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_validation_label
Expand All @@ -41,6 +48,10 @@ msgid ""
" <b>validated</b>\n"
" !"
msgstr ""
"<i class=\"fa fa-lg fa-thumbs-up\"/>\n"
" L'opération a été\n"
" <b>validée</b>\n"
" !"

#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_form
Expand All @@ -56,13 +67,13 @@ msgstr ""
#. odoo-python
#: code:addons/base_tier_validation/models/tier_validation.py:0
msgid "A record to be reviewed has been created by %s."
msgstr ""
msgstr "Un document en attente d'approbation a été créé par %s."

#. module: base_tier_validation
#. odoo-python
#: code:addons/base_tier_validation/models/tier_review.py:0
msgid "A review has been requested %s days ago."
msgstr ""
msgstr "Une validation a été demandée il y a %s jours."

#. module: base_tier_validation
#. odoo-python
Expand Down Expand Up @@ -667,6 +678,10 @@ msgid ""
" - %s \n"
"Please request a validation."
msgstr ""
"Cette action doit être validée pour au moins un enregistrement. Validations "
"en attente :\n"
" - %s \n"
"Veuillez soumettre une demande de validation."

#. module: base_tier_validation
#: model:ir.model.fields,field_description:base_tier_validation.field_tier_review__sequence
Expand Down Expand Up @@ -871,6 +886,11 @@ msgid ""
"Only those fields can be modified:\n"
"- %(allowed_fields_str)s"
msgstr ""
"Vous n'êtes pas autorisé à modifier ces champs après validation.\n"
"- %(not_allowed_fields_str)s\n"
"\n"
"Seuls ces champs peuvent être modifiés :\n"
"- %(allowed_fields_str)s"

#. module: base_tier_validation
#. odoo-python
Expand All @@ -882,6 +902,11 @@ msgid ""
"Only those fields can be modified:\n"
"- %(allowed_fields_str)s"
msgstr ""
"Vous n'êtes pas autorisé à modifier ces champs durant la validation.\n"
"- %(not_allowed_fields_str)s\n"
"\n"
"Seuls ces champs peuvent être modifiés :\n"
"- %(allowed_fields_str)s"

#. module: base_tier_validation
#: model_terms:ir.ui.view,arch_db:base_tier_validation.tier_definition_view_form
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# generated from manifests external_dependencies
openupgradelib
pdf2image
pyzbar
2 changes: 1 addition & 1 deletion server_action_mass_edit/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Mass Editing
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:bbd73285a308f7a02d1cb2a53b1e241379fc1d22a29ea198339933cc52a79903
!! source digest: sha256:dd3b8c6f22eed941881da8afd023f2a75840a497147fe0c5c3ebf1357addc818
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
1 change: 0 additions & 1 deletion server_action_mass_edit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
from . import models
from . import wizard
from .hooks import pre_init_hook
4 changes: 1 addition & 3 deletions server_action_mass_edit/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Mass Editing",
"version": "18.0.1.1.2",
"version": "18.0.1.1.3",
"author": "Serpent Consulting Services Pvt. Ltd., "
"Tecnativa, "
"GRAP, "
Expand All @@ -27,6 +27,4 @@
]
},
"demo": ["demo/mass_editing.xml"],
"external_dependencies": {"python": ["openupgradelib"]},
"pre_init_hook": "pre_init_hook",
}
16 changes: 0 additions & 16 deletions server_action_mass_edit/hooks.py

This file was deleted.

2 changes: 1 addition & 1 deletion server_action_mass_edit/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ <h1>Mass Editing</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:bbd73285a308f7a02d1cb2a53b1e241379fc1d22a29ea198339933cc52a79903
!! source digest: sha256:dd3b8c6f22eed941881da8afd023f2a75840a497147fe0c5c3ebf1357addc818
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/server-ux/tree/18.0/server_action_mass_edit"><img alt="OCA/server-ux" src="https://img.shields.io/badge/github-OCA%2Fserver--ux-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-ux-18-0/server-ux-18-0-server_action_mass_edit"><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/server-ux&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module allows to edit several records at the same time in any Odoo
Expand Down
Loading