Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
s-odoo
s_custom_addons
Merge requests
!21
add logic for odoo_hr_employee_shift
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add logic for odoo_hr_employee_shift
feature/495
into
17.0
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
quandh
requested to merge
feature/495
into
17.0
7 months ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
Task: add logic for odoo_hr_employee_shift
SNE:
https://sne.soon.vn/web#id=495&menu_id=411&cids=1&action=588&model=project.task&view_type=form
0
0
Merge request reports
Compare
17.0
version 1
4ce9c318
7 months ago
17.0 (base)
and
latest version
latest version
9baca3b6
1 commit,
7 months ago
version 1
4ce9c318
1 commit,
7 months ago
2 files
+
33
−
4
Expand all files
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
Search (e.g. *.vue) (Ctrl+P)
odoo_hr_employee_shift/i18n/vi_VN.po
+
25
−
2
Options
@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0+e-20240330\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-0
9
-2
7
0
2:0
3+0000\n"
"PO-Revision-Date: 2024-0
9
-2
7
0
2:0
3+0000\n"
"POT-Creation-Date: 2024-
1
0-2
4
0
9:2
3+0000\n"
"PO-Revision-Date: 2024-
1
0-2
4
0
9:2
3+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@@ -215,6 +215,13 @@ msgstr "Tên nhân viên"
msgid "End Date"
msgstr "Ngày kết thúc"
#. module: odoo_hr_employee_shift
#. odoo-python
#: code:addons/odoo_hr_employee_shift/models/hr_shift_request.py:0
#, python-format
msgid "End Date must be greater than Start Date."
msgstr "Ngày kết thúc phải lớn hơn Ngày bắt đầu."
#. module: odoo_hr_employee_shift
#: model:ir.model.fields,field_description:odoo_hr_employee_shift.field_shift_type__time_end
msgid "End Time"
@@ -570,6 +577,22 @@ msgstr "Tin nhắn Website"
msgid "Website communication history"
msgstr "Lịch sử liên lạc trên website"
#. module: odoo_hr_employee_shift
#. odoo-python
#: code:addons/odoo_hr_employee_shift/models/hr_shift_request.py:0
#, python-format
msgid "You can not have 2 leaves that overlaps on the same day."
msgstr "Bạn không thể có hai ca làm việc trùng nhau trong cùng một ngày."
#. module: odoo_hr_employee_shift
#. odoo-python
#: code:addons/odoo_hr_employee_shift/models/hr_shift_request.py:0
#, python-format
msgid ""
"You cannot delete an shift request which is not Confirmed and approved "
msgstr ""
"Bạn không thể xóa yêu cầu ca chưa được xác nhận và phê duyệt"
#. module: odoo_hr_employee_shift
#: model_terms:ir.ui.view,arch_db:odoo_hr_employee_shift.edit_ot_type_form
msgid "name"
Menu
Explore
Projects
Groups
Topics
Snippets