From cbdf7156bd06b7bc37241350dccb3290f2637b0b Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Mon, 29 Jul 2024 11:54:39 +0200 Subject: [PATCH] [REF] Rename to hr_timesheet_overtime_rate_begin_end This is the name of the module in v16. Because this module is new, this will save us some small migratory work later. Signed-off-by: Carmen Bianca BAKKER --- .../README.rst | 0 .../__init__.py | 0 .../__manifest__.py | 0 .../models/__init__.py | 0 .../models/account_analytic_line.py | 0 .../readme/CONTRIBUTORS.rst | 0 .../readme/DESCRIPTION.rst | 0 .../static/description/index.html | 0 .../tests/__init__.py | 0 .../tests/test_analytic_line.py | 0 .../odoo/addons/hr_timesheet_overtime_begin_end | 1 - .../odoo/addons/hr_timesheet_rate_overtime_begin_end | 1 + .../setup.py | 0 13 files changed, 1 insertion(+), 1 deletion(-) rename {hr_timesheet_overtime_begin_end => hr_timesheet_rate_overtime_begin_end}/README.rst (100%) rename {hr_timesheet_overtime_begin_end => hr_timesheet_rate_overtime_begin_end}/__init__.py (100%) rename {hr_timesheet_overtime_begin_end => hr_timesheet_rate_overtime_begin_end}/__manifest__.py (100%) rename {hr_timesheet_overtime_begin_end => hr_timesheet_rate_overtime_begin_end}/models/__init__.py (100%) rename {hr_timesheet_overtime_begin_end => hr_timesheet_rate_overtime_begin_end}/models/account_analytic_line.py (100%) rename {hr_timesheet_overtime_begin_end => hr_timesheet_rate_overtime_begin_end}/readme/CONTRIBUTORS.rst (100%) rename {hr_timesheet_overtime_begin_end => hr_timesheet_rate_overtime_begin_end}/readme/DESCRIPTION.rst (100%) rename {hr_timesheet_overtime_begin_end => hr_timesheet_rate_overtime_begin_end}/static/description/index.html (100%) rename {hr_timesheet_overtime_begin_end => hr_timesheet_rate_overtime_begin_end}/tests/__init__.py (100%) rename {hr_timesheet_overtime_begin_end => hr_timesheet_rate_overtime_begin_end}/tests/test_analytic_line.py (100%) delete mode 120000 setup/hr_timesheet_overtime_begin_end/odoo/addons/hr_timesheet_overtime_begin_end create mode 120000 setup/hr_timesheet_rate_overtime_begin_end/odoo/addons/hr_timesheet_rate_overtime_begin_end rename setup/{hr_timesheet_overtime_begin_end => hr_timesheet_rate_overtime_begin_end}/setup.py (100%) diff --git a/hr_timesheet_overtime_begin_end/README.rst b/hr_timesheet_rate_overtime_begin_end/README.rst similarity index 100% rename from hr_timesheet_overtime_begin_end/README.rst rename to hr_timesheet_rate_overtime_begin_end/README.rst diff --git a/hr_timesheet_overtime_begin_end/__init__.py b/hr_timesheet_rate_overtime_begin_end/__init__.py similarity index 100% rename from hr_timesheet_overtime_begin_end/__init__.py rename to hr_timesheet_rate_overtime_begin_end/__init__.py diff --git a/hr_timesheet_overtime_begin_end/__manifest__.py b/hr_timesheet_rate_overtime_begin_end/__manifest__.py similarity index 100% rename from hr_timesheet_overtime_begin_end/__manifest__.py rename to hr_timesheet_rate_overtime_begin_end/__manifest__.py diff --git a/hr_timesheet_overtime_begin_end/models/__init__.py b/hr_timesheet_rate_overtime_begin_end/models/__init__.py similarity index 100% rename from hr_timesheet_overtime_begin_end/models/__init__.py rename to hr_timesheet_rate_overtime_begin_end/models/__init__.py diff --git a/hr_timesheet_overtime_begin_end/models/account_analytic_line.py b/hr_timesheet_rate_overtime_begin_end/models/account_analytic_line.py similarity index 100% rename from hr_timesheet_overtime_begin_end/models/account_analytic_line.py rename to hr_timesheet_rate_overtime_begin_end/models/account_analytic_line.py diff --git a/hr_timesheet_overtime_begin_end/readme/CONTRIBUTORS.rst b/hr_timesheet_rate_overtime_begin_end/readme/CONTRIBUTORS.rst similarity index 100% rename from hr_timesheet_overtime_begin_end/readme/CONTRIBUTORS.rst rename to hr_timesheet_rate_overtime_begin_end/readme/CONTRIBUTORS.rst diff --git a/hr_timesheet_overtime_begin_end/readme/DESCRIPTION.rst b/hr_timesheet_rate_overtime_begin_end/readme/DESCRIPTION.rst similarity index 100% rename from hr_timesheet_overtime_begin_end/readme/DESCRIPTION.rst rename to hr_timesheet_rate_overtime_begin_end/readme/DESCRIPTION.rst diff --git a/hr_timesheet_overtime_begin_end/static/description/index.html b/hr_timesheet_rate_overtime_begin_end/static/description/index.html similarity index 100% rename from hr_timesheet_overtime_begin_end/static/description/index.html rename to hr_timesheet_rate_overtime_begin_end/static/description/index.html diff --git a/hr_timesheet_overtime_begin_end/tests/__init__.py b/hr_timesheet_rate_overtime_begin_end/tests/__init__.py similarity index 100% rename from hr_timesheet_overtime_begin_end/tests/__init__.py rename to hr_timesheet_rate_overtime_begin_end/tests/__init__.py diff --git a/hr_timesheet_overtime_begin_end/tests/test_analytic_line.py b/hr_timesheet_rate_overtime_begin_end/tests/test_analytic_line.py similarity index 100% rename from hr_timesheet_overtime_begin_end/tests/test_analytic_line.py rename to hr_timesheet_rate_overtime_begin_end/tests/test_analytic_line.py diff --git a/setup/hr_timesheet_overtime_begin_end/odoo/addons/hr_timesheet_overtime_begin_end b/setup/hr_timesheet_overtime_begin_end/odoo/addons/hr_timesheet_overtime_begin_end deleted file mode 120000 index 58ec292..0000000 --- a/setup/hr_timesheet_overtime_begin_end/odoo/addons/hr_timesheet_overtime_begin_end +++ /dev/null @@ -1 +0,0 @@ -../../../../hr_timesheet_overtime_begin_end \ No newline at end of file diff --git a/setup/hr_timesheet_rate_overtime_begin_end/odoo/addons/hr_timesheet_rate_overtime_begin_end b/setup/hr_timesheet_rate_overtime_begin_end/odoo/addons/hr_timesheet_rate_overtime_begin_end new file mode 120000 index 0000000..2704a92 --- /dev/null +++ b/setup/hr_timesheet_rate_overtime_begin_end/odoo/addons/hr_timesheet_rate_overtime_begin_end @@ -0,0 +1 @@ +../../../../hr_timesheet_rate_overtime_begin_end \ No newline at end of file diff --git a/setup/hr_timesheet_overtime_begin_end/setup.py b/setup/hr_timesheet_rate_overtime_begin_end/setup.py similarity index 100% rename from setup/hr_timesheet_overtime_begin_end/setup.py rename to setup/hr_timesheet_rate_overtime_begin_end/setup.py