diff --git a/cenhomes_student/__init__.py b/cenhomes_student/__init__.py new file mode 100644 index 0000000..aa4d0fd --- /dev/null +++ b/cenhomes_student/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- + +from . import controllers +from . import models diff --git a/cenhomes_student/__manifest__.py b/cenhomes_student/__manifest__.py new file mode 100644 index 0000000..1849066 --- /dev/null +++ b/cenhomes_student/__manifest__.py @@ -0,0 +1,78 @@ +# -*- coding: utf-8 -*- +{ + "name": "Cenhomes - Academy", + "summary": """ + Module Cen Academy for students""", + "description": """ + + """, + "author": "Cenhomes", + "website": "https://www.cenhomes.vn", + # Categories can be used to filter modules in modules listing + # Check https://github.com/odoo/odoo/blob/16.0/odoo/addons/base/data/ir_module_category_data.xml + # for the full list + "category": "Uncategorized", + "version": "0.1", + # 'category': 'Education', + # 'complexity': "easy", + # any module necessary for this one to work correctly + "depends": ["base", "web"], + "installable": True, + "application": True, + "license": "LGPL-3", + # always loaded + "data": [ + "security/security.xml", + "security/ir.model.access.csv", + # "views/nhom_nganh/view_danh_muc_hoc_vien_co_nguyen_vong_nganh1.xml", + # "views/nhom_nganh/view_danh_muc_hoc_vien_co_nguyen_vong_nganh2.xml", + # "views/nhom_nganh/view_danh_muc_hoc_vien_co_nguyen_vong_nganh3.xml", + # "views/nhom_nganh/view_danh_muc_hoc_vien_co_nguyen_vong_nganh4.xml", + # "views/nhom_nganh/view_danh_muc_hoc_vien_co_nguyen_vong_nganh5.xml", + # "views/nhom_nganh/view_danh_muc_hoc_vien_co_nguyen_vong_nganh6.xml", + # "views/nhom_nganh/view_danh_muc_hoc_vien_co_nguyen_vong_nganh7.xml", + # "views/hoc_vien/views_hoc_vien.xml", + "views/hoc_vien/views_bao_luu.xml", + "views/hoc_vien/views_ban_giao_hoc_vien.xml", + "views/views_co_so.xml", + "views/views_nhom_nganh.xml", + "views/template_list_hoc_vien.xml", + "views/views_hoc_vien_phong_thu_tuc.xml", + "views/template_form_hoc_vien_phong_thu_tuc.xml", + "views/template_common.xml", + "views/giao_vien/views_giao_vien_chu_nhiem.xml", + "views/giao_vien/views_giao_vien_day_tieng.xml", + "views/giao_vien/views_quan_he_giao_vien_chu_nhiem_hoc_vien.xml", + "views/giao_vien/views_quan_he_giao_vien_day_tieng_hoc_vien.xml", + "views/lop_hoc/views_lop_hoc.xml", + "views/lop_hoc/views_lop_on.xml", + "views/lop_hoc/views_chuyen_lop.xml", + "views/lop_hoc/views_diem_danh.xml", + "views/lop_hoc/views_thoi_khoa_bieu.xml", + "views/hoc_tap/views_bai_thi.xml", + "views/hoc_tap/views_kiem_tra_bai_cu.xml", + "views/hoc_tap/views_ket_qua_thi.xml", + "views/hoc_tap/views_quan_ly_hoc_tap.xml", + "views/hoc_tap/views_quan_ly_thi_b1.xml", + "views/hoc_tap/views_quy_chuan_dao_tao.xml", + "views/doi_tac/views_du_hoc_kep_doi_tac.xml", + "views/doi_tac/views_quan_he_doi_tac_hoc_vien.xml", + "views/tuyen_sinh/views_nhan_vien_tuyen_sinh.xml", + "views/tuyen_sinh/views_phong_tuyen_sinh.xml", + "views/tuyen_sinh/view_quan_he_tuyen_sinh_hoc_vien.xml", + "views/co_so_vat_chat/views_ky_tuc_xa.xml", + "views/su_kien/views_quan_ly_su_kien.xml", + "views/menu.xml", + ], + "assets": { + "web.assets_common": [ + ("prepend", "cenhomes_student/static/src/css/css_file.css"), + ], + "web.assets_backend": [ + "cenhomes_student/static/src/components/**/*", + "cenhomes_student/static/src/views/**/*", + "cenhomes_student/static/src/xml/**/*", + "cenhomes_student/static/src/js/**/*", + ], + }, +} diff --git a/cenhomes_student/controllers/__init__.py b/cenhomes_student/controllers/__init__.py new file mode 100644 index 0000000..457bae2 --- /dev/null +++ b/cenhomes_student/controllers/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- + +from . import controllers \ No newline at end of file diff --git a/cenhomes_student/controllers/controllers.py b/cenhomes_student/controllers/controllers.py new file mode 100644 index 0000000..c453061 --- /dev/null +++ b/cenhomes_student/controllers/controllers.py @@ -0,0 +1,368 @@ +# -*- coding: utf-8 -*- +import base64 +import datetime +import json +import os + +import pdfkit +import pytz +from unidecode import unidecode + +from ..models.template import SimpleTemplate +from ..utils import lang, util_datetime +from odoo import http +from odoo.http import request +from weasyprint import HTML +path_file = os.path.dirname(__file__) + +dict_languages = { + 'de': json.load(open(f'{path_file}/../static/lang/de.json')) +} +tz = pytz.timezone('Asia/Ho_Chi_Minh') + + +def read_all_object(obj, prefix_loop: str = "", delete_old_field=True) -> dict: + ret = obj.read()[0] + for f in ret.keys(): + if isinstance(ret[f], datetime.date): + if f == 'ngay_tao_ho_so': + _month = lang.convert_common(lang.convert_month(ret['ngay_tao_ho_so'].month)) + ret['ngay_tao_ho_so'] = ret['ngay_tao_ho_so'].strftime(f"%d. {_month} %Y") + else: + ret[f] = ret[f].strftime("%d.%m.%Y") + if prefix_loop != "": + for f in ['kinh_nghiem_lam_viecs', 'thong_tin_giao_ducs', 'thong_tin_phu_huynhs', 'lich_su_cham_socs', + 'ky_nang_ngon_ngus', 'ky_nang_khacs', + 'lich_su_update_ho_so', 'lich_su_dao_taos', 'ho_so_chung_chis', 'chuong_trinh_tham_gias', + 'tinh_trang_ho_so_visas', 'ky_nang_tin_hocs']: + ret[prefix_loop + f] = [gd.read()[0] for gd in obj.__getattribute__(f)] + ret[f + '_display'] = "unset" if ret[prefix_loop + f] else "none" + + if f == 'thong_tin_giao_ducs': + ret[prefix_loop + f + '_pho_thong'] = [] + ret[prefix_loop + f + '_dai_hoc'] = [] + for e in ret[prefix_loop + f]: + loai_bang_cap = e['loai_bang_cap'] + e['thoi_gian_tu'] = util_datetime.validate(e['thoi_gian_tu']) + e['thoi_gian_den'] = util_datetime.validate(e['thoi_gian_den']) + e['loai_bang_cap'] = lang.convert_common(e['loai_bang_cap']) + if loai_bang_cap in ['high_school', 'middle_school', 'primary_school']: + ret[prefix_loop + f + '_pho_thong'].append(e) + else: + ret[prefix_loop + f + '_dai_hoc'].append(e) + ret[f + '_dai_hoc_display'] = "unset" if ret[prefix_loop + f + '_dai_hoc'] else "none" + ret[f + '_pho_thong_display'] = "unset" if ret[prefix_loop + f + '_pho_thong'] else "none" + elif f == 'thong_tin_phu_huynhs': + tmp = ret[prefix_loop + f].copy() + for idx, v in enumerate(tmp): + v['ten_phu_huynh'] = lang.convert_common(v.get('ten_phu_huynh', '')) + v['moi_quan_he'] = lang.convert_common(v.get('moi_quan_he', '')) + v['so_dien_thoai'] = lang.convert_common(v.get('so_dien_thoai', '')) + v['email'] = lang.convert_common(v.get('email', '')) + v['dia_chi'] = lang.convert_common(v.get('dia_chi', '')) + v['ghi_chu'] = lang.convert_common(v.get('ghi_chu', '')) + ret[prefix_loop + f][idx] = v + elif f == 'lich_su_cham_socs': + tmp = ret[prefix_loop + f].copy() + for idx, v in enumerate(tmp): + v['ngay_cham_soc'] = util_datetime.validate(v.get('ngay_cham_soc')) + v['noi_dung'] = lang.convert_common(v.get('noi_dung', '')) + v['danh_gia'] = lang.convert_common(v.get('danh_gia', '')) + v['ket_qua'] = lang.convert_common(v.get('ket_qua', '')) + v['ghi_chu'] = lang.convert_common(v.get('ghi_chu', '')) + ret[prefix_loop + f][idx] = v + elif f == 'ky_nang_ngon_ngus': + tmp = ret[prefix_loop + f].copy() + for idx, v in enumerate(tmp): + ret[prefix_loop + f][idx]['loai_ngon_ngu'] = lang.convert_common(v['loai_ngon_ngu']) + ret[prefix_loop + f][idx]['thoi_gian_tu'] = util_datetime.validate(v['thoi_gian_tu']) + ret[prefix_loop + f][idx]['thoi_gian_den'] = util_datetime.validate(v['thoi_gian_den']) + else: + tmp = ret[prefix_loop + f].copy() + for idx, v in enumerate(tmp): + ret[prefix_loop + f][idx]['thoi_gian_tu'] = util_datetime.validate(v.get('thoi_gian_tu')) + ret[prefix_loop + f][idx]['thoi_gian_den'] = util_datetime.validate(v.get('thoi_gian_den')) + if delete_old_field: + del ret[f] + ret['ho'] = unidecode(ret['ho']).upper() + ret['ten'] = unidecode(ret['ten']).upper() + return ret + + +template_cv_dhk = SimpleTemplate(open(f"{path_file}/../static/template/cv/lebenslauf-hocvien-cenacademy.html").read()) +template_cv_cdvb = SimpleTemplate(open(f"{path_file}/../static/template/cv/lebenslauf-hocvien-cenacademy.html").read()) +template_thu_dong_luc = SimpleTemplate( + open(f"{path_file}/../static/template/thu_dong_luc/motivationsschreiben-nganhnghe-cdvb-cenacademy.html").read()) +template_lich_phong_van = SimpleTemplate( + open(f"{path_file}/../static/template/phong_van/lich_phong_van.html").read()) +template_ket_qua_phong_van = SimpleTemplate( + open(f"{path_file}/../static/template/phong_van/ket_qua_phong_van.html").read()) +cv_header_png = "data:image/png;base64," + base64.b64encode( + open(f"{path_file}/../static/template/header.png", "rb").read()).decode('utf-8') +cv_frame_png = "data:image/png;base64," + base64.b64encode( + open(f"{path_file}/../static/template/frame.png", "rb").read()).decode('utf-8') +cv_footer_png = "data:image/png;base64," + base64.b64encode( + open(f"{path_file}/../static/template/footer.png", "rb").read()).decode('utf-8') +cv_profile_png = "data:image/png;base64," + base64.b64encode( + open(f"{path_file}/../static/template/profile.png", "rb").read()).decode('utf-8') + +# options = { +# 'encoding': 'UTF-8', +# 'javascript-delay': '10', # Optional +# 'enable-local-file-access': True, # To be able to access CSS +# 'orientation': 'Portrait', +# 'page-size': 'A4', +# 'custom-header': [('Accept-Encoding', 'gzip')], +# 'print-media-type': None, +# "disable-local-file-access": None, +# } +# options = { +# 'page-size': 'Letter', +# 'margin-top': '0.1in', +# 'margin-right': '0.1in', +# 'margin-bottom': '0.75in', +# 'margin-left': '0.1in', +# 'encoding': "UTF-8", +# 'no-outline': None +# } + +options = { + 'page-size': 'A4', # Đảm bảo trang được đặt kích thước là A4 + 'margin-top': '0in', # Đặt lề trên thành 0 để nội dung chiếm toàn bộ trang + 'margin-right': '0in', # Đặt lề phải thành 0 + 'margin-bottom': '0in', # Đặt lề dưới thành 0 + 'margin-left': '0in', # Đặt lề trái thành 0 + 'encoding': "UTF-8", # Đặt mã hóa là UTF-8 để hỗ trợ ký tự đặc biệt + 'enable-local-file-access': True, # Cho phép truy cập tệp cục bộ (CSS, hình ảnh...) + 'zoom': '1.0' # Sử dụng zoom để điều chỉnh kích thước nếu cần +} + + +def read_object_quan_he_hoc_vien_doi_tac(obj, vong_phong_van): + ret = obj.read()[0] + print(ret) + list_keys = list(ret.keys()) + for k in list_keys: + if k.startswith(f'pv{vong_phong_van}_feedback_'): + sub_key = k.replace(f'pv{vong_phong_van}_feedback_', '') + value = int(ret[k]) if ret[k] != False else 0 + for i in range(5): # Độ đánh giá là trên thang 5 + ret[f"{sub_key}_{i + 1}"] = '-o' if value < i + 1 else '' + ret['vong_phong_van'] = vong_phong_van + for f in ['thoi_gian', 'hinh_thuc', 'dia_diem', 'nhom_nganh', 'nghe_nghiep', 'nhan_xet']: + ret[f] = ret[f'pv{vong_phong_van}_{f}'] + ret['thoi_gian'] = ret[f'pv{vong_phong_van}_thoi_gian'].astimezone(tz).strftime("%H:%M:%S %m/%d/%Y") + ret['thoi_gian_ngay'] = ret[f'pv{vong_phong_van}_thoi_gian'].astimezone(tz).strftime("%m/%d/%Y") + ret['nhom_nganh'] = '' if ret['nhom_nganh'] == False else ret['nhom_nganh'][1] + ret['passed'] = 'checked' if ret[f'pv{vong_phong_van}_ket_qua'] == 'passed' else '' + ret['failed'] = 'checked' if ret[f'pv{vong_phong_van}_ket_qua'] == 'failed' else '' + return ret + + +class CenhomesStudent(http.Controller): + @http.route('/cenhomes/hoc_vien_phong_thu_tuc/', auth='public', website=True) + def hoc_vien_phong_thu_tuc(self, sale_id, **kw): + try: + if sale_id != "default": + sale_id = base64.b64decode(sale_id).decode() + sale_id = request.env["res.users"].sudo().search([('id', '=', int(sale_id))]) + sale_id = sale_id.id + if not sale_id: + return request.redirect('/cenhomes/404') + else: + sale_id = False + except Exception as err: + print(err) + return request.redirect('/cenhomes/404') + + for k in kw.keys(): + kw[k] = None if kw.get(k) == '' else kw.get(k) + if kw.get('ten') and kw.get('ho') and kw.get('email') and kw.get('so_dien_thoai_lien_he'): + kw['sale'] = sale_id + result_create = request.env["cenhomes.hoc_vien_phong_thu_tuc"].sudo().create(kw) + print("result_create", result_create) + return request.redirect('/cenhomes/phong_thu_tuc/success') + + return http.request.render('cenhomes_student.form_create_new_hoc_vien', {}) + + @http.route('/cenhomes/phong_thu_tuc/success', auth='public', website=True) + def hoc_vien_phong_thu_tuc_success(self, **kw): + return http.request.render('cenhomes_student.notify_create_new_hoc_vien', {}) + + @http.route('/cenhomes/404', auth='public', website=True) + def page_404(self, **kw): + return http.request.render('cenhomes_student.page_404', {}) + + @http.route('/cenhomes/hoc_vien/objects', auth='public') + def list(self, **kw): + return http.request.render('cenhomes_student.cenhomes_hoc_vien_listing', { + 'root': '/cenhomes/hoc_vien', + 'objects': http.request.env['cenhomes.hoc_vien'].search([]), + }) + + @http.route('/cenhomes/hoc_vien/objects/', auth='public') + def object(self, obj, **kw): + return http.request.render('cenhomes_student.cenhomes_hoc_vien_object', { + 'object': obj + }) + + @http.route( + '/cenhomes/du_hoc_kep/hoc_vien/thu_dong_luc//', + auth='user') + def view_thu_dong_luc(self, hoc_vien, thu_dong_luc, **kw): + x = hoc_vien.read()[0] + path_thu_dong_luc = f'{path_file}/../static/template/thu_dong_luc' + path_html = f'{path_thu_dong_luc}/thu_dong_luc_{hoc_vien.id}_{thu_dong_luc.id}.html' + path_pdf = f'{path_thu_dong_luc}/thu_dong_luc_pdf_{hoc_vien.id}_{thu_dong_luc.id}.pdf' + + for k, v in thu_dong_luc.read()[0].items(): + x[k] = v + _month = lang.convert_common(lang.convert_month(x['ngay_tao_ho_so'].month)) + x['ngay_tao_ho_so'] = x['ngay_tao_ho_so'].strftime(f"%d. {_month} %Y") + + thu_dong_luc = template_thu_dong_luc.render(x) + thu_dong_luc = thu_dong_luc.replace('header.png', cv_header_png) + thu_dong_luc = thu_dong_luc.replace('frame.png', cv_frame_png) + thu_dong_luc = thu_dong_luc.replace('footer.png', cv_footer_png) + if x['anh_profile']: + thu_dong_luc = thu_dong_luc.replace('profile.png', + "data:image/png;base64," + x['anh_profile'].decode('utf-8')) + else: + thu_dong_luc = thu_dong_luc.replace('profile.png', cv_profile_png) + + with open(path_html, 'w') as f: + f.write(thu_dong_luc) + + pdfkit.from_file(path_html, path_pdf, options=options, verbose=True) + pdf = open(path_pdf, 'rb').read() + pdf_http_headers = [ + ('Content-Type', 'application/pdf'), + ('Content-Length', len(pdf)), + ] + return request.make_response(pdf, headers=pdf_http_headers) + + @http.route('/cenhomes/du_hoc_kep/hoc_vien/cv/', auth='user') + def view_cv(self, obj, **kw): + type_cv = kw.get('type') + x = read_all_object(obj, "loop:") + cv = template_cv_dhk.render(x) + path_cv = f'{path_file}/../static/template/cv' + path_html = f'{path_cv}/cv_{obj.id}.html' + + # Lấy ngày hiện tại và định dạng theo định dạng mong muốn + ngay_cap_nhat = datetime.datetime.today().strftime('%Y_%m_%d') + # Remove diacritics and replace spaces for the student's name + ten_hoc_vien = unidecode(obj.ho).replace(' ', '_') + "_" + unidecode(obj.ten).replace(' ', '_') + # path_pdf = f'{path_cv}/cv_pdf_{obj.id}.pdf' + path_pdf = f'{path_cv}/cv_{ten_hoc_vien}_{obj.id}_Lebenslauf_{ngay_cap_nhat}.pdf' + + cv = cv.replace('header.png', cv_header_png) + cv = cv.replace('frame.png', cv_frame_png) + cv = cv.replace('footer.png', cv_footer_png) + if x['anh_profile']: + cv = cv.replace('profile.png', "data:image/png;base64," + x['anh_profile'].decode('utf-8')) + else: + cv = cv.replace('profile.png', cv_profile_png) + + with open(path_html, 'w') as f: + f.write(cv) + + # # pdfkit.from_file(path_html, path_pdf, options=options, verbose=True) + # HTML(path_html).write_pdf(path_pdf) + # pdf = open(path_pdf, 'rb').read() + # pdf_http_headers = [ + # ('Content-Type', 'application/pdf'), + # ('Content-Length', len(pdf)), + # ('Content-Disposition', f'attachment; filename="{ten_hoc_vien}_{obj.id}_Lebenslauf_{ngay_cap_nhat}.pdf"'), + # ] + # return request.make_response(pdf, headers=pdf_http_headers) + # Đọc nội dung HTML từ file + with open(path_html, 'r') as f: + html_content = f.read() + + # Trả về nội dung HTML trực tiếp cho trình duyệt + html_http_headers = [ + ('Content-Type', 'text/html; charset=utf-8'), + ('Content-Length', len(html_content)), + ] + + return request.make_response(html_content, headers=html_http_headers) + + @http.route('/cenhomes/du_hoc_kep/hoc_vien/huong_dan_anh_so_yeu_ly_lich', auth='public') + def huong_dan_anh_so_yeu_ly_lich(self, **kw): + pdf = open(f'{path_file}/../static/Muster_Lebenslauf_Hocvien_Cenacademy.pdf', 'rb').read() + pdf_http_headers = [ + ('Content-Type', 'application/pdf'), + ('Content-Length', len(pdf)), + ('Content-disposition', 'inline; filename=\"huong_dan_anh_so_yeu_ly_lich.pdf\"'), + ] + return request.make_response(pdf, headers=pdf_http_headers) + + @http.route( + '/cenhomes/du_hoc_kep/hoc_vien/lich_phong_van//', + auth='user') + def view_lich_phong_van(self, obj, quan_he_hoc_vien_doi_tac, **kw): + vong_phong_van = kw.get('vong_phong_van') + x = obj.read()[0] + x.update(read_object_quan_he_hoc_vien_doi_tac(quan_he_hoc_vien_doi_tac, vong_phong_van)) + print(x) + lich_pvan = template_lich_phong_van.render(x) + path_lich_phong_van = f'{path_file}/../static/template/phong_van' + path_html = f'{path_lich_phong_van}/lich_phong_van_{obj.id}.html' + path_pdf = f'{path_lich_phong_van}/lich_phong_van_pdf_{obj.id}.pdf' + + with open(path_html, 'w') as f: + f.write(lich_pvan) + + pdfkit.from_file(path_html, path_pdf, options=options, + verbose=True, css=f'{path_file}/../static/src/css/font-awesome.min.css') + pdf = open(path_pdf, 'rb').read() + pdf_http_headers = [ + ('Content-Type', 'application/pdf'), + ('Content-Length', len(pdf)), + ] + return request.make_response(pdf, headers=pdf_http_headers) + + @http.route( + '/cenhomes/du_hoc_kep/hoc_vien/ket_qua_phong_van//', + auth='user') + def view_ket_qua_phong_van(self, obj, quan_he_hoc_vien_doi_tac, **kw): + x = obj.read()[0] + vong_phong_van = kw.get('vong_phong_van') + x.update(read_object_quan_he_hoc_vien_doi_tac(quan_he_hoc_vien_doi_tac, vong_phong_van)) + print(x) + ket_qua_pvan = template_ket_qua_phong_van.render(x) + path_ket_qua_phong_van = f'{path_file}/../static/template/phong_van' + path_html = f'{path_ket_qua_phong_van}/ket_qua_phong_van_{obj.id}.html' + path_pdf = f'{path_ket_qua_phong_van}/ket_qua_phong_van_pdf_{obj.id}.pdf' + + with open(path_html, 'w') as f: + f.write(ket_qua_pvan) + + pdfkit.from_file(path_html, path_pdf, options=options, + verbose=True, css=f'{path_file}/../static/src/css/font-awesome.min.css') + pdf = open(path_pdf, 'rb').read() + pdf_http_headers = [ + ('Content-Type', 'application/pdf'), + ('Content-Length', len(pdf)), + ] + return request.make_response(pdf, headers=pdf_http_headers) + + @http.route('/cenhomes/test', type='http', auth="none", methods=['GET'], csrf=False) + def test1111(self, **kw): + print(kw) + if request.httprequest.method == 'HEAD': + return '' + return kw['hub.challenge'] + + @http.route('/cenhomes/test', type='json', auth="none", methods=['POST'], csrf=False) + def test2222(self, *args, **kwargs): + print(kwargs) + print('received webhook data') + data = json.loads(request.httprequest.data) + print('data', data) + return { + 'success': True, + 'status': 'OK', + 'code': 200 + } diff --git a/cenhomes_student/i18n/de.po b/cenhomes_student/i18n/de.po new file mode 100644 index 0000000..141bdda --- /dev/null +++ b/cenhomes_student/i18n/de.po @@ -0,0 +1,2544 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * cenhomes_student +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-03-22 02:15+0000\n" +"PO-Revision-Date: 2024-03-22 02:15+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_ket_thu +msgid "- Chữ ký." +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_phan_dau +msgid "" +"- Thông tin cá nhân cơ bản, những điều quan trọng nhất và nổi bật nhất mà ứng viên muốn viết về bản thân mình, ví dụ như kinh nghiệm làm việc, sơ qua công ty đã làm.\n" +"- Thông qua đâu biết tới tin phỏng vấn, chương trình chuyển đổi văn bằng và đã tìm hiểu công ty đó như thế nào (phần tìm hiểu công ty chỉ cần viết chung chung theo mẫu hướng dẫn, vì ứng viên có thể được phỏng vấn với nhiều doanh nghiệp cùng lúc. Như vậy ứng viên có thể sử dụng một bản thư động lực cho nhiều công ty)\n" +"- Chốt lại khẳng định thực sự muốn trở thành nhân viên của công ty đó." +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_phan_cuoi +msgid "" +"- Ước muốn được tham gia phỏng vấn\n" +"- Cảm ơn vì sự chú ý." +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_lich_su_dao_tao__level_bat_dau_tham_gia__a1 +msgid "A1" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_lich_su_dao_tao__level_bat_dau_tham_gia__a2 +msgid "A2" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_lich_su_dao_tao__level_bat_dau_tham_gia__a3 +msgid "A3" +msgstr "" + +#. module: cenhomes_student +#: model:res.groups,name:cenhomes_student.group_cenhomes_admin +msgid "Admin du học kép" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__bang +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__doi_tac_bang +msgid "Bang" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nguyen_vong_sinh_song_tai_duc +msgid "Bạn có nguyện vọng sinh sống tại đâu ở CHLB Đức?" +msgstr "Wo möchten Sie in Deutschland leben?" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nguoi_than_tai_duc +msgid "Bạn có người nhà / người thân bên CHLB Đức không? (Nếu có thì ở đâu?)" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"Bạn có người thân hiện sinh sống tại CHLB Đức\n" +" không? Quan hệ thế nào? Người thân đang làm gì? ở bang nào nước Đức?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__nguoi_than_tai_duc +msgid "" +"Bạn có người thân hiện sinh sống tại CHLB Đức không? Quan hệ thế nào? Người " +"thân đang làm gì? ở bang nào nước Đức?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__linh_vuc_muon_phat_trien +msgid "Bạn muốn phát triển sự nghiệp trong lĩnh vực gì?" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"Bạn đã từng học tiếng Đức hay chưa? Nếu có đã đạt\n" +" trình độ nào (A1, A2, B1, B2, C1, C2)? Chứng chỉ B1 được cấp khi nào? Chứng\n" +" chỉ của đơn vị nào cấp?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__thong_tin_tieng_duc +msgid "" +"Bạn đã từng học tiếng Đức hay chưa? Nếu có đã đạt trình độ nào (A1, A2, B1, " +"B2, C1, C2)? Chứng chỉ B1 được cấp khi nào? Chứng chỉ của đơn vị nào cấp?" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"Bạn đã từng mắc các bệnh truyền nhiễm, các bệnh\n" +" về tâm thần, các bệnh hạn chế vận động nào bao giờ chưa? Nếu có ghi cụ thể" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__benh_tat +msgid "" +"Bạn đã từng mắc các bệnh truyền nhiễm, các bệnh về tâm thần, các bệnh hạn " +"chế vận động nào bao giờ chưa? Nếu có ghi cụ thể" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"Bạn/gia đình bạn biết đến Chương trình của Cen\n" +" Academy qua nguồn nào?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__hieu_biet_cenacademy_qua_nguon +msgid "Bạn/gia đình bạn biết đến Chương trình của Cen Academy qua nguồn nào?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__thoi_gian_tu +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__thoi_gian_tu +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__thoi_gian_tu +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__thoi_gian_tu +msgid "Bắt đầu" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Bắt đầu *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_thong_tin_giao_duc__loai_bang_cap__postgraduate +msgid "Cao học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_thong_tin_giao_duc__loai_bang_cap__college +msgid "Cao đẳng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.module.category,description:cenhomes_student.module_category_cenhomes_du_hoc_kep +msgid "Category for duhockep.vn" +msgstr "" + +#. module: cenhomes_student +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_root1 +msgid "Cen Academy" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__chuyen_nganh +msgid "Chuyên ngành" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Chuyên ngành (từ trung cấp trở lên)" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__chuong_trinh_dang_ky__chuyendoivanbang +msgid "Chuyển đổi văn bằng" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_search +msgid "Chưa gửi mail" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__chua_duoc_tiep_nhan +msgid "Chưa được tiếp nhận" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_cv__chua_dat +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_thu_dong_luc__chua_dat +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_video_gioi_thieu_ban_than__chua_dat +msgid "Chưa đạt" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_ket_qua__failed +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_ket_qua__failed +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_ket_qua__failed +msgid "Chưa đủ điều kiện" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_chuong_trinh_tham_gia +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__chuong_trinh_tham_gias +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Chương trình tham gia" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__chuong_trinh_dang_ky +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Chương trình đăng ký" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__chuc_vu +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__doi_tac_chuc_vu +msgid "Chức vụ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_chung_chi +msgid "Chứng chỉ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_phu_huynh__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_cham_soc__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__create_uid +msgid "Created by" +msgstr "Erstellt von" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__create_date +msgid "Created on" +msgstr "Erstellt am" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__cac_hoat_dong_khac +msgid "Các hoạt động khác" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Các hoạt động khác *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__dang_ky_hoc_tieng_duc__y +msgid "Có" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__cong_viec_chinh +msgid "Công việc chính" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Công việc chính *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_co_so +#: model:ir.model,name:cenhomes_student.model_cenhomes_co_so +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__co_so_hoc +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_co_so +msgid "Cơ sở đào tạo" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__can_bo_sung +msgid "Cẩn bổ sung" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_hoc_vien +msgid "DUHOCKEP học viên" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_hoc_vien_phong_thu_tuc +msgid "DUHOCKEP học viên phòng thủ tục" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh2 +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh3 +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh4 +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh5 +msgid "Danh mục học viên có nguyện vọng ngành" +msgstr "Die Liste der Berufswünsche" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_nhom_nganh__menu__1 +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh +msgid "Danh mục học viên có nguyện vọng ngành 1" +msgstr "Die Liste der Berufswünsche" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_nhom_nganh__menu__2 +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh2 +msgid "Danh mục học viên có nguyện vọng ngành 2" +msgstr "Die Liste der Berufswünsche 2" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_nhom_nganh__menu__3 +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh3 +msgid "Danh mục học viên có nguyện vọng ngành 3" +msgstr "Die Liste der Berufswünsche 3" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_nhom_nganh__menu__4 +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh4 +msgid "Danh mục học viên có nguyện vọng ngành 4" +msgstr "Die Liste der Berufswünsche 4" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_nhom_nganh__menu__5 +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh5 +msgid "Danh mục học viên có nguyện vọng ngành 5" +msgstr "Die Liste der Berufswünsche 5" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_nhom_nganh__menu__6 +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh6 +msgid "Danh mục học viên có nguyện vọng ngành 6" +msgstr "Die Liste der Berufswünsche 6" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_nhom_nganh__menu__7 +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh7 +msgid "Danh mục học viên có nguyện vọng ngành 7" +msgstr "Die Liste der Berufswünsche 7" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__chuong_trinh_dang_ky__duhockep +msgid "Du học kép" +msgstr "" + +#. module: cenhomes_student +#: model:ir.module.category,name:cenhomes_student.module_category_cenhomes_du_hoc_kep +msgid "Du học kép management" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__email +msgid "Email" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Email *" +msgstr "Mail *" + +#. module: cenhomes_student +#. odoo-python +#: code:addons/cenhomes_student/models/models.py:0 +#: code:addons/cenhomes_student/models/models_phong_thu_tuc.py:0 +#, python-format +msgid "Email không đúng định dạng" +msgstr "" + +#. module: cenhomes_student +#. odoo-python +#: code:addons/cenhomes_student/models/models.py:0 +#: code:addons/cenhomes_student/models/models_phong_thu_tuc.py:0 +#, python-format +msgid "Email đã tồn tại" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.constraint,message:cenhomes_student.constraint_cenhomes_hoc_vien_email_unique +#: model:ir.model.constraint,message:cenhomes_student.constraint_cenhomes_hoc_vien_phong_thu_tuc_email_unique +msgid "Email đã tồn tại trong hệ thống!" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "FORM ĐĂNG KÝ HỌC VIÊN" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__files +msgid "Files" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__gesamtpunkte +msgid "Gesamtpunkte" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__gesamtpunkte_100 +msgid "Gesamtpunkte (100)" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__ghi_chu_visa +msgid "Ghi chú" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__ghi_chu +msgid "Ghi chú thông tin về hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__gioi_tinh +msgid "Giới tính" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_search +msgid "Group By..." +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_form +msgid "Gửi Email thông báo" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__horen +msgid "Horen" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__hoan_thanh_thu_tuc_va_dao_tao_tai_vn +msgid "Hoàn thành thủ tục và đào tạo tại VN" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__noi_dao_tao__hanoi +msgid "Hà Nội" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_hinh_thuc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_hinh_thuc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_hinh_thuc +msgid "Hình thức" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__hinh_thuc_dao_tao +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Hình thức đào tạo" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Hướng dẫn chụp ảnh sơ yếu lý lịch" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ho +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__ho +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Họ" +msgstr "Nachname" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Họ *" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"Họ tên anh/chị/em/ruột, nghề nghiệp, địa chỉ (nếu\n" +" có)" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__anh_chi_em +msgid "Họ tên anh/chị/em/ruột, nghề nghiệp, địa chỉ (nếu có)" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__bo_ho_ten +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Họ tên bố" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__con_ruot +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Họ tên con" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__me_ho_ten +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Họ tên mẹ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_ho_ten +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Họ tên vợ/chồng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_ho_ten +msgid "Họ tên vợ/chồng (nếu có)" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_hoc_vien +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_phu_huynh__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_cham_soc__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__hoc_vien_id +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_hoc_vien1 +msgid "Học viên" +msgstr "" + +#. module: cenhomes_student +#: model:res.groups,name:cenhomes_student.group_cenhomes_hoc_vien +msgid "Học viên du học kép" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_hoc_vien_phong_thu_tuc +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_hoc_vien_phong_thu_tuc +msgid "Học viên đăng ký mới" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__noi_dao_tao__hochiminh +msgid "Hồ Chí Minh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ho_so_chung_chis +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Hồ sơ chứng chỉ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__ho_so_tai_lieu_check_list_xin_visa +msgid "Hồ sơ tài liệu check list của 1 bộ Xin Visa" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_ho_so_visa +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__tinh_trang_ho_so_visas +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Hồ sơ visa" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__id +msgid "ID" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__is_favorite +msgid "Is Favorite" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__khung_chuong_trinh +msgid "Khung chương trình" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dong_luc__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dung_gio__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_nghe__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_noi__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kien_thuc_nghe__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_muc_do_phu_hop__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_phong_thai__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_thai_do_nghiem_tuc__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_than_thien__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dong_luc__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dung_gio__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_nghe__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_noi__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kien_thuc_nghe__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_muc_do_phu_hop__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_phong_thai__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_thai_do_nghiem_tuc__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_than_thien__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dong_luc__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dung_gio__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_nghe__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_noi__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kien_thuc_nghe__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_muc_do_phu_hop__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_phong_thai__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_thai_do_nghiem_tuc__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_than_thien__4 +msgid "Khá" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__gioi_tinh__other +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__lang_other +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_lich_su_dao_tao__loai_hinh_hoc__edu_type_other +msgid "Khác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__khoa +msgid "Khóa" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__khoa_hoc +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Khóa học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__dang_ky_hoc_tieng_duc__n +msgid "Không" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__ket_qua_chung__failed +msgid "Không tiếp nhận" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.page_404 +msgid "Không tìm thấy trang!" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_nghe +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_nghe +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_nghe +msgid "Khả năng nghe" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_noi +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_noi +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_noi +msgid "Khả năng nói" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kien_thuc_nghe +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kien_thuc_nghe +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kien_thuc_nghe +msgid "Kiến thức nghề" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dong_luc__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dung_gio__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_nghe__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_noi__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kien_thuc_nghe__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_muc_do_phu_hop__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_phong_thai__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_thai_do_nghiem_tuc__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_than_thien__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dong_luc__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dung_gio__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_nghe__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_noi__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kien_thuc_nghe__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_muc_do_phu_hop__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_phong_thai__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_thai_do_nghiem_tuc__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_than_thien__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dong_luc__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dung_gio__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_nghe__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_noi__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kien_thuc_nghe__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_muc_do_phu_hop__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_phong_thai__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_thai_do_nghiem_tuc__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_than_thien__2 +msgid "Kém" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_ket_qua +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Kết quả lần 1" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_ket_qua +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_ket_qua +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Kết quả lần 2" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Kết quả lần 3" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__ket_qua_so_tuyen +msgid "Kết quả sơ tuyển" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__ket_qua_dat_duoc +msgid "Kết quả đạt được" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__thoi_gian_den +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__thoi_gian_den +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__thoi_gian_den +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__thoi_gian_den +msgid "Kết thúc" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Kết thúc *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__ky +msgid "Kỳ" +msgstr "" + +#. module: cenhomes_student +#. odoo-javascript +#: code:addons/cenhomes_student/static/src/components/copy_link_form/copy_link_form.xml:0 +#, python-format +msgid "LINK FORM" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc____last_update +msgid "Last Modified on" +msgstr "Letzte Änderung am" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__write_uid +msgid "Last Updated by" +msgstr "Zuletzt aktualisiert von" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__write_date +msgid "Last Updated on" +msgstr "Zuletzt aktualisiert am" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__lesen +msgid "Lesen" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__level_bat_dau_tham_gia +msgid "Level khi bắt đầu tham gia học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__link_ho_so +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Link hồ sơ" +msgstr "Profil-Link" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__loai_bang +msgid "Loại bằng" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Loại bằng *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__loai_bang_cap +msgid "Loại bằng cấp" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Loại bằng cấp *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__loai_file +msgid "Loại file" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__loai_hinh_hoc +msgid "Loại hình học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu +msgid "Loại ngôn ngữ" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Loại ngôn ngữ *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_lich_su_ho_so +msgid "Lịch sử hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_lich_su_dao_tao +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__lich_su_dao_taos +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Lịch sử đào tạo" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_phan_dau +msgid "Lời chào và mở đầu" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Lời chào và mở đầu *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_operations +msgid "Modules" +msgstr "Modul" + +#. module: cenhomes_student +#. odoo-python +#: code:addons/cenhomes_student/models/models.py:0 +#, python-format +msgid "Mã học viên đã tồn tại" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.constraint,message:cenhomes_student.constraint_cenhomes_hoc_vien_ma_ho_so_unique +msgid "Mã học viên đã tồn tại trong hệ thống!" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ma_ho_so +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__ma_ho_so +msgid "Mã hồ sơ" +msgstr "Profil-Code" + +#. module: cenhomes_student +#. odoo-python +#: code:addons/cenhomes_student/models/models_phong_thu_tuc.py:0 +#, python-format +msgid "Mã hồ sơ đã tồn tại" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__ma_don_vi +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__doi_tac_ma_don_vi +msgid "Mã đối tác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__mo_ta +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__mo_ta +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Mô tả" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__ket_qua_chung +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_muc_do_phu_hop +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_muc_do_phu_hop +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_muc_do_phu_hop +msgid "Mức độ phù hợp" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__gioi_tinh__male +msgid "Nam" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__bo_nghe_nghiep +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__me_nghe_nghiep +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_nghe_nghiep +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_nghe_nghiep +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_nghe_nghiep +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_nghe_nghiep +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Nghề nghiệp" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__me_nghe_nghiep +msgid "Nghề nghiệp mẹ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__bo_nghe_nghiep +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_nghe_nghiep +msgid "Nghề nghiệp vợ chồng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_chuyen_nganh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nganh_nghe_muon_hoc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nghe_nghiep +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nghe_nghiep_2 +msgid "Nguyện vọng ngành" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nganh_nghe_muon_hoc_2 +msgid "Nguyện vọng ngành 2" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__tren_cap_iii_nganh_hoc +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Ngành học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__nganh_hoc_mong_muon +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Ngành học mong muốn" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__cccd_ngay_cap +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__cccd_ngay_cap +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Ngày cấp CCCD" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__ngay_cap_nhat +msgid "Ngày cập nhật" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ngay_cap_nhat_lan_cuoi +msgid "Ngày cập nhật lần cuối" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ngay_cap_nhat_trang_thai_dao_tao +msgid "Ngày cập nhật trạng thái Đào tạo lần cuối" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__ngay_ket_noi +msgid "Ngày kết nối" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__ngay_nop_visa +msgid "Ngày nộp visa" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ngay_thang_nam_sinh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__ngay_thang_nam_sinh +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Ngày sinh" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Ngày sinh *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__ngay_so_tuyen +msgid "Ngày sơ tuyển" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ngay_tao_ho_so +msgid "Ngày tạo hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Ngày tạo hồ sơ *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__ngay_dang_ky_tham_gia +msgid "Ngày đăng ký tham gia" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__ngay_duoc_duyet +msgid "Ngày được duyệt visa" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__ngay_dat_chung_chi_A1 +msgid "Ngày đạt chứng chỉ A1" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__ngay_dat_chung_chi_A2 +msgid "Ngày đạt chứng chỉ A2" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__ngay_dat_chung_chi_B1 +msgid "Ngày đạt chứng chỉ B1" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__ngay_dat_chung_chi_B2 +msgid "Ngày đạt chứng chỉ B2" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__ngon_ngu_file +msgid "Ngôn ngữ file" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__nguoi_cap_nhat +msgid "Người cập nhật" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nguoi_cap_nhat_lan_cuoi +msgid "Người cập nhật lần cuối" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__nguoi_thuc_hien +msgid "Người thực hiện" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nguoi_tao_ho_so +msgid "Người tạo hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__nguoi_dai_dien +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__doi_tac_nguoi_dai_dien +msgid "Người đại diện" +msgstr "" + +#. module: cenhomes_student +#: model:res.groups,name:cenhomes_student.group_cenhomes_sale +msgid "Nhân viên kinh doanh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__sale +msgid "Nhân viên kinh doanh phụ trách" +msgstr "" + +#. module: cenhomes_student +#: model:res.groups,name:cenhomes_student.group_cenhomes_phong_thu_tuc +msgid "Nhân viên phòng thủ tục" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_nhom_nganh +#: model:ir.model,name:cenhomes_student.model_cenhomes_nhom_nganh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__nhom_nganh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nhom_nganh_muon_hoc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_nhom_nganh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_nhom_nganh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_nhom_nganh +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_nhom_nganh +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_search +msgid "Nhóm ngành" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nhom_nganh_muon_hoc_2 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_search +msgid "Nhóm ngành 2" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_nhan_xet +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_nhan_xet +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_nhan_xet +msgid "Nhận xét" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Nhập dưới dạng MM/YYYY hoặc DD/MM/YYY" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__tren_cap_iii_nam_hoc +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Năm học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__bo_nam_sinh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__me_nam_sinh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_nam_sinh +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Năm sinh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__me_nam_sinh +msgid "Năm sinh mẹ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__bo_nam_sinh +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_nam_sinh +msgid "Năm sinh vợ chồng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__truong_cap_iii_nam_tot_nghiep +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Năm tốt nghiệp" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__truong_cap_iii_nam_tot_nghiep +msgid "Năm tốt nghiệp trường cấp III/PTTH " +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__cccd_noi_cap +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__cccd_noi_cap +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Nơi cấp CCCD" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__dia_diem_gui_cv +msgid "Nơi gửi CV" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Nơi gửi CV *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__noi_dao_tao +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Nơi đào tạo" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__gioi_tinh__female +msgid "Nữ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_lich_su_dao_tao__loai_hinh_hoc__offline +msgid "Offline" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_lich_su_dao_tao__loai_hinh_hoc__online +msgid "Online" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__chuong_trinh_dang_ky__online-khoale +msgid "Online - Khóa lẻ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_chung_chi__loai_file__pdf +msgid "PDF" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_phong_thai +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_phong_thai +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_phong_thai +msgid "Phong thái" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_phan_chinh +msgid "Phần chính" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Phần chính *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_phan_cuoi +msgid "Phần cuối" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Phần cuối *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_ket_thu +msgid "Phần kết thư" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Phần kết thư *" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Phỏng vấn lần 1" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Phỏng vấn lần 2" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Phỏng vấn lần 3" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__quan_he_hoc_vien_doi_tacs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Quan hệ học viên - đối tác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_quan_he_hoc_vien_doi_tac +msgid "Quan hệ học viên đối tác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__que_quan +msgid "Quê quán" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Quê quán *" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_form +msgid "Quản lý" +msgstr "" + +#. module: cenhomes_student +#: model:res.groups,name:cenhomes_student.group_cenhomes_manager +msgid "Quản lý du học kép" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__quoc_tich +msgid "Quốc tịch" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Quốc tịch *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dong_luc__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dung_gio__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_nghe__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_noi__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kien_thuc_nghe__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_muc_do_phu_hop__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_phong_thai__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_thai_do_nghiem_tuc__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_than_thien__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dong_luc__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dung_gio__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_nghe__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_noi__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kien_thuc_nghe__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_muc_do_phu_hop__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_phong_thai__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_thai_do_nghiem_tuc__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_than_thien__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dong_luc__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dung_gio__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_nghe__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_noi__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kien_thuc_nghe__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_muc_do_phu_hop__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_phong_thai__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_thai_do_nghiem_tuc__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_than_thien__1 +msgid "Rất kém" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__stt +msgid "STT" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"Sau khi tốt nghiệp (bậc học cao nhất), bạn đã làm\n" +" việc gì, ở đâu, vào khoảng thời gian nào? Vui lòng ghi chi tiết?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__viec_lam_sau_tot_nghiep +msgid "" +"Sau khi tốt nghiệp (bậc học cao nhất), bạn đã làm việc gì, ở đâu, vào khoảng" +" thời gian nào? Vui lòng ghi chi tiết?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__schreiben +msgid "Schreiben" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_danh_muc_co_nguyen_vong_filter +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_danh_muc_co_nguyen_vong_filter2 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_danh_muc_co_nguyen_vong_filter3 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_danh_muc_co_nguyen_vong_filter4 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_danh_muc_co_nguyen_vong_filter5 +msgid "Search học viên theo nguyện vọng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__sprechen +msgid "Sprechen" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__cccd +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__cccd +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Số CCCD" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__phone +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__bo_so_dien_thoai +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__me_so_dien_thoai +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_so_dien_thoai +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Số điện thoại" +msgstr "" + +#. module: cenhomes_student +#. odoo-python +#: code:addons/cenhomes_student/models/models_phong_thu_tuc.py:0 +#, python-format +msgid "Số điện thoại không đúng định dạng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__so_dien_thoai_khan_cap +msgid "Số điện thoại khẩn cấp" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__so_dien_thoai_lien_he +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__so_dien_thoai_lien_he_hidden +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__so_dien_thoai_lien_he +msgid "Số điện thoại liên hệ" +msgstr "Telefonnummer" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__me_so_dien_thoai +msgid "Số điện thoại mẹ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__bo_so_dien_thoai +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_so_dien_thoai +msgid "Số điện thoại vợ chồng" +msgstr "" + +#. module: cenhomes_student +#. odoo-python +#: code:addons/cenhomes_student/models/models_phong_thu_tuc.py:0 +#, python-format +msgid "Số điện thoại đã tồn tại" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.constraint,message:cenhomes_student.constraint_cenhomes_hoc_vien_phong_thu_tuc_phone_unique +msgid "Số điện thoại đã tồn tại trong hệ thống!" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__so_thich +msgid "Sở thích" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Sở thích *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_thong_tin_giao_duc__loai_bang_cap__middle_school +msgid "THCS" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_thong_tin_giao_duc__loai_bang_cap__high_school +msgid "THPT" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_form +msgid "THÔNG TIN GIA ĐÌNH" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_form +msgid "THÔNG TIN TRƯỜNG HỌC" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__thanh_pho +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__doi_tac_thanh_pho +msgid "Thành phố" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_thai_do_nghiem_tuc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_thai_do_nghiem_tuc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_thai_do_nghiem_tuc +msgid "Thái độ nghiêm túc" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_than_thien +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_than_thien +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_than_thien +msgid "Thân thiện" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin cá nhân" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__thong_tin_giao_ducs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin giáo dục / đào tạo" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_thong_tin_giao_duc +msgid "Thông tin giáo dục / đào tạo của học viên" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__thong_tin_phu_huynhs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin phụ huynh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_thong_tin_phu_huynh +msgid "Thông tin phụ huynh của học viên" +msgstr "" + + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__lich_su_cham_socs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Lịch sử chăm sóc" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_lich_su_cham_soc +msgid "Lịch sử chăm sóc học viên" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_form +msgid "Thông tin khác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_kinh_nghiem_lam_viec +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__kinh_nghiem_lam_viecs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin kinh nghiệm làm việc" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_ky_nang_khac +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ky_nang_khacs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin kỹ năng khác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_ky_nang_ngon_ngu +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ky_nang_ngon_ngus +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin kỹ năng ngôn ngữ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_ky_nang_tin_hoc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ky_nang_tin_hocs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin kỹ năng tin học" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin liên hệ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__lich_su_update_ho_so +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin lịch sử Update hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_thu_dong_luc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__thu_dong_lucs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thư động lực" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_thoi_gian +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_thoi_gian +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_thoi_gian +msgid "Thời gian" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__english +msgid "Tiếng Anh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__bengali +msgid "Tiếng Bengali" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__portuguese +msgid "Tiếng Bồ Đào Nha" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__hindi +msgid "Tiếng Hindi" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__korean +msgid "Tiếng Hàn Quốc" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__japanese +msgid "Tiếng Nhật Bản" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__french +msgid "Tiếng Pháp" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__chinese +msgid "Tiếng Trung" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__spanish +msgid "Tiếng Tây Ban Nha" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__vietnamese +msgid "Tiếng Việt" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__german +msgid "Tiếng Đức" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__arabic +msgid "Tiếng Ả Rập" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_thong_tin_giao_duc__loai_bang_cap__primary_school +msgid "Tiểu học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dong_luc__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dung_gio__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_nghe__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_noi__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kien_thuc_nghe__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_muc_do_phu_hop__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_phong_thai__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_thai_do_nghiem_tuc__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_than_thien__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dong_luc__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dung_gio__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_nghe__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_noi__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kien_thuc_nghe__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_muc_do_phu_hop__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_phong_thai__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_thai_do_nghiem_tuc__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_than_thien__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dong_luc__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dung_gio__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_nghe__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_noi__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kien_thuc_nghe__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_muc_do_phu_hop__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_phong_thai__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_thai_do_nghiem_tuc__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_than_thien__3 +msgid "Trung bình" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_thong_tin_giao_duc__loai_bang_cap__intermediate_school +msgid "Trung cấp" +msgstr "" + +#. module: cenhomes_student +#. odoo-python +#: code:addons/cenhomes_student/models/models.py:0 +#, python-format +msgid "Trung cấp/Cao đẳng/Đại học/Cao học yêu cầu nhập điểm và chuyên ngành" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__trinh_do +msgid "Trình độ" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Trình độ (Mô tả chi tiết) *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trinh_do_tieng_duc +msgid "Trình độ tiếng Đức" +msgstr "Niveaustufe" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_ky_nang_khac__mo_ta +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__mo_ta +msgid "Trình độ đạt được, bằng cấp (nếu có)" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__tren_cap_iii +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Trường Trung cấp/Cao đẳng/Đại học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__truong_cap_iii +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Trường cấp III/PTTH" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trang_thai_cv +msgid "Trạng thái CV" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trang_thai_thu_dong_luc +msgid "Trạng thái Thư động lực" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trang_thai_video_gioi_thieu_ban_than +msgid "Trạng thái Video giới thiệu bản thân" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trang_thai_chung +msgid "Trạng thái chung" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trang_thai_ho_so +msgid "Trạng thái hồ sơ hiện có" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__gui_mail +msgid "Trạng thái mail" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trang_thai_nhap_lieu +msgid "Trạng thái nhập liệu" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trang_thai_dao_tao +msgid "Trạng thái đào tạo" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__tuoi +msgid "Tuổi" +msgstr "Alter" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Tài liệu" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ten +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__ten +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Tên" +msgstr "Vorname" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Tên *" +msgstr "Vorname *" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__ten_chuong_trinh +msgid "Tên chương trình" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__ten_cong_ty +msgid "Tên công ty" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Tên công ty *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__ten_co_so_giao_duc +msgid "Tên cơ sở giáo dục" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Tên cơ sở giáo dục *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__ten_file +msgid "Tên file" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__ten_ky_nang +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__ten_ky_nang +msgid "Tên kỹ năng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__ten_chuyen_nganh +msgid "Tên nguyện vọng ngành" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__ten_nhom_nganh +msgid "Tên nhóm ngành" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_ten +msgid "Tên thư động lực" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Tên thư động lực *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__ten +msgid "Tên đối tác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_chu_nhiem__name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_day_tieng__name +msgid "Họ tên" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_chu_nhiem__ngay_sinh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_day_tieng__ngay_sinh +msgid "Ngày sinh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_chu_nhiem__gioi_tinh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_day_tieng__gioi_tinh +msgid "Giới tính" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_chu_nhiem__ngay_gia_nhap +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_day_tieng__ngay_gia_nhap +msgid "Ngày gia nhập" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_chu_nhiem__trang_thai +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_day_tieng__trang_thai +msgid "Trạng thái" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_day_tieng__trinh_do_tieng +msgid "Trình độ tiếng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_day_tieng__bang_cap_tieng +msgid "Bằng cấp tiếng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__tinh_trang_hon_nhan +msgid "Tình trạng hôn nhân" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Tình trạng hôn nhân *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien__tinh_trang_hon_nhan +msgid "Tình trạng hôn nhân, anh chị em ruột, con ruột" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__tinh_trang_ho_so +msgid "Tình trạng hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__tinh_trang_visa +msgid "Tình trạng visa" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dong_luc__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dung_gio__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_nghe__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_noi__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kien_thuc_nghe__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_muc_do_phu_hop__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_phong_thai__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_thai_do_nghiem_tuc__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_than_thien__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dong_luc__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dung_gio__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_nghe__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_noi__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kien_thuc_nghe__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_muc_do_phu_hop__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_phong_thai__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_thai_do_nghiem_tuc__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_than_thien__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dong_luc__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dung_gio__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_nghe__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_noi__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kien_thuc_nghe__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_muc_do_phu_hop__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_phong_thai__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_thai_do_nghiem_tuc__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_than_thien__5 +msgid "Tốt" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__to_chuc_cap +msgid "Tổ chức cấp" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "View CV" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__vi_tri_lam_viec +msgid "Vị trí làm việc" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Vị trí làm việc *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__vi_tri_ung_tuyen +msgid "Vị trí ứng tuyển" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Vị trí ứng tuyển *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__website_cong_ty +msgid "Website công ty" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_chung_chi__loai_file__word +msgid "Word" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_tree1 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_tree2 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_tree3 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_tree4 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_tree5 +msgid "Xem hồ sơ" +msgstr "Unterlagen anschauen" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Xem thư" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_phan_chinh +msgid "" +"a) Quá trình học tập và làm việc\n" +"- Giới thiệu ngắn gọn về quá trình học tập và kinh nghiệm làm việc đã tích lũy\n" +"- Những thành tích đã có được trong quá trình làm việc\n" +"\n" +"b) Tại sao lại là nước Đức để làm việc?\n" +"- Kể từ khi nào bạn có động lực, mục tiêu và ước mong muốn đến Đức?\n" +"- Tại sao bạn lại chọn Đức mà không phải một đất nước nào khác? Ví dụ: thích điều gì đó tại Đức, các điều bạn biết về nước Đức, gia đình, bạn bè, người thân, phúc lợi xã hội tốt, bảo hiểm …. như thế nào?\n" +"- Tại sao bạn lại lựa chọn đi theo diện công nhận văn bằng, mục tiêu của bạn khi tới Đức và trở thành một công nhân lành nghề?\n" +"\n" +"c) Sở thích và các đáp ứng được cho yêu cầu từ nhà tuyển dụng\n" +"- Hãy nói về con người bản thân, ví dụ những kỹ năng bạn đã tích luỹ, sở thích thực sự liên quan tới ngành nghề mà bạn ứng tuyển.\n" +"- Các hoạt động thường ngày liên quan tới công việc." +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_chung_chi__loai_file__file_type_other +msgid "khác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__menu +msgid "menu" +msgstr "" + +#. module: cenhomes_student +#. odoo-javascript +#: code:addons/cenhomes_student/static/src/components/danh_muc_nguyen_vong/danh_muc_nguyen_vong_nganh_control_panel.js:0 +#, python-format +msgid "ten_nhom_nganh" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_form +msgid "thông tin bố/mẹ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__dang_lam_thu_tuc_va_dao_tao +msgid "Đang làm thủ tục và đào tạo" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Điền kết thư" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Điền phần chính" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Điền phần cuối" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Điền phần đầu" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Điền tên thư động lực" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__diem_thi +msgid "Điểm thi" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Điểm thi (từ trung cấp trở lên)" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__hinh_thuc_dao_tao__daotaoonline +msgid "Đào tạo online" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__hinh_thuc_dao_tao__daotaotaptrung +msgid "Đào tạo tập trung" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__da_bay +msgid "Đã bay" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__chuong_trinh_dang_ky__dacob1 +msgid "Đã có B1" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_search +msgid "Đã gửi mail" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__da_tiep_nhan_tai_duc +msgid "Đã tiếp nhận học viên tại Đức" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__da_trao_visa +msgid "Đã trao visa" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dung_gio +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dung_gio +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dung_gio +msgid "Đúng giờ" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Đăng ký" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__dang_ky_hoc_tieng_duc +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Đăng ký học tiếng Đức" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.notify_create_new_hoc_vien +msgid "Đăng ký thành công học viên!" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__don_du_tuyen +msgid "Đơn dự tuyển" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__duoc_tiep_nhan +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__ket_qua_chung__passed +msgid "Được tiếp nhận" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_thong_tin_giao_duc__loai_bang_cap__university +msgid "Đại học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_cv__dat +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_thu_dong_luc__dat +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_video_gioi_thieu_ban_than__dat +msgid "Đạt yêu cầu" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_ket_qua__passed +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_ket_qua__passed +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_ket_qua__passed +msgid "Đạt điều kiện" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__day_du_ho_so +msgid "Đầy đủ hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__tren_cap_iii_dia_chi +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__truong_cap_iii_dia_chi +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Địa chỉ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__email +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__email_hidden +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__email +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Địa chỉ Email" +msgstr "Mail" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__dia_chi_hien_tai +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Địa chỉ hiện tại" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__dia_chi_thuong_tru +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__dia_chi_thuong_tru +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Địa chỉ thường trú" +msgstr "Adresse" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Địa chỉ thường trú *" +msgstr "Adresse *" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_dia_diem +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_dia_diem +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_dia_diem +msgid "Địa điểm" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__dia_diem +msgid "Địa điểm (Nhập Quận/Huyện, Thành phố, Đất nước)" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Địa điểm (Nhập Quận/Huyện, Thành phố, Đất nước) *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so__dia_chi +msgid "Địa điểm cơ sở" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__dia_diem_lam_viec +msgid "Địa điểm làm việc (Nhập Thành phố, Đất nước)" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Địa điểm làm việc (Nhập Thành phố, Đất nước) *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__dia_diem_so_tuyen +msgid "Địa điểm sơ tuyển" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_form +msgid "Định danh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_du_hoc_kep_doi_tac +#: model:ir.model,name:cenhomes_student.model_cenhomes_du_hoc_kep_doi_tac +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__doi_tac +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__doi_tac +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_du_hoc_kep_doi_tac +msgid "Đối tác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_giao_vien_chu_nhiem +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_giao_vien_chu_nhiem +msgid "Giáo viên chủ nhiệm" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_giao_vien_day_tieng +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_giao_vien_day_tieng +msgid "Giáo viên dạy tiếng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_quan_he_giao_vien_chu_nhiem_hoc_vien +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_quan_he_giao_vien_chu_nhiem_hoc_vien +msgid "Quan hệ GVCN - Học viên" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_quan_he_giao_vien_day_tieng_hoc_vien +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_quan_he_giao_vien_day_tieng_hoc_vien +msgid "Quan hệ Giáo viên dạy tiếng - Học viên" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_lop_hoc +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_lop_hoc +msgid "Lớp học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_lop_on +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_lop_on +msgid "Lớp ôn" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_chuyen_lop +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_chuyen_lop +msgid "Chuyển lớp" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_diem_danh +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_diem_danh +msgid "Điểm danh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_thoi_khoa_bieu +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_thoi_khoa_bieu +msgid "Thời khóa biểu" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_bao_luu +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_bao_luu +msgid "Bảo lưu" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_quan_ly_hoc_tap +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_quan_ly_hoc_tap +msgid "Quản lý học tập" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_quan_ly_thi_b1 +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_quan_ly_thi_b1 +msgid "Quản lý thi b1" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_quy_chuan_dao_tao +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_quy_chuan_dao_tao +msgid "Quy chuẩn đào tạo" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_ban_giao_hoc_vien +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_ban_giao_hoc_vien +msgid "Bàn giao học viên" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_bai_thi +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_bai_thi +msgid "Bài thi" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_ket_qua_thi +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_ket_qua_thi +msgid "Kết quả thi" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__do_uu_tien +msgid "Độ ưu tiên" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien__do_uu_tien +msgid "Độ ưu tiên càng cao thì thứ tự trên danh sách càng trên đầu" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dong_luc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dong_luc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dong_luc +msgid "Động lực" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_chung_chi__loai_file__image +msgid "Ảnh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__anh_cccd_mat_sau +msgid "Ảnh CCCD mặt sau" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__anh_cccd_mat_truoc +msgid "Ảnh CCCD mặt trước" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__anh_profile +msgid "Ảnh profile" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Ảnh profile *" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Ảnh upload" +msgstr "" diff --git a/cenhomes_student/i18n/en_US.po b/cenhomes_student/i18n/en_US.po new file mode 100644 index 0000000..8a2f951 --- /dev/null +++ b/cenhomes_student/i18n/en_US.po @@ -0,0 +1,2459 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * cenhomes_student +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-03-22 02:22+0000\n" +"PO-Revision-Date: 2024-03-22 02:22+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_ket_thu +msgid "- Chữ ký." +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_phan_dau +msgid "" +"- Thông tin cá nhân cơ bản, những điều quan trọng nhất và nổi bật nhất mà ứng viên muốn viết về bản thân mình, ví dụ như kinh nghiệm làm việc, sơ qua công ty đã làm.\n" +"- Thông qua đâu biết tới tin phỏng vấn, chương trình chuyển đổi văn bằng và đã tìm hiểu công ty đó như thế nào (phần tìm hiểu công ty chỉ cần viết chung chung theo mẫu hướng dẫn, vì ứng viên có thể được phỏng vấn với nhiều doanh nghiệp cùng lúc. Như vậy ứng viên có thể sử dụng một bản thư động lực cho nhiều công ty)\n" +"- Chốt lại khẳng định thực sự muốn trở thành nhân viên của công ty đó." +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_phan_cuoi +msgid "" +"- Ước muốn được tham gia phỏng vấn\n" +"- Cảm ơn vì sự chú ý." +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_lich_su_dao_tao__level_bat_dau_tham_gia__a1 +msgid "A1" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_lich_su_dao_tao__level_bat_dau_tham_gia__a2 +msgid "A2" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_lich_su_dao_tao__level_bat_dau_tham_gia__a3 +msgid "A3" +msgstr "" + +#. module: cenhomes_student +#: model:res.groups,name:cenhomes_student.group_cenhomes_admin +msgid "Admin du học kép" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__bang +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__doi_tac_bang +msgid "Bang" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nguyen_vong_sinh_song_tai_duc +msgid "Bạn có nguyện vọng sinh sống tại đâu ở CHLB Đức?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nguoi_than_tai_duc +msgid "Bạn có người nhà / người thân bên CHLB Đức không? (Nếu có thì ở đâu?)" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"Bạn có người thân hiện sinh sống tại CHLB Đức\n" +" không? Quan hệ thế nào? Người thân đang làm gì? ở bang nào nước Đức?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__nguoi_than_tai_duc +msgid "" +"Bạn có người thân hiện sinh sống tại CHLB Đức không? Quan hệ thế nào? Người " +"thân đang làm gì? ở bang nào nước Đức?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__linh_vuc_muon_phat_trien +msgid "Bạn muốn phát triển sự nghiệp trong lĩnh vực gì?" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"Bạn đã từng học tiếng Đức hay chưa? Nếu có đã đạt\n" +" trình độ nào (A1, A2, B1, B2, C1, C2)? Chứng chỉ B1 được cấp khi nào? Chứng\n" +" chỉ của đơn vị nào cấp?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__thong_tin_tieng_duc +msgid "" +"Bạn đã từng học tiếng Đức hay chưa? Nếu có đã đạt trình độ nào (A1, A2, B1, " +"B2, C1, C2)? Chứng chỉ B1 được cấp khi nào? Chứng chỉ của đơn vị nào cấp?" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"Bạn đã từng mắc các bệnh truyền nhiễm, các bệnh\n" +" về tâm thần, các bệnh hạn chế vận động nào bao giờ chưa? Nếu có ghi cụ thể" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__benh_tat +msgid "" +"Bạn đã từng mắc các bệnh truyền nhiễm, các bệnh về tâm thần, các bệnh hạn " +"chế vận động nào bao giờ chưa? Nếu có ghi cụ thể" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"Bạn/gia đình bạn biết đến Chương trình của Cen\n" +" Academy qua nguồn nào?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__hieu_biet_cenacademy_qua_nguon +msgid "Bạn/gia đình bạn biết đến Chương trình của Cen Academy qua nguồn nào?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__thoi_gian_tu +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__thoi_gian_tu +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__thoi_gian_tu +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__thoi_gian_tu +msgid "Bắt đầu" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Bắt đầu *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_thong_tin_giao_duc__loai_bang_cap__postgraduate +msgid "Cao học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_thong_tin_giao_duc__loai_bang_cap__college +msgid "Cao đẳng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.module.category,description:cenhomes_student.module_category_cenhomes_du_hoc_kep +msgid "Category for duhockep.vn" +msgstr "" + +#. module: cenhomes_student +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_root1 +msgid "Cen Academy" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__chuyen_nganh +msgid "Chuyên ngành" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Chuyên ngành (từ trung cấp trở lên)" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__chuong_trinh_dang_ky__chuyendoivanbang +msgid "Chuyển đổi văn bằng" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_search +msgid "Chưa gửi mail" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__chua_duoc_tiep_nhan +msgid "Chưa được tiếp nhận" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_cv__chua_dat +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_thu_dong_luc__chua_dat +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_video_gioi_thieu_ban_than__chua_dat +msgid "Chưa đạt" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_ket_qua__failed +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_ket_qua__failed +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_ket_qua__failed +msgid "Chưa đủ điều kiện" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_chuong_trinh_tham_gia +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__chuong_trinh_tham_gias +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Chương trình tham gia" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__chuong_trinh_dang_ky +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Chương trình đăng ký" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__chuc_vu +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__doi_tac_chuc_vu +msgid "Chức vụ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_chung_chi +msgid "Chứng chỉ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_phu_huynh__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_cham_soc__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__create_uid +msgid "Created by" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_phu_huynh__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_cham_soc__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__create_date +msgid "Created on" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__cac_hoat_dong_khac +msgid "Các hoạt động khác" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Các hoạt động khác *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__dang_ky_hoc_tieng_duc__y +msgid "Có" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__cong_viec_chinh +msgid "Công việc chính" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Công việc chính *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_co_so +#: model:ir.model,name:cenhomes_student.model_cenhomes_co_so +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__co_so_hoc +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_co_so +msgid "Cơ sở đào tạo" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__can_bo_sung +msgid "Cẩn bổ sung" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_hoc_vien +msgid "DUHOCKEP học viên" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_hoc_vien_phong_thu_tuc +msgid "DUHOCKEP học viên phòng thủ tục" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh2 +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh3 +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh4 +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh5 +msgid "Danh mục học viên có nguyện vọng ngành" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_nhom_nganh__menu__1 +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh +msgid "Danh mục học viên có nguyện vọng ngành 1" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_nhom_nganh__menu__2 +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh2 +msgid "Danh mục học viên có nguyện vọng ngành 2" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_nhom_nganh__menu__3 +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh3 +msgid "Danh mục học viên có nguyện vọng ngành 3" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_nhom_nganh__menu__4 +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh4 +msgid "Danh mục học viên có nguyện vọng ngành 4" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_nhom_nganh__menu__5 +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh5 +msgid "Danh mục học viên có nguyện vọng ngành 5" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_nhom_nganh__menu__6 +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh6 +msgid "Danh mục học viên có nguyện vọng ngành 6" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_nhom_nganh__menu__7 +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh7 +msgid "Danh mục học viên có nguyện vọng ngành 7" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__display_name +msgid "Display Name" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__chuong_trinh_dang_ky__duhockep +msgid "Du học kép" +msgstr "" + +#. module: cenhomes_student +#: model:ir.module.category,name:cenhomes_student.module_category_cenhomes_du_hoc_kep +msgid "Du học kép management" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__email +msgid "Email" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Email *" +msgstr "" + +#. module: cenhomes_student +#. odoo-python +#: code:addons/cenhomes_student/models/models.py:0 +#: code:addons/cenhomes_student/models/models_phong_thu_tuc.py:0 +#, python-format +msgid "Email không đúng định dạng" +msgstr "" + +#. module: cenhomes_student +#. odoo-python +#: code:addons/cenhomes_student/models/models.py:0 +#: code:addons/cenhomes_student/models/models_phong_thu_tuc.py:0 +#, python-format +msgid "Email đã tồn tại" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.constraint,message:cenhomes_student.constraint_cenhomes_hoc_vien_email_unique +#: model:ir.model.constraint,message:cenhomes_student.constraint_cenhomes_hoc_vien_phong_thu_tuc_email_unique +msgid "Email đã tồn tại trong hệ thống!" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "FORM ĐĂNG KÝ HỌC VIÊN" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__files +msgid "Files" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__gesamtpunkte +msgid "Gesamtpunkte" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__gesamtpunkte_100 +msgid "Gesamtpunkte (100)" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__ghi_chu_visa +msgid "Ghi chú" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__ghi_chu +msgid "Ghi chú thông tin về hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__gioi_tinh +msgid "Giới tính" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_search +msgid "Group By..." +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_form +msgid "Gửi Email thông báo" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__horen +msgid "Horen" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__hoan_thanh_thu_tuc_va_dao_tao_tai_vn +msgid "Hoàn thành thủ tục và đào tạo tại VN" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__noi_dao_tao__hanoi +msgid "Hà Nội" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_hinh_thuc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_hinh_thuc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_hinh_thuc +msgid "Hình thức" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__hinh_thuc_dao_tao +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Hình thức đào tạo" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Hướng dẫn chụp ảnh sơ yếu lý lịch" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ho +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__ho +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Họ" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Họ *" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"Họ tên anh/chị/em/ruột, nghề nghiệp, địa chỉ (nếu\n" +" có)" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__anh_chi_em +msgid "Họ tên anh/chị/em/ruột, nghề nghiệp, địa chỉ (nếu có)" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__bo_ho_ten +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Họ tên bố" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__con_ruot +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Họ tên con" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__me_ho_ten +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Họ tên mẹ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_ho_ten +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Họ tên vợ/chồng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_ho_ten +msgid "Họ tên vợ/chồng (nếu có)" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_hoc_vien +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__hoc_vien_id +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_hoc_vien1 +msgid "Học viên" +msgstr "" + +#. module: cenhomes_student +#: model:res.groups,name:cenhomes_student.group_cenhomes_hoc_vien +msgid "Học viên du học kép" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_hoc_vien_phong_thu_tuc +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_hoc_vien_phong_thu_tuc +msgid "Học viên đăng ký mới" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__noi_dao_tao__hochiminh +msgid "Hồ Chí Minh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ho_so_chung_chis +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Hồ sơ chứng chỉ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__ho_so_tai_lieu_check_list_xin_visa +msgid "Hồ sơ tài liệu check list của 1 bộ Xin Visa" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_ho_so_visa +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__tinh_trang_ho_so_visas +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Hồ sơ visa" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__id +msgid "ID" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__is_favorite +msgid "Is Favorite" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__khung_chuong_trinh +msgid "Khung chương trình" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dong_luc__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dung_gio__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_nghe__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_noi__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kien_thuc_nghe__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_muc_do_phu_hop__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_phong_thai__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_thai_do_nghiem_tuc__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_than_thien__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dong_luc__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dung_gio__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_nghe__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_noi__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kien_thuc_nghe__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_muc_do_phu_hop__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_phong_thai__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_thai_do_nghiem_tuc__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_than_thien__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dong_luc__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dung_gio__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_nghe__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_noi__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kien_thuc_nghe__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_muc_do_phu_hop__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_phong_thai__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_thai_do_nghiem_tuc__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_than_thien__4 +msgid "Khá" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__gioi_tinh__other +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__lang_other +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_lich_su_dao_tao__loai_hinh_hoc__edu_type_other +msgid "Khác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__khoa +msgid "Khóa" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__khoa_hoc +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Khóa học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__dang_ky_hoc_tieng_duc__n +msgid "Không" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__ket_qua_chung__failed +msgid "Không tiếp nhận" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.page_404 +msgid "Không tìm thấy trang!" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_nghe +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_nghe +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_nghe +msgid "Khả năng nghe" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_noi +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_noi +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_noi +msgid "Khả năng nói" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kien_thuc_nghe +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kien_thuc_nghe +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kien_thuc_nghe +msgid "Kiến thức nghề" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dong_luc__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dung_gio__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_nghe__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_noi__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kien_thuc_nghe__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_muc_do_phu_hop__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_phong_thai__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_thai_do_nghiem_tuc__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_than_thien__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dong_luc__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dung_gio__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_nghe__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_noi__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kien_thuc_nghe__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_muc_do_phu_hop__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_phong_thai__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_thai_do_nghiem_tuc__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_than_thien__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dong_luc__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dung_gio__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_nghe__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_noi__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kien_thuc_nghe__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_muc_do_phu_hop__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_phong_thai__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_thai_do_nghiem_tuc__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_than_thien__2 +msgid "Kém" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_ket_qua +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Kết quả lần 1" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_ket_qua +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_ket_qua +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Kết quả lần 2" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Kết quả lần 3" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__ket_qua_so_tuyen +msgid "Kết quả sơ tuyển" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__ket_qua_dat_duoc +msgid "Kết quả đạt được" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__thoi_gian_den +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__thoi_gian_den +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__thoi_gian_den +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__thoi_gian_den +msgid "Kết thúc" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Kết thúc *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__ky +msgid "Kỳ" +msgstr "" + +#. module: cenhomes_student +#. odoo-javascript +#: code:addons/cenhomes_student/static/src/components/copy_link_form/copy_link_form.xml:0 +#, python-format +msgid "LINK FORM" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc____last_update +msgid "Last Modified on" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__write_date +msgid "Last Updated on" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__lesen +msgid "Lesen" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__level_bat_dau_tham_gia +msgid "Level khi bắt đầu tham gia học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__link_ho_so +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Link hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__loai_bang +msgid "Loại bằng" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Loại bằng *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__loai_bang_cap +msgid "Loại bằng cấp" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Loại bằng cấp *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__loai_file +msgid "Loại file" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__loai_hinh_hoc +msgid "Loại hình học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu +msgid "Loại ngôn ngữ" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Loại ngôn ngữ *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_lich_su_ho_so +msgid "Lịch sử hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_lich_su_dao_tao +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__lich_su_dao_taos +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Lịch sử đào tạo" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_phan_dau +msgid "Lời chào và mở đầu" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Lời chào và mở đầu *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_operations +msgid "Modules" +msgstr "" + +#. module: cenhomes_student +#. odoo-python +#: code:addons/cenhomes_student/models/models.py:0 +#, python-format +msgid "Mã học viên đã tồn tại" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.constraint,message:cenhomes_student.constraint_cenhomes_hoc_vien_ma_ho_so_unique +msgid "Mã học viên đã tồn tại trong hệ thống!" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ma_ho_so +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__ma_ho_so +msgid "Mã hồ sơ" +msgstr "" + +#. module: cenhomes_student +#. odoo-python +#: code:addons/cenhomes_student/models/models_phong_thu_tuc.py:0 +#, python-format +msgid "Mã hồ sơ đã tồn tại" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__ma_don_vi +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__doi_tac_ma_don_vi +msgid "Mã đối tác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__mo_ta +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__mo_ta +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Mô tả" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__ket_qua_chung +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_muc_do_phu_hop +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_muc_do_phu_hop +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_muc_do_phu_hop +msgid "Mức độ phù hợp" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__gioi_tinh__male +msgid "Nam" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__bo_nghe_nghiep +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__me_nghe_nghiep +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_nghe_nghiep +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_nghe_nghiep +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_nghe_nghiep +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_nghe_nghiep +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Nghề nghiệp" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__me_nghe_nghiep +msgid "Nghề nghiệp mẹ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__bo_nghe_nghiep +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_nghe_nghiep +msgid "Nghề nghiệp vợ chồng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_chuyen_nganh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nganh_nghe_muon_hoc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nghe_nghiep +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nghe_nghiep_2 +msgid "Nguyện vọng ngành" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nganh_nghe_muon_hoc_2 +msgid "Nguyện vọng ngành 2" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__tren_cap_iii_nganh_hoc +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Ngành học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__nganh_hoc_mong_muon +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Ngành học mong muốn" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__cccd_ngay_cap +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__cccd_ngay_cap +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Ngày cấp CCCD" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__ngay_cap_nhat +msgid "Ngày cập nhật" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ngay_cap_nhat_lan_cuoi +msgid "Ngày cập nhật lần cuối" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ngay_cap_nhat_trang_thai_dao_tao +msgid "Ngày cập nhật trạng thái Đào tạo lần cuối" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__ngay_ket_noi +msgid "Ngày kết nối" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__ngay_nop_visa +msgid "Ngày nộp visa" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ngay_thang_nam_sinh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__ngay_thang_nam_sinh +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Ngày sinh" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Ngày sinh *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__ngay_so_tuyen +msgid "Ngày sơ tuyển" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ngay_tao_ho_so +msgid "Ngày tạo hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Ngày tạo hồ sơ *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__ngay_dang_ky_tham_gia +msgid "Ngày đăng ký tham gia" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__ngay_duoc_duyet +msgid "Ngày được duyệt visa" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__ngay_dat_chung_chi_A1 +msgid "Ngày đạt chứng chỉ A1" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__ngay_dat_chung_chi_A2 +msgid "Ngày đạt chứng chỉ A2" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__ngay_dat_chung_chi_B1 +msgid "Ngày đạt chứng chỉ B1" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__ngay_dat_chung_chi_B2 +msgid "Ngày đạt chứng chỉ B2" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__ngon_ngu_file +msgid "Ngôn ngữ file" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__nguoi_cap_nhat +msgid "Người cập nhật" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nguoi_cap_nhat_lan_cuoi +msgid "Người cập nhật lần cuối" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__nguoi_thuc_hien +msgid "Người thực hiện" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nguoi_tao_ho_so +msgid "Người tạo hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__nguoi_dai_dien +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__doi_tac_nguoi_dai_dien +msgid "Người đại diện" +msgstr "" + +#. module: cenhomes_student +#: model:res.groups,name:cenhomes_student.group_cenhomes_sale +msgid "Nhân viên kinh doanh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__sale +msgid "Nhân viên kinh doanh phụ trách" +msgstr "" + +#. module: cenhomes_student +#: model:res.groups,name:cenhomes_student.group_cenhomes_phong_thu_tuc +msgid "Nhân viên phòng thủ tục" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_nhom_nganh +#: model:ir.model,name:cenhomes_student.model_cenhomes_nhom_nganh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__nhom_nganh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nhom_nganh_muon_hoc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_nhom_nganh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_nhom_nganh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_nhom_nganh +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_nhom_nganh +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_search +msgid "Nhóm ngành" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nhom_nganh_muon_hoc_2 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_search +msgid "Nhóm ngành 2" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_nhan_xet +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_nhan_xet +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_nhan_xet +msgid "Nhận xét" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Nhập dưới dạng MM/YYYY hoặc DD/MM/YYY" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__tren_cap_iii_nam_hoc +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Năm học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__bo_nam_sinh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__me_nam_sinh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_nam_sinh +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Năm sinh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__me_nam_sinh +msgid "Năm sinh mẹ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__bo_nam_sinh +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_nam_sinh +msgid "Năm sinh vợ chồng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__truong_cap_iii_nam_tot_nghiep +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Năm tốt nghiệp" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__truong_cap_iii_nam_tot_nghiep +msgid "Năm tốt nghiệp trường cấp III/PTTH " +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__cccd_noi_cap +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__cccd_noi_cap +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Nơi cấp CCCD" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__dia_diem_gui_cv +msgid "Nơi gửi CV" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Nơi gửi CV *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__noi_dao_tao +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Nơi đào tạo" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__gioi_tinh__female +msgid "Nữ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_lich_su_dao_tao__loai_hinh_hoc__offline +msgid "Offline" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_lich_su_dao_tao__loai_hinh_hoc__online +msgid "Online" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__chuong_trinh_dang_ky__online-khoale +msgid "Online - Khóa lẻ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_chung_chi__loai_file__pdf +msgid "PDF" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_phong_thai +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_phong_thai +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_phong_thai +msgid "Phong thái" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_phan_chinh +msgid "Phần chính" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Phần chính *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_phan_cuoi +msgid "Phần cuối" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Phần cuối *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_ket_thu +msgid "Phần kết thư" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Phần kết thư *" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Phỏng vấn lần 1" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Phỏng vấn lần 2" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Phỏng vấn lần 3" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__quan_he_hoc_vien_doi_tacs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Quan hệ học viên - đối tác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_quan_he_hoc_vien_doi_tac +msgid "Quan hệ học viên đối tác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__que_quan +msgid "Quê quán" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Quê quán *" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_form +msgid "Quản lý" +msgstr "" + +#. module: cenhomes_student +#: model:res.groups,name:cenhomes_student.group_cenhomes_manager +msgid "Quản lý du học kép" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__quoc_tich +msgid "Quốc tịch" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Quốc tịch *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dong_luc__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dung_gio__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_nghe__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_noi__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kien_thuc_nghe__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_muc_do_phu_hop__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_phong_thai__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_thai_do_nghiem_tuc__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_than_thien__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dong_luc__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dung_gio__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_nghe__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_noi__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kien_thuc_nghe__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_muc_do_phu_hop__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_phong_thai__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_thai_do_nghiem_tuc__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_than_thien__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dong_luc__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dung_gio__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_nghe__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_noi__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kien_thuc_nghe__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_muc_do_phu_hop__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_phong_thai__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_thai_do_nghiem_tuc__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_than_thien__1 +msgid "Rất kém" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__stt +msgid "STT" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"Sau khi tốt nghiệp (bậc học cao nhất), bạn đã làm\n" +" việc gì, ở đâu, vào khoảng thời gian nào? Vui lòng ghi chi tiết?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__viec_lam_sau_tot_nghiep +msgid "" +"Sau khi tốt nghiệp (bậc học cao nhất), bạn đã làm việc gì, ở đâu, vào khoảng" +" thời gian nào? Vui lòng ghi chi tiết?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__schreiben +msgid "Schreiben" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_danh_muc_co_nguyen_vong_filter +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_danh_muc_co_nguyen_vong_filter2 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_danh_muc_co_nguyen_vong_filter3 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_danh_muc_co_nguyen_vong_filter4 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_danh_muc_co_nguyen_vong_filter5 +msgid "Search học viên theo nguyện vọng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__sprechen +msgid "Sprechen" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__cccd +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__cccd +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Số CCCD" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__phone +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__bo_so_dien_thoai +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__me_so_dien_thoai +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_so_dien_thoai +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Số điện thoại" +msgstr "" + +#. module: cenhomes_student +#. odoo-python +#: code:addons/cenhomes_student/models/models_phong_thu_tuc.py:0 +#, python-format +msgid "Số điện thoại không đúng định dạng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__so_dien_thoai_khan_cap +msgid "Số điện thoại khẩn cấp" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__so_dien_thoai_lien_he +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__so_dien_thoai_lien_he_hidden +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__so_dien_thoai_lien_he +msgid "Số điện thoại liên hệ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__me_so_dien_thoai +msgid "Số điện thoại mẹ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__bo_so_dien_thoai +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_so_dien_thoai +msgid "Số điện thoại vợ chồng" +msgstr "" + +#. module: cenhomes_student +#. odoo-python +#: code:addons/cenhomes_student/models/models_phong_thu_tuc.py:0 +#, python-format +msgid "Số điện thoại đã tồn tại" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.constraint,message:cenhomes_student.constraint_cenhomes_hoc_vien_phong_thu_tuc_phone_unique +msgid "Số điện thoại đã tồn tại trong hệ thống!" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__so_thich +msgid "Sở thích" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Sở thích *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_thong_tin_giao_duc__loai_bang_cap__middle_school +msgid "THCS" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_thong_tin_giao_duc__loai_bang_cap__high_school +msgid "THPT" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_form +msgid "THÔNG TIN GIA ĐÌNH" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_form +msgid "THÔNG TIN TRƯỜNG HỌC" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__thanh_pho +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__doi_tac_thanh_pho +msgid "Thành phố" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_thai_do_nghiem_tuc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_thai_do_nghiem_tuc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_thai_do_nghiem_tuc +msgid "Thái độ nghiêm túc" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_than_thien +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_than_thien +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_than_thien +msgid "Thân thiện" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin cá nhân" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__thong_tin_giao_ducs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin giáo dục / đào tạo" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_thong_tin_giao_duc +msgid "Thông tin giáo dục / đào tạo của học viên" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__thong_tin_phu_huynhs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin phụ huynh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_thong_tin_phu_huynh +msgid "Thông tin phụ huynh của học viên" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__lich_su_cham_socs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Lịch sử chăm sóc" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_lich_su_cham_soc +msgid "Lịch sử chăm sóc học viên" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_form +msgid "Thông tin khác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_kinh_nghiem_lam_viec +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__kinh_nghiem_lam_viecs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin kinh nghiệm làm việc" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_ky_nang_khac +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ky_nang_khacs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin kỹ năng khác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_ky_nang_ngon_ngu +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ky_nang_ngon_ngus +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin kỹ năng ngôn ngữ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_ky_nang_tin_hoc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ky_nang_tin_hocs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin kỹ năng tin học" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin liên hệ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__lich_su_update_ho_so +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin lịch sử Update hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_thu_dong_luc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__thu_dong_lucs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thư động lực" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_thoi_gian +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_thoi_gian +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_thoi_gian +msgid "Thời gian" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__english +msgid "Tiếng Anh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__bengali +msgid "Tiếng Bengali" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__portuguese +msgid "Tiếng Bồ Đào Nha" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__hindi +msgid "Tiếng Hindi" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__korean +msgid "Tiếng Hàn Quốc" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__japanese +msgid "Tiếng Nhật Bản" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__french +msgid "Tiếng Pháp" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__chinese +msgid "Tiếng Trung" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__spanish +msgid "Tiếng Tây Ban Nha" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__vietnamese +msgid "Tiếng Việt" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__german +msgid "Tiếng Đức" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__arabic +msgid "Tiếng Ả Rập" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_thong_tin_giao_duc__loai_bang_cap__primary_school +msgid "Tiểu học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dong_luc__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dung_gio__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_nghe__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_noi__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kien_thuc_nghe__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_muc_do_phu_hop__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_phong_thai__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_thai_do_nghiem_tuc__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_than_thien__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dong_luc__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dung_gio__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_nghe__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_noi__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kien_thuc_nghe__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_muc_do_phu_hop__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_phong_thai__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_thai_do_nghiem_tuc__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_than_thien__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dong_luc__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dung_gio__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_nghe__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_noi__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kien_thuc_nghe__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_muc_do_phu_hop__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_phong_thai__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_thai_do_nghiem_tuc__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_than_thien__3 +msgid "Trung bình" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_thong_tin_giao_duc__loai_bang_cap__intermediate_school +msgid "Trung cấp" +msgstr "" + +#. module: cenhomes_student +#. odoo-python +#: code:addons/cenhomes_student/models/models.py:0 +#, python-format +msgid "Trung cấp/Cao đẳng/Đại học/Cao học yêu cầu nhập điểm và chuyên ngành" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__trinh_do +msgid "Trình độ" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Trình độ (Mô tả chi tiết) *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trinh_do_tieng_duc +msgid "Trình độ tiếng Đức" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_ky_nang_khac__mo_ta +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__mo_ta +msgid "Trình độ đạt được, bằng cấp (nếu có)" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__tren_cap_iii +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Trường Trung cấp/Cao đẳng/Đại học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__truong_cap_iii +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Trường cấp III/PTTH" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trang_thai_cv +msgid "Trạng thái CV" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trang_thai_thu_dong_luc +msgid "Trạng thái Thư động lực" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trang_thai_video_gioi_thieu_ban_than +msgid "Trạng thái Video giới thiệu bản thân" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trang_thai_chung +msgid "Trạng thái chung" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trang_thai_ho_so +msgid "Trạng thái hồ sơ hiện có" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__gui_mail +msgid "Trạng thái mail" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trang_thai_nhap_lieu +msgid "Trạng thái nhập liệu" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trang_thai_dao_tao +msgid "Trạng thái đào tạo" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__tuoi +msgid "Tuổi" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Tài liệu" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ten +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__ten +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Tên" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Tên *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__ten_chuong_trinh +msgid "Tên chương trình" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__ten_cong_ty +msgid "Tên công ty" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Tên công ty *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__ten_co_so_giao_duc +msgid "Tên cơ sở giáo dục" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Tên cơ sở giáo dục *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__ten_file +msgid "Tên file" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__ten_ky_nang +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__ten_ky_nang +msgid "Tên kỹ năng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__ten_chuyen_nganh +msgid "Tên nguyện vọng ngành" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__ten_nhom_nganh +msgid "Tên nhóm ngành" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_ten +msgid "Tên thư động lực" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Tên thư động lực *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__ten +msgid "Tên đối tác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_chu_nhiem__name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_day_tieng__name +msgid "Họ tên" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_chu_nhiem__ngay_sinh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_day_tieng__ngay_sinh +msgid "Ngày sinh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_chu_nhiem__gioi_tinh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_day_tieng__gioi_tinh +msgid "Giới tính" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_chu_nhiem__ngay_gia_nhap +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_day_tieng__ngay_gia_nhap +msgid "Ngày gia nhập" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_chu_nhiem__trang_thai +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_day_tieng__trang_thai +msgid "Trạng thái" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_day_tieng__trinh_do_tieng +msgid "Trình độ tiếng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_day_tieng__bang_cap_tieng +msgid "Bằng cấp tiếng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__tinh_trang_hon_nhan +msgid "Tình trạng hôn nhân" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Tình trạng hôn nhân *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien__tinh_trang_hon_nhan +msgid "Tình trạng hôn nhân, anh chị em ruột, con ruột" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__tinh_trang_ho_so +msgid "Tình trạng hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__tinh_trang_visa +msgid "Tình trạng visa" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dong_luc__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dung_gio__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_nghe__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_noi__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kien_thuc_nghe__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_muc_do_phu_hop__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_phong_thai__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_thai_do_nghiem_tuc__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_than_thien__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dong_luc__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dung_gio__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_nghe__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_noi__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kien_thuc_nghe__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_muc_do_phu_hop__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_phong_thai__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_thai_do_nghiem_tuc__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_than_thien__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dong_luc__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dung_gio__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_nghe__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_noi__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kien_thuc_nghe__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_muc_do_phu_hop__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_phong_thai__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_thai_do_nghiem_tuc__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_than_thien__5 +msgid "Tốt" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__to_chuc_cap +msgid "Tổ chức cấp" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "View CV" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__vi_tri_lam_viec +msgid "Vị trí làm việc" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Vị trí làm việc *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__vi_tri_ung_tuyen +msgid "Vị trí ứng tuyển" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Vị trí ứng tuyển *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__website_cong_ty +msgid "Website công ty" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_chung_chi__loai_file__word +msgid "Word" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_tree1 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_tree2 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_tree3 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_tree4 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_tree5 +msgid "Xem hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Xem thư" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_phan_chinh +msgid "" +"a) Quá trình học tập và làm việc\n" +"- Giới thiệu ngắn gọn về quá trình học tập và kinh nghiệm làm việc đã tích lũy\n" +"- Những thành tích đã có được trong quá trình làm việc\n" +"\n" +"b) Tại sao lại là nước Đức để làm việc?\n" +"- Kể từ khi nào bạn có động lực, mục tiêu và ước mong muốn đến Đức?\n" +"- Tại sao bạn lại chọn Đức mà không phải một đất nước nào khác? Ví dụ: thích điều gì đó tại Đức, các điều bạn biết về nước Đức, gia đình, bạn bè, người thân, phúc lợi xã hội tốt, bảo hiểm …. như thế nào?\n" +"- Tại sao bạn lại lựa chọn đi theo diện công nhận văn bằng, mục tiêu của bạn khi tới Đức và trở thành một công nhân lành nghề?\n" +"\n" +"c) Sở thích và các đáp ứng được cho yêu cầu từ nhà tuyển dụng\n" +"- Hãy nói về con người bản thân, ví dụ những kỹ năng bạn đã tích luỹ, sở thích thực sự liên quan tới ngành nghề mà bạn ứng tuyển.\n" +"- Các hoạt động thường ngày liên quan tới công việc." +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_chung_chi__loai_file__file_type_other +msgid "khác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__menu +msgid "menu" +msgstr "" + +#. module: cenhomes_student +#. odoo-javascript +#: code:addons/cenhomes_student/static/src/components/danh_muc_nguyen_vong/danh_muc_nguyen_vong_nganh_control_panel.js:0 +#, python-format +msgid "ten_nhom_nganh" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_form +msgid "thông tin bố/mẹ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__dang_lam_thu_tuc_va_dao_tao +msgid "Đang làm thủ tục và đào tạo" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Điền kết thư" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Điền phần chính" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Điền phần cuối" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Điền phần đầu" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Điền tên thư động lực" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__diem_thi +msgid "Điểm thi" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Điểm thi (từ trung cấp trở lên)" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__hinh_thuc_dao_tao__daotaoonline +msgid "Đào tạo online" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__hinh_thuc_dao_tao__daotaotaptrung +msgid "Đào tạo tập trung" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__da_bay +msgid "Đã bay" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__chuong_trinh_dang_ky__dacob1 +msgid "Đã có B1" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_search +msgid "Đã gửi mail" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__da_tiep_nhan_tai_duc +msgid "Đã tiếp nhận học viên tại Đức" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__da_trao_visa +msgid "Đã trao visa" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dung_gio +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dung_gio +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dung_gio +msgid "Đúng giờ" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Đăng ký" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__dang_ky_hoc_tieng_duc +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Đăng ký học tiếng Đức" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.notify_create_new_hoc_vien +msgid "Đăng ký thành công học viên!" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__don_du_tuyen +msgid "Đơn dự tuyển" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__duoc_tiep_nhan +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__ket_qua_chung__passed +msgid "Được tiếp nhận" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_thong_tin_giao_duc__loai_bang_cap__university +msgid "Đại học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_cv__dat +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_thu_dong_luc__dat +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_video_gioi_thieu_ban_than__dat +msgid "Đạt yêu cầu" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_ket_qua__passed +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_ket_qua__passed +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_ket_qua__passed +msgid "Đạt điều kiện" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__day_du_ho_so +msgid "Đầy đủ hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__tren_cap_iii_dia_chi +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__truong_cap_iii_dia_chi +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Địa chỉ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__email +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__email_hidden +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__email +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Địa chỉ Email" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__dia_chi_hien_tai +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Địa chỉ hiện tại" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__dia_chi_thuong_tru +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__dia_chi_thuong_tru +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Địa chỉ thường trú" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Địa chỉ thường trú *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_dia_diem +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_dia_diem +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_dia_diem +msgid "Địa điểm" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__dia_diem +msgid "Địa điểm (Nhập Quận/Huyện, Thành phố, Đất nước)" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Địa điểm (Nhập Quận/Huyện, Thành phố, Đất nước) *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so__dia_chi +msgid "Địa điểm cơ sở" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__dia_diem_lam_viec +msgid "Địa điểm làm việc (Nhập Thành phố, Đất nước)" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Địa điểm làm việc (Nhập Thành phố, Đất nước) *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__dia_diem_so_tuyen +msgid "Địa điểm sơ tuyển" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_form +msgid "Định danh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_du_hoc_kep_doi_tac +#: model:ir.model,name:cenhomes_student.model_cenhomes_du_hoc_kep_doi_tac +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__doi_tac +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__doi_tac +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_du_hoc_kep_doi_tac +msgid "Đối tác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_giao_vien_chu_nhiem +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_giao_vien_chu_nhiem +msgid "Giáo viên chủ nhiệm" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_giao_vien_day_tieng +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_giao_vien_day_tieng +msgid "Giáo viên dạy tiếng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__do_uu_tien +msgid "Độ ưu tiên" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien__do_uu_tien +msgid "Độ ưu tiên càng cao thì thứ tự trên danh sách càng trên đầu" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dong_luc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dong_luc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dong_luc +msgid "Động lực" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_chung_chi__loai_file__image +msgid "Ảnh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__anh_cccd_mat_sau +msgid "Ảnh CCCD mặt sau" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__anh_cccd_mat_truoc +msgid "Ảnh CCCD mặt trước" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__anh_profile +msgid "Ảnh profile" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Ảnh profile *" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Ảnh upload" +msgstr "" diff --git a/cenhomes_student/i18n/vi_VN.po b/cenhomes_student/i18n/vi_VN.po new file mode 100644 index 0000000..6521000 --- /dev/null +++ b/cenhomes_student/i18n/vi_VN.po @@ -0,0 +1,2455 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * cenhomes_student +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-03-22 02:22+0000\n" +"PO-Revision-Date: 2024-03-22 02:22+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_ket_thu +msgid "- Chữ ký." +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_phan_dau +msgid "" +"- Thông tin cá nhân cơ bản, những điều quan trọng nhất và nổi bật nhất mà ứng viên muốn viết về bản thân mình, ví dụ như kinh nghiệm làm việc, sơ qua công ty đã làm.\n" +"- Thông qua đâu biết tới tin phỏng vấn, chương trình chuyển đổi văn bằng và đã tìm hiểu công ty đó như thế nào (phần tìm hiểu công ty chỉ cần viết chung chung theo mẫu hướng dẫn, vì ứng viên có thể được phỏng vấn với nhiều doanh nghiệp cùng lúc. Như vậy ứng viên có thể sử dụng một bản thư động lực cho nhiều công ty)\n" +"- Chốt lại khẳng định thực sự muốn trở thành nhân viên của công ty đó." +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_phan_cuoi +msgid "" +"- Ước muốn được tham gia phỏng vấn\n" +"- Cảm ơn vì sự chú ý." +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_lich_su_dao_tao__level_bat_dau_tham_gia__a1 +msgid "A1" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_lich_su_dao_tao__level_bat_dau_tham_gia__a2 +msgid "A2" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_lich_su_dao_tao__level_bat_dau_tham_gia__a3 +msgid "A3" +msgstr "" + +#. module: cenhomes_student +#: model:res.groups,name:cenhomes_student.group_cenhomes_admin +msgid "Admin du học kép" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__bang +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__doi_tac_bang +msgid "Bang" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nguyen_vong_sinh_song_tai_duc +msgid "Bạn có nguyện vọng sinh sống tại đâu ở CHLB Đức?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nguoi_than_tai_duc +msgid "Bạn có người nhà / người thân bên CHLB Đức không? (Nếu có thì ở đâu?)" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"Bạn có người thân hiện sinh sống tại CHLB Đức\n" +" không? Quan hệ thế nào? Người thân đang làm gì? ở bang nào nước Đức?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__nguoi_than_tai_duc +msgid "" +"Bạn có người thân hiện sinh sống tại CHLB Đức không? Quan hệ thế nào? Người " +"thân đang làm gì? ở bang nào nước Đức?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__linh_vuc_muon_phat_trien +msgid "Bạn muốn phát triển sự nghiệp trong lĩnh vực gì?" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"Bạn đã từng học tiếng Đức hay chưa? Nếu có đã đạt\n" +" trình độ nào (A1, A2, B1, B2, C1, C2)? Chứng chỉ B1 được cấp khi nào? Chứng\n" +" chỉ của đơn vị nào cấp?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__thong_tin_tieng_duc +msgid "" +"Bạn đã từng học tiếng Đức hay chưa? Nếu có đã đạt trình độ nào (A1, A2, B1, " +"B2, C1, C2)? Chứng chỉ B1 được cấp khi nào? Chứng chỉ của đơn vị nào cấp?" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"Bạn đã từng mắc các bệnh truyền nhiễm, các bệnh\n" +" về tâm thần, các bệnh hạn chế vận động nào bao giờ chưa? Nếu có ghi cụ thể" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__benh_tat +msgid "" +"Bạn đã từng mắc các bệnh truyền nhiễm, các bệnh về tâm thần, các bệnh hạn " +"chế vận động nào bao giờ chưa? Nếu có ghi cụ thể" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"Bạn/gia đình bạn biết đến Chương trình của Cen\n" +" Academy qua nguồn nào?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__hieu_biet_cenacademy_qua_nguon +msgid "Bạn/gia đình bạn biết đến Chương trình của Cen Academy qua nguồn nào?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__thoi_gian_tu +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__thoi_gian_tu +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__thoi_gian_tu +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__thoi_gian_tu +msgid "Bắt đầu" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Bắt đầu *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_thong_tin_giao_duc__loai_bang_cap__postgraduate +msgid "Cao học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_thong_tin_giao_duc__loai_bang_cap__college +msgid "Cao đẳng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.module.category,description:cenhomes_student.module_category_cenhomes_du_hoc_kep +msgid "Category for duhockep.vn" +msgstr "" + +#. module: cenhomes_student +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_root1 +msgid "Cen Academy" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__chuyen_nganh +msgid "Chuyên ngành" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Chuyên ngành (từ trung cấp trở lên)" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__chuong_trinh_dang_ky__chuyendoivanbang +msgid "Chuyển đổi văn bằng" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_search +msgid "Chưa gửi mail" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__chua_duoc_tiep_nhan +msgid "Chưa được tiếp nhận" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_cv__chua_dat +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_thu_dong_luc__chua_dat +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_video_gioi_thieu_ban_than__chua_dat +msgid "Chưa đạt" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_ket_qua__failed +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_ket_qua__failed +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_ket_qua__failed +msgid "Chưa đủ điều kiện" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_chuong_trinh_tham_gia +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__chuong_trinh_tham_gias +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Chương trình tham gia" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__chuong_trinh_dang_ky +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Chương trình đăng ký" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__chuc_vu +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__doi_tac_chuc_vu +msgid "Chức vụ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_chung_chi +msgid "Chứng chỉ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__create_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__create_uid +msgid "Created by" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__create_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__create_date +msgid "Created on" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__cac_hoat_dong_khac +msgid "Các hoạt động khác" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Các hoạt động khác *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__dang_ky_hoc_tieng_duc__y +msgid "Có" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__cong_viec_chinh +msgid "Công việc chính" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Công việc chính *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_co_so +#: model:ir.model,name:cenhomes_student.model_cenhomes_co_so +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__co_so_hoc +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_co_so +msgid "Cơ sở đào tạo" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__can_bo_sung +msgid "Cẩn bổ sung" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_hoc_vien +msgid "DUHOCKEP học viên" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_hoc_vien_phong_thu_tuc +msgid "DUHOCKEP học viên phòng thủ tục" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh2 +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh3 +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh4 +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh5 +msgid "Danh mục học viên có nguyện vọng ngành" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_nhom_nganh__menu__1 +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh +msgid "Danh mục học viên có nguyện vọng ngành 1" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_nhom_nganh__menu__2 +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh2 +msgid "Danh mục học viên có nguyện vọng ngành 2" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_nhom_nganh__menu__3 +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh3 +msgid "Danh mục học viên có nguyện vọng ngành 3" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_nhom_nganh__menu__4 +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh4 +msgid "Danh mục học viên có nguyện vọng ngành 4" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_nhom_nganh__menu__5 +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh5 +msgid "Danh mục học viên có nguyện vọng ngành 5" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_nhom_nganh__menu__6 +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh6 +msgid "Danh mục học viên có nguyện vọng ngành 6" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_nhom_nganh__menu__7 +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_danh_muc_hoc_vien_co_nguyen_vong_nganh7 +msgid "Danh mục học viên có nguyện vọng ngành 7" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__display_name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__display_name +msgid "Display Name" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__chuong_trinh_dang_ky__duhockep +msgid "Du học kép" +msgstr "" + +#. module: cenhomes_student +#: model:ir.module.category,name:cenhomes_student.module_category_cenhomes_du_hoc_kep +msgid "Du học kép management" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__email +msgid "Email" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Email *" +msgstr "" + +#. module: cenhomes_student +#. odoo-python +#: code:addons/cenhomes_student/models/models.py:0 +#: code:addons/cenhomes_student/models/models_phong_thu_tuc.py:0 +#, python-format +msgid "Email không đúng định dạng" +msgstr "" + +#. module: cenhomes_student +#. odoo-python +#: code:addons/cenhomes_student/models/models.py:0 +#: code:addons/cenhomes_student/models/models_phong_thu_tuc.py:0 +#, python-format +msgid "Email đã tồn tại" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.constraint,message:cenhomes_student.constraint_cenhomes_hoc_vien_email_unique +#: model:ir.model.constraint,message:cenhomes_student.constraint_cenhomes_hoc_vien_phong_thu_tuc_email_unique +msgid "Email đã tồn tại trong hệ thống!" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "FORM ĐĂNG KÝ HỌC VIÊN" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__files +msgid "Files" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__gesamtpunkte +msgid "Gesamtpunkte" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__gesamtpunkte_100 +msgid "Gesamtpunkte (100)" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__ghi_chu_visa +msgid "Ghi chú" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__ghi_chu +msgid "Ghi chú thông tin về hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__gioi_tinh +msgid "Giới tính" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_search +msgid "Group By..." +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_form +msgid "Gửi Email thông báo" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__horen +msgid "Horen" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__hoan_thanh_thu_tuc_va_dao_tao_tai_vn +msgid "Hoàn thành thủ tục và đào tạo tại VN" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__noi_dao_tao__hanoi +msgid "Hà Nội" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_hinh_thuc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_hinh_thuc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_hinh_thuc +msgid "Hình thức" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__hinh_thuc_dao_tao +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Hình thức đào tạo" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Hướng dẫn chụp ảnh sơ yếu lý lịch" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ho +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__ho +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Họ" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Họ *" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"Họ tên anh/chị/em/ruột, nghề nghiệp, địa chỉ (nếu\n" +" có)" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__anh_chi_em +msgid "Họ tên anh/chị/em/ruột, nghề nghiệp, địa chỉ (nếu có)" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__bo_ho_ten +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Họ tên bố" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__con_ruot +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Họ tên con" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__me_ho_ten +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Họ tên mẹ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_ho_ten +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Họ tên vợ/chồng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_ho_ten +msgid "Họ tên vợ/chồng (nếu có)" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_hoc_vien +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__hoc_vien_id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__hoc_vien_id +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_hoc_vien1 +msgid "Học viên" +msgstr "" + +#. module: cenhomes_student +#: model:res.groups,name:cenhomes_student.group_cenhomes_hoc_vien +msgid "Học viên du học kép" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_hoc_vien_phong_thu_tuc +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_hoc_vien_phong_thu_tuc +msgid "Học viên đăng ký mới" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__noi_dao_tao__hochiminh +msgid "Hồ Chí Minh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ho_so_chung_chis +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Hồ sơ chứng chỉ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__ho_so_tai_lieu_check_list_xin_visa +msgid "Hồ sơ tài liệu check list của 1 bộ Xin Visa" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_ho_so_visa +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__tinh_trang_ho_so_visas +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Hồ sơ visa" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__id +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__id +msgid "ID" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__is_favorite +msgid "Is Favorite" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__khung_chuong_trinh +msgid "Khung chương trình" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dong_luc__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dung_gio__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_nghe__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_noi__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kien_thuc_nghe__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_muc_do_phu_hop__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_phong_thai__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_thai_do_nghiem_tuc__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_than_thien__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dong_luc__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dung_gio__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_nghe__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_noi__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kien_thuc_nghe__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_muc_do_phu_hop__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_phong_thai__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_thai_do_nghiem_tuc__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_than_thien__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dong_luc__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dung_gio__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_nghe__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_noi__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kien_thuc_nghe__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_muc_do_phu_hop__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_phong_thai__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_thai_do_nghiem_tuc__4 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_than_thien__4 +msgid "Khá" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__gioi_tinh__other +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__lang_other +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_lich_su_dao_tao__loai_hinh_hoc__edu_type_other +msgid "Khác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__khoa +msgid "Khóa" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__khoa_hoc +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Khóa học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__dang_ky_hoc_tieng_duc__n +msgid "Không" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__ket_qua_chung__failed +msgid "Không tiếp nhận" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.page_404 +msgid "Không tìm thấy trang!" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_nghe +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_nghe +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_nghe +msgid "Khả năng nghe" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_noi +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_noi +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_noi +msgid "Khả năng nói" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kien_thuc_nghe +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kien_thuc_nghe +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kien_thuc_nghe +msgid "Kiến thức nghề" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dong_luc__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dung_gio__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_nghe__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_noi__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kien_thuc_nghe__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_muc_do_phu_hop__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_phong_thai__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_thai_do_nghiem_tuc__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_than_thien__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dong_luc__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dung_gio__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_nghe__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_noi__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kien_thuc_nghe__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_muc_do_phu_hop__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_phong_thai__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_thai_do_nghiem_tuc__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_than_thien__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dong_luc__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dung_gio__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_nghe__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_noi__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kien_thuc_nghe__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_muc_do_phu_hop__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_phong_thai__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_thai_do_nghiem_tuc__2 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_than_thien__2 +msgid "Kém" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_ket_qua +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Kết quả lần 1" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_ket_qua +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_ket_qua +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Kết quả lần 2" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Kết quả lần 3" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__ket_qua_so_tuyen +msgid "Kết quả sơ tuyển" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__ket_qua_dat_duoc +msgid "Kết quả đạt được" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__thoi_gian_den +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__thoi_gian_den +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__thoi_gian_den +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__thoi_gian_den +msgid "Kết thúc" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Kết thúc *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__ky +msgid "Kỳ" +msgstr "" + +#. module: cenhomes_student +#. odoo-javascript +#: code:addons/cenhomes_student/static/src/components/copy_link_form/copy_link_form.xml:0 +#, python-format +msgid "LINK FORM" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc____last_update +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc____last_update +msgid "Last Modified on" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__write_uid +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__write_date +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__write_date +msgid "Last Updated on" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__lesen +msgid "Lesen" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__level_bat_dau_tham_gia +msgid "Level khi bắt đầu tham gia học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__link_ho_so +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Link hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__loai_bang +msgid "Loại bằng" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Loại bằng *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__loai_bang_cap +msgid "Loại bằng cấp" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Loại bằng cấp *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__loai_file +msgid "Loại file" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__loai_hinh_hoc +msgid "Loại hình học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu +msgid "Loại ngôn ngữ" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Loại ngôn ngữ *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_lich_su_ho_so +msgid "Lịch sử hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_lich_su_dao_tao +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__lich_su_dao_taos +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Lịch sử đào tạo" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_phan_dau +msgid "Lời chào và mở đầu" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Lời chào và mở đầu *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_operations +msgid "Modules" +msgstr "" + +#. module: cenhomes_student +#. odoo-python +#: code:addons/cenhomes_student/models/models.py:0 +#, python-format +msgid "Mã học viên đã tồn tại" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.constraint,message:cenhomes_student.constraint_cenhomes_hoc_vien_ma_ho_so_unique +msgid "Mã học viên đã tồn tại trong hệ thống!" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ma_ho_so +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__ma_ho_so +msgid "Mã hồ sơ" +msgstr "" + +#. module: cenhomes_student +#. odoo-python +#: code:addons/cenhomes_student/models/models_phong_thu_tuc.py:0 +#, python-format +msgid "Mã hồ sơ đã tồn tại" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__ma_don_vi +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__doi_tac_ma_don_vi +msgid "Mã đối tác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__mo_ta +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__mo_ta +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Mô tả" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__ket_qua_chung +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_muc_do_phu_hop +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_muc_do_phu_hop +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_muc_do_phu_hop +msgid "Mức độ phù hợp" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__gioi_tinh__male +msgid "Nam" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__bo_nghe_nghiep +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__me_nghe_nghiep +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_nghe_nghiep +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_nghe_nghiep +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_nghe_nghiep +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_nghe_nghiep +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Nghề nghiệp" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__me_nghe_nghiep +msgid "Nghề nghiệp mẹ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__bo_nghe_nghiep +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_nghe_nghiep +msgid "Nghề nghiệp vợ chồng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_chuyen_nganh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nganh_nghe_muon_hoc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nghe_nghiep +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nghe_nghiep_2 +msgid "Nguyện vọng ngành" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nganh_nghe_muon_hoc_2 +msgid "Nguyện vọng ngành 2" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__tren_cap_iii_nganh_hoc +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Ngành học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__nganh_hoc_mong_muon +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Ngành học mong muốn" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__cccd_ngay_cap +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__cccd_ngay_cap +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Ngày cấp CCCD" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__ngay_cap_nhat +msgid "Ngày cập nhật" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ngay_cap_nhat_lan_cuoi +msgid "Ngày cập nhật lần cuối" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ngay_cap_nhat_trang_thai_dao_tao +msgid "Ngày cập nhật trạng thái Đào tạo lần cuối" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__ngay_ket_noi +msgid "Ngày kết nối" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__ngay_nop_visa +msgid "Ngày nộp visa" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ngay_thang_nam_sinh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__ngay_thang_nam_sinh +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Ngày sinh" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Ngày sinh *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__ngay_so_tuyen +msgid "Ngày sơ tuyển" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ngay_tao_ho_so +msgid "Ngày tạo hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Ngày tạo hồ sơ *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__ngay_dang_ky_tham_gia +msgid "Ngày đăng ký tham gia" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__ngay_duoc_duyet +msgid "Ngày được duyệt visa" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__ngay_dat_chung_chi_A1 +msgid "Ngày đạt chứng chỉ A1" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__ngay_dat_chung_chi_A2 +msgid "Ngày đạt chứng chỉ A2" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__ngay_dat_chung_chi_B1 +msgid "Ngày đạt chứng chỉ B1" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__ngay_dat_chung_chi_B2 +msgid "Ngày đạt chứng chỉ B2" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__ngon_ngu_file +msgid "Ngôn ngữ file" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_ho_so__nguoi_cap_nhat +msgid "Người cập nhật" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nguoi_cap_nhat_lan_cuoi +msgid "Người cập nhật lần cuối" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__nguoi_thuc_hien +msgid "Người thực hiện" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nguoi_tao_ho_so +msgid "Người tạo hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__nguoi_dai_dien +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__doi_tac_nguoi_dai_dien +msgid "Người đại diện" +msgstr "" + +#. module: cenhomes_student +#: model:res.groups,name:cenhomes_student.group_cenhomes_sale +msgid "Nhân viên kinh doanh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__sale +msgid "Nhân viên kinh doanh phụ trách" +msgstr "" + +#. module: cenhomes_student +#: model:res.groups,name:cenhomes_student.group_cenhomes_phong_thu_tuc +msgid "Nhân viên phòng thủ tục" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_nhom_nganh +#: model:ir.model,name:cenhomes_student.model_cenhomes_nhom_nganh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__nhom_nganh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nhom_nganh_muon_hoc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_nhom_nganh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_nhom_nganh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_nhom_nganh +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_nhom_nganh +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_search +msgid "Nhóm ngành" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__nhom_nganh_muon_hoc_2 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_search +msgid "Nhóm ngành 2" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_nhan_xet +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_nhan_xet +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_nhan_xet +msgid "Nhận xét" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Nhập dưới dạng MM/YYYY hoặc DD/MM/YYY" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__tren_cap_iii_nam_hoc +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Năm học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__bo_nam_sinh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__me_nam_sinh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_nam_sinh +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Năm sinh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__me_nam_sinh +msgid "Năm sinh mẹ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__bo_nam_sinh +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_nam_sinh +msgid "Năm sinh vợ chồng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__truong_cap_iii_nam_tot_nghiep +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Năm tốt nghiệp" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__truong_cap_iii_nam_tot_nghiep +msgid "Năm tốt nghiệp trường cấp III/PTTH " +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__cccd_noi_cap +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__cccd_noi_cap +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Nơi cấp CCCD" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__dia_diem_gui_cv +msgid "Nơi gửi CV" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Nơi gửi CV *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__noi_dao_tao +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Nơi đào tạo" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__gioi_tinh__female +msgid "Nữ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_lich_su_dao_tao__loai_hinh_hoc__offline +msgid "Offline" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_lich_su_dao_tao__loai_hinh_hoc__online +msgid "Online" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__chuong_trinh_dang_ky__online-khoale +msgid "Online - Khóa lẻ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_chung_chi__loai_file__pdf +msgid "PDF" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_phong_thai +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_phong_thai +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_phong_thai +msgid "Phong thái" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_phan_chinh +msgid "Phần chính" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Phần chính *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_phan_cuoi +msgid "Phần cuối" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Phần cuối *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_ket_thu +msgid "Phần kết thư" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Phần kết thư *" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Phỏng vấn lần 1" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Phỏng vấn lần 2" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Phỏng vấn lần 3" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__quan_he_hoc_vien_doi_tacs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Quan hệ học viên - đối tác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_quan_he_hoc_vien_doi_tac +msgid "Quan hệ học viên đối tác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__que_quan +msgid "Quê quán" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Quê quán *" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_form +msgid "Quản lý" +msgstr "" + +#. module: cenhomes_student +#: model:res.groups,name:cenhomes_student.group_cenhomes_manager +msgid "Quản lý du học kép" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__quoc_tich +msgid "Quốc tịch" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Quốc tịch *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dong_luc__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dung_gio__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_nghe__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_noi__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kien_thuc_nghe__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_muc_do_phu_hop__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_phong_thai__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_thai_do_nghiem_tuc__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_than_thien__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dong_luc__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dung_gio__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_nghe__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_noi__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kien_thuc_nghe__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_muc_do_phu_hop__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_phong_thai__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_thai_do_nghiem_tuc__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_than_thien__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dong_luc__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dung_gio__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_nghe__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_noi__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kien_thuc_nghe__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_muc_do_phu_hop__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_phong_thai__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_thai_do_nghiem_tuc__1 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_than_thien__1 +msgid "Rất kém" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__stt +msgid "STT" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "" +"Sau khi tốt nghiệp (bậc học cao nhất), bạn đã làm\n" +" việc gì, ở đâu, vào khoảng thời gian nào? Vui lòng ghi chi tiết?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__viec_lam_sau_tot_nghiep +msgid "" +"Sau khi tốt nghiệp (bậc học cao nhất), bạn đã làm việc gì, ở đâu, vào khoảng" +" thời gian nào? Vui lòng ghi chi tiết?" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__schreiben +msgid "Schreiben" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_danh_muc_co_nguyen_vong_filter +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_danh_muc_co_nguyen_vong_filter2 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_danh_muc_co_nguyen_vong_filter3 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_danh_muc_co_nguyen_vong_filter4 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_danh_muc_co_nguyen_vong_filter5 +msgid "Search học viên theo nguyện vọng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_lich_su_dao_tao__sprechen +msgid "Sprechen" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__cccd +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__cccd +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Số CCCD" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__phone +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__bo_so_dien_thoai +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__me_so_dien_thoai +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_so_dien_thoai +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Số điện thoại" +msgstr "" + +#. module: cenhomes_student +#. odoo-python +#: code:addons/cenhomes_student/models/models_phong_thu_tuc.py:0 +#, python-format +msgid "Số điện thoại không đúng định dạng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__so_dien_thoai_khan_cap +msgid "Số điện thoại khẩn cấp" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__so_dien_thoai_lien_he +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__so_dien_thoai_lien_he_hidden +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__so_dien_thoai_lien_he +msgid "Số điện thoại liên hệ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__me_so_dien_thoai +msgid "Số điện thoại mẹ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__bo_so_dien_thoai +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__vo_chong_so_dien_thoai +msgid "Số điện thoại vợ chồng" +msgstr "" + +#. module: cenhomes_student +#. odoo-python +#: code:addons/cenhomes_student/models/models_phong_thu_tuc.py:0 +#, python-format +msgid "Số điện thoại đã tồn tại" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.constraint,message:cenhomes_student.constraint_cenhomes_hoc_vien_phong_thu_tuc_phone_unique +msgid "Số điện thoại đã tồn tại trong hệ thống!" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__so_thich +msgid "Sở thích" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Sở thích *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_thong_tin_giao_duc__loai_bang_cap__middle_school +msgid "THCS" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_thong_tin_giao_duc__loai_bang_cap__high_school +msgid "THPT" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_form +msgid "THÔNG TIN GIA ĐÌNH" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_form +msgid "THÔNG TIN TRƯỜNG HỌC" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__thanh_pho +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__doi_tac_thanh_pho +msgid "Thành phố" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_thai_do_nghiem_tuc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_thai_do_nghiem_tuc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_thai_do_nghiem_tuc +msgid "Thái độ nghiêm túc" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_than_thien +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_than_thien +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_than_thien +msgid "Thân thiện" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin cá nhân" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__thong_tin_giao_ducs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin giáo dục / đào tạo" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_thong_tin_giao_duc +msgid "Thông tin giáo dục / đào tạo của học viên" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__thong_tin_phu_huynhs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin phụ huynh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_thong_tin_phu_huynh +msgid "Thông tin phụ huynh của học viên" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__lich_su_cham_socs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Lịch sử chăm sóc" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_lich_su_cham_soc +msgid "Lịch sử chăm sóc học viên" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_form +msgid "Thông tin khác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_kinh_nghiem_lam_viec +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__kinh_nghiem_lam_viecs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin kinh nghiệm làm việc" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_ky_nang_khac +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ky_nang_khacs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin kỹ năng khác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_ky_nang_ngon_ngu +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ky_nang_ngon_ngus +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin kỹ năng ngôn ngữ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_ky_nang_tin_hoc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ky_nang_tin_hocs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin kỹ năng tin học" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin liên hệ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__lich_su_update_ho_so +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thông tin lịch sử Update hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model,name:cenhomes_student.model_cenhomes_thu_dong_luc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__thu_dong_lucs +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Thư động lực" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_thoi_gian +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_thoi_gian +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_thoi_gian +msgid "Thời gian" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__english +msgid "Tiếng Anh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__bengali +msgid "Tiếng Bengali" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__portuguese +msgid "Tiếng Bồ Đào Nha" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__hindi +msgid "Tiếng Hindi" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__korean +msgid "Tiếng Hàn Quốc" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__japanese +msgid "Tiếng Nhật Bản" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__french +msgid "Tiếng Pháp" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__chinese +msgid "Tiếng Trung" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__spanish +msgid "Tiếng Tây Ban Nha" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__vietnamese +msgid "Tiếng Việt" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__german +msgid "Tiếng Đức" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_ky_nang_ngon_ngu__loai_ngon_ngu__arabic +msgid "Tiếng Ả Rập" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_thong_tin_giao_duc__loai_bang_cap__primary_school +msgid "Tiểu học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dong_luc__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dung_gio__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_nghe__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_noi__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kien_thuc_nghe__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_muc_do_phu_hop__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_phong_thai__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_thai_do_nghiem_tuc__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_than_thien__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dong_luc__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dung_gio__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_nghe__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_noi__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kien_thuc_nghe__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_muc_do_phu_hop__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_phong_thai__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_thai_do_nghiem_tuc__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_than_thien__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dong_luc__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dung_gio__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_nghe__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_noi__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kien_thuc_nghe__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_muc_do_phu_hop__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_phong_thai__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_thai_do_nghiem_tuc__3 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_than_thien__3 +msgid "Trung bình" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_thong_tin_giao_duc__loai_bang_cap__intermediate_school +msgid "Trung cấp" +msgstr "" + +#. module: cenhomes_student +#. odoo-python +#: code:addons/cenhomes_student/models/models.py:0 +#, python-format +msgid "Trung cấp/Cao đẳng/Đại học/Cao học yêu cầu nhập điểm và chuyên ngành" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__trinh_do +msgid "Trình độ" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Trình độ (Mô tả chi tiết) *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trinh_do_tieng_duc +msgid "Trình độ tiếng Đức" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_ky_nang_khac__mo_ta +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__mo_ta +msgid "Trình độ đạt được, bằng cấp (nếu có)" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__tren_cap_iii +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Trường Trung cấp/Cao đẳng/Đại học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__truong_cap_iii +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Trường cấp III/PTTH" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trang_thai_cv +msgid "Trạng thái CV" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trang_thai_thu_dong_luc +msgid "Trạng thái Thư động lực" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trang_thai_video_gioi_thieu_ban_than +msgid "Trạng thái Video giới thiệu bản thân" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trang_thai_chung +msgid "Trạng thái chung" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trang_thai_ho_so +msgid "Trạng thái hồ sơ hiện có" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__gui_mail +msgid "Trạng thái mail" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trang_thai_nhap_lieu +msgid "Trạng thái nhập liệu" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__trang_thai_dao_tao +msgid "Trạng thái đào tạo" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__tuoi +msgid "Tuổi" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Tài liệu" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__ten +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__ten +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Tên" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Tên *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__ten_chuong_trinh +msgid "Tên chương trình" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__ten_cong_ty +msgid "Tên công ty" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Tên công ty *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__ten_co_so_giao_duc +msgid "Tên cơ sở giáo dục" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Tên cơ sở giáo dục *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chung_chi__ten_file +msgid "Tên file" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_khac__ten_ky_nang +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_tin_hoc__ten_ky_nang +msgid "Tên kỹ năng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuyen_nganh__ten_chuyen_nganh +msgid "Tên nguyện vọng ngành" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__ten_nhom_nganh +msgid "Tên nhóm ngành" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_ten +msgid "Tên thư động lực" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Tên thư động lực *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_du_hoc_kep_doi_tac__ten +msgid "Tên đối tác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_chu_nhiem__name +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_day_tieng__name +msgid "Họ tên" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_chu_nhiem__ngay_sinh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_day_tieng__ngay_sinh +msgid "Ngày sinh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_chu_nhiem__gioi_tinh +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_day_tieng__gioi_tinh +msgid "Giới tính" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_chu_nhiem__ngay_gia_nhap +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_day_tieng__ngay_gia_nhap +msgid "Ngày gia nhập" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_chu_nhiem__trang_thai +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_day_tieng__trang_thai +msgid "Trạng thái" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_day_tieng__trinh_do_tieng +msgid "Trình độ tiếng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_giao_vien_day_tieng__bang_cap_tieng +msgid "Bằng cấp tiếng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__tinh_trang_hon_nhan +msgid "Tình trạng hôn nhân" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Tình trạng hôn nhân *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien__tinh_trang_hon_nhan +msgid "Tình trạng hôn nhân, anh chị em ruột, con ruột" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__tinh_trang_ho_so +msgid "Tình trạng hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ho_so_visa__tinh_trang_visa +msgid "Tình trạng visa" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dong_luc__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dung_gio__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_nghe__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kha_nang_noi__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_kien_thuc_nghe__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_muc_do_phu_hop__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_phong_thai__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_thai_do_nghiem_tuc__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_than_thien__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dong_luc__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dung_gio__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_nghe__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kha_nang_noi__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_kien_thuc_nghe__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_muc_do_phu_hop__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_phong_thai__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_thai_do_nghiem_tuc__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_than_thien__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dong_luc__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dung_gio__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_nghe__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kha_nang_noi__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_kien_thuc_nghe__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_muc_do_phu_hop__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_phong_thai__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_thai_do_nghiem_tuc__5 +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_than_thien__5 +msgid "Tốt" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_ky_nang_ngon_ngu__to_chuc_cap +msgid "Tổ chức cấp" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "View CV" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__vi_tri_lam_viec +msgid "Vị trí làm việc" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Vị trí làm việc *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thu_dong_luc__vi_tri_ung_tuyen +msgid "Vị trí ứng tuyển" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Vị trí ứng tuyển *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__website_cong_ty +msgid "Website công ty" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_chung_chi__loai_file__word +msgid "Word" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_tree1 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_tree2 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_tree3 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_tree4 +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_tree5 +msgid "Xem hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Xem thư" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_thu_dong_luc__thu_dong_luc_phan_chinh +msgid "" +"a) Quá trình học tập và làm việc\n" +"- Giới thiệu ngắn gọn về quá trình học tập và kinh nghiệm làm việc đã tích lũy\n" +"- Những thành tích đã có được trong quá trình làm việc\n" +"\n" +"b) Tại sao lại là nước Đức để làm việc?\n" +"- Kể từ khi nào bạn có động lực, mục tiêu và ước mong muốn đến Đức?\n" +"- Tại sao bạn lại chọn Đức mà không phải một đất nước nào khác? Ví dụ: thích điều gì đó tại Đức, các điều bạn biết về nước Đức, gia đình, bạn bè, người thân, phúc lợi xã hội tốt, bảo hiểm …. như thế nào?\n" +"- Tại sao bạn lại lựa chọn đi theo diện công nhận văn bằng, mục tiêu của bạn khi tới Đức và trở thành một công nhân lành nghề?\n" +"\n" +"c) Sở thích và các đáp ứng được cho yêu cầu từ nhà tuyển dụng\n" +"- Hãy nói về con người bản thân, ví dụ những kỹ năng bạn đã tích luỹ, sở thích thực sự liên quan tới ngành nghề mà bạn ứng tuyển.\n" +"- Các hoạt động thường ngày liên quan tới công việc." +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_chung_chi__loai_file__file_type_other +msgid "khác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_nhom_nganh__menu +msgid "menu" +msgstr "" + +#. module: cenhomes_student +#. odoo-javascript +#: code:addons/cenhomes_student/static/src/components/danh_muc_nguyen_vong/danh_muc_nguyen_vong_nganh_control_panel.js:0 +#, python-format +msgid "ten_nhom_nganh" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_form +msgid "thông tin bố/mẹ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__dang_lam_thu_tuc_va_dao_tao +msgid "Đang làm thủ tục và đào tạo" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Điền kết thư" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Điền phần chính" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Điền phần cuối" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Điền phần đầu" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Điền tên thư động lực" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__diem_thi +msgid "Điểm thi" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Điểm thi (từ trung cấp trở lên)" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__hinh_thuc_dao_tao__daotaoonline +msgid "Đào tạo online" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__hinh_thuc_dao_tao__daotaotaptrung +msgid "Đào tạo tập trung" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__da_bay +msgid "Đã bay" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien_phong_thu_tuc__chuong_trinh_dang_ky__dacob1 +msgid "Đã có B1" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_search +msgid "Đã gửi mail" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__da_tiep_nhan_tai_duc +msgid "Đã tiếp nhận học viên tại Đức" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__da_trao_visa +msgid "Đã trao visa" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dung_gio +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dung_gio +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dung_gio +msgid "Đúng giờ" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Đăng ký" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__dang_ky_hoc_tieng_duc +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Đăng ký học tiếng Đức" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.notify_create_new_hoc_vien +msgid "Đăng ký thành công học viên!" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__don_du_tuyen +msgid "Đơn dự tuyển" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__duoc_tiep_nhan +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__ket_qua_chung__passed +msgid "Được tiếp nhận" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_thong_tin_giao_duc__loai_bang_cap__university +msgid "Đại học" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_cv__dat +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_thu_dong_luc__dat +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_video_gioi_thieu_ban_than__dat +msgid "Đạt yêu cầu" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv1_ket_qua__passed +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv2_ket_qua__passed +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_quan_he_hoc_vien_doi_tac__pv3_ket_qua__passed +msgid "Đạt điều kiện" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_hoc_vien__trang_thai_chung__day_du_ho_so +msgid "Đầy đủ hồ sơ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__tren_cap_iii_dia_chi +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__truong_cap_iii_dia_chi +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Địa chỉ" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__email +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__email_hidden +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__email +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Địa chỉ Email" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__dia_chi_hien_tai +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Địa chỉ hiện tại" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__dia_chi_thuong_tru +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien_phong_thu_tuc__dia_chi_thuong_tru +#: model_terms:ir.ui.view,arch_db:cenhomes_student.form_create_new_hoc_vien +msgid "Địa chỉ thường trú" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Địa chỉ thường trú *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_dia_diem +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_dia_diem +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_dia_diem +msgid "Địa điểm" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_thong_tin_giao_duc__dia_diem +msgid "Địa điểm (Nhập Quận/Huyện, Thành phố, Đất nước)" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Địa điểm (Nhập Quận/Huyện, Thành phố, Đất nước) *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_co_so__dia_chi +msgid "Địa điểm cơ sở" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_kinh_nghiem_lam_viec__dia_diem_lam_viec +msgid "Địa điểm làm việc (Nhập Thành phố, Đất nước)" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Địa điểm làm việc (Nhập Thành phố, Đất nước) *" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__dia_diem_so_tuyen +msgid "Địa điểm sơ tuyển" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_phong_thu_tuc_form +msgid "Định danh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_du_hoc_kep_doi_tac +#: model:ir.model,name:cenhomes_student.model_cenhomes_du_hoc_kep_doi_tac +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_chuong_trinh_tham_gia__doi_tac +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__doi_tac +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_du_hoc_kep_doi_tac +msgid "Đối tác" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_giao_vien_chu_nhiem +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_giao_vien_chu_nhiem +msgid "Giáo viên chủ nhiệm" +msgstr "" + +#. module: cenhomes_student +#: model:ir.actions.act_window,name:cenhomes_student.action_cenhomes_giao_vien_day_tieng +#: model:ir.ui.menu,name:cenhomes_student.menu_cenhomes_giao_vien_day_tieng +msgid "Giáo viên dạy tiếng" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__do_uu_tien +msgid "Độ ưu tiên" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,help:cenhomes_student.field_cenhomes_hoc_vien__do_uu_tien +msgid "Độ ưu tiên càng cao thì thứ tự trên danh sách càng trên đầu" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv1_feedback_dong_luc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv2_feedback_dong_luc +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_quan_he_hoc_vien_doi_tac__pv3_feedback_dong_luc +msgid "Động lực" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields.selection,name:cenhomes_student.selection__cenhomes_chung_chi__loai_file__image +msgid "Ảnh" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__anh_cccd_mat_sau +msgid "Ảnh CCCD mặt sau" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__anh_cccd_mat_truoc +msgid "Ảnh CCCD mặt trước" +msgstr "" + +#. module: cenhomes_student +#: model:ir.model.fields,field_description:cenhomes_student.field_cenhomes_hoc_vien__anh_profile +msgid "Ảnh profile" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Ảnh profile *" +msgstr "" + +#. module: cenhomes_student +#: model_terms:ir.ui.view,arch_db:cenhomes_student.view_cenhomes_hoc_vien_form +msgid "Ảnh upload" +msgstr "" diff --git a/cenhomes_student/job/import_user.py b/cenhomes_student/job/import_user.py new file mode 100644 index 0000000..43e5a6d --- /dev/null +++ b/cenhomes_student/job/import_user.py @@ -0,0 +1,93 @@ +import xmlrpc.client + +import pandas + +env = 'local' +data = { + 'local': { + 'url': 'http://localhost:8069', + 'user': 'admin', + 'password': 'ad134d04372f7029ff7be8cc8c8b6ca2fda6e98b', # cong ty + 'database': 'cenhomes_odoo2' # database name + }, + 'server': { + 'url': 'https://erp.cenhomes.vn', + + 'user': 'anhtv@cenland.vn', + 'password': 'edcc6c1c2c913d98d0a2db96cfccfbb346b75beb', + 'database': 'cenhomes_odoo' # database name + } +} + +data_url = data[env]['url'] # odoo instance url +database = data[env]['database'] # database name +user = data[env]['user'] # username +password = data[env]['password'] + +print(data_url, user, password) + +common_auth = xmlrpc.client.ServerProxy('{}/xmlrpc/2/common'.format(data_url)) +uid = common_auth.authenticate(database, user, password, {}) +data_model = xmlrpc.client.ServerProxy('{}/xmlrpc/2/object'.format(data_url)) + +group_hoc_vien = data_model.execute_kw(database, uid, password, 'res.groups', 'search', + [[['name', '=', 'Học viên du học kép']]]) +group_manager = data_model.execute_kw(database, uid, password, 'res.groups', 'search', + [[['name', '=', 'Quản lý du học kép']]]) + +rows = [] +data_b1 = pandas.read_csv( + '../data/Khóa học chuẩn bị hồ sơ ứng tuyển chương trình du học kép - Danh sách HV (TTĐT).csv', + skiprows=1, nrows=7) + +data_a22 = pandas.read_csv( + '../data/Khóa học chuẩn bị hồ sơ ứng tuyển chương trình du học kép - Danh sách HV (TTĐT).csv', + skiprows=9) +data_k3_a22 = pandas.read_csv( + '../data/K3_DS HỌC VIÊN A2.2.csv', + skiprows=1) + +data = pandas.concat([data_a22, data_b1, data_k3_a22]) + + +x = [] + + +def change_profile_info(r): + res = data_model.execute_kw(database, uid, password, 'res.users', 'write', + [[a], {"tz": 'Asia/Ho_Chi_Minh', 'email': r['Email'], 'login': r['Mã học viên']}]) + print(res) + return res + + +def change_groups(r): + _user_info = data_model.execute_kw(database, uid, password, 'res.users', 'read', [[a], ['groups_id']]) + _current_groups = _user_info[0]['groups_id'] + res = True + if group_hoc_vien[0] not in _current_groups: + _current_groups.append(group_hoc_vien[0]) + print(_current_groups) + + res = data_model.execute_kw(database, uid, password, 'res.users', 'write', + [[a], {'groups_id': [(6, 0, _current_groups)]}]) + print('c', res) + return res + + +if __name__ == '__main__': + for i, row in data.iterrows(): + print(row['Mã học viên']) + try: + a = data_model.execute_kw(database, uid, password, 'res.users', 'create', + [{'name': row['Họ và đệm'] + ' ' + row['Tên'], 'login': row['Mã học viên']}]) + b = data_model.execute_kw(database, uid, password, 'res.users', 'write', [[a], {"password": 'Duhockep@123'}]) + print(b) + except Exception as e: + print(e) + a = data_model.execute_kw(database, uid, password, 'res.users', 'search', + [[['login', '=', row['Mã học viên']]]], + )[0] + profile = change_profile_info(row) + print(profile) + groups = change_groups(row) + print(groups) diff --git a/cenhomes_student/job/update_khoa_hoc_vien.py b/cenhomes_student/job/update_khoa_hoc_vien.py new file mode 100644 index 0000000..ed84a53 --- /dev/null +++ b/cenhomes_student/job/update_khoa_hoc_vien.py @@ -0,0 +1,42 @@ +import xmlrpc.client + +import pandas + +env = 'server' +data = { + 'local': { + 'url': 'http://localhost:8069', + 'user': 'admin', + 'password': 'ad134d04372f7029ff7be8cc8c8b6ca2fda6e98b', # cong ty + 'database': 'cenhomes_odoo2' # database name + }, + 'server': { + 'url': 'https://erp.cenhomes.vn', + 'user': 'anhtv@cenland.vn', + 'password': 'edcc6c1c2c913d98d0a2db96cfccfbb346b75beb', + 'database': 'cenhomes_odoo' # database name + } +} + +data_url = data[env]['url'] # odoo instance url +database = data[env]['database'] # database name +user = data[env]['user'] # username +password = data[env]['password'] + +print(data_url, user, password) + +common_auth = xmlrpc.client.ServerProxy('{}/xmlrpc/2/common'.format(data_url)) +uid = common_auth.authenticate(database, user, password, {}) +data_model = xmlrpc.client.ServerProxy('{}/xmlrpc/2/object'.format(data_url)) + +khoa_hoc_vien = pandas.read_csv('../data/khoa_hoc_vien.csv') + +if __name__ == '__main__': + for i, row in khoa_hoc_vien.iterrows(): + print(row['ma_hoc_vien']) + a = data_model.execute_kw(database, uid, password, 'cenhomes.hoc_vien', 'search', + [[['ma_ho_so', '=', row['ma_hoc_vien']]]], + ) + if a: + b = data_model.execute_kw(database, uid, password, 'cenhomes.hoc_vien', 'write', [[a[0]], {"khoa": row['khoa']}]) + print(b) diff --git a/cenhomes_student/models/__init__.py b/cenhomes_student/models/__init__.py new file mode 100644 index 0000000..b5097b0 --- /dev/null +++ b/cenhomes_student/models/__init__.py @@ -0,0 +1,10 @@ +# -*- coding: utf-8 -*- + +from . import models +from . import models_giao_vien +from . import models_lop_hoc +from . import models_hoc_tap +from . import models_phong_thu_tuc +from . import models_co_so_vat_chat +from . import models_su_kien +from . import models_tuyen_sinh diff --git a/cenhomes_student/models/models.py b/cenhomes_student/models/models.py new file mode 100644 index 0000000..9a144a8 --- /dev/null +++ b/cenhomes_student/models/models.py @@ -0,0 +1,1155 @@ +import re +from datetime import datetime +from odoo.tools import get_lang + +from odoo import models, fields, api, _, http +from odoo.exceptions import ValidationError, MissingError +from .models_constants import BaoLuu, Common + + +class CenhomesHocVien(models.Model): + _name = "cenhomes.hoc_vien" + _description = "DUHOCKEP học viên" + _sql_constraints = [ + ("email_unique", "unique(email)", "Email đã tồn tại trong hệ thống!"), + ( + "ma_ho_so_unique", + "unique(ma_ho_so)", + "Mã học viên đã tồn tại trong hệ thống!", + ), + ] + _base_path_url = "cenhomes/du_hoc_kep/hoc_vien" + + stt = fields.Char(string="STT") + don_du_tuyen = fields.Char(string="Đơn dự tuyển") + ngay_tao_ho_so = fields.Date(string="Ngày tạo hồ sơ") + nguoi_tao_ho_so = fields.Char(string="Người tạo hồ sơ") + ngay_cap_nhat_lan_cuoi = fields.Date(string="Ngày cập nhật lần cuối") + nguoi_cap_nhat_lan_cuoi = fields.Char(string="Người cập nhật lần cuối") + ma_ho_so = fields.Char(string="Mã hồ sơ", required=True) + mshv = fields.Char(string="Mã số học viên", required=False) + khoa = fields.Char(string="Khóa") + + ten = fields.Char(string="Tên", required=True) + ho = fields.Char(string="Họ", required=True) + dia_chi_thuong_tru = fields.Char(string="Địa chỉ thường trú") + que_quan = fields.Char(string="Quê quán") + so_dien_thoai_lien_he = fields.Char(string="Số điện thoại liên hệ") + so_dien_thoai_lien_he_hidden = fields.Char( + string="Số điện thoại liên hệ", compute="_compute_hidden_phone" + ) + so_dien_thoai_khan_cap = fields.Char(string="Số điện thoại khẩn cấp") + email = fields.Char(string="Địa chỉ Email", required=True) + email_hidden = fields.Char( + string="Địa chỉ Email", required=True, compute="_compute_hidden_email" + ) + + gioi_tinh = fields.Selection( + string="Giới tính", + selection=[("male", "Nam"), ("female", "Nữ"), ("other", "Khác")], + ) + ngay_thang_nam_sinh = fields.Date(string="Ngày sinh") + quoc_tich = fields.Char(string="Quốc tịch") + cccd = fields.Char(string="Số CCCD") + cccd_ngay_cap = fields.Date(string="Ngày cấp CCCD") + cccd_noi_cap = fields.Char(string="Nơi cấp CCCD") + + anh_cccd_mat_truoc = fields.Binary(string="Ảnh CCCD mặt trước") + anh_cccd_mat_sau = fields.Binary(string="Ảnh CCCD mặt sau") + anh_profile = fields.Binary(string="Ảnh profile") + + thong_tin_phu_huynhs = fields.One2many( + comodel_name="cenhomes.thong_tin_phu_huynh", + inverse_name="hoc_vien_id", + string="Thông tin phụ huynh", + ) + lich_su_cham_socs = fields.One2many( + comodel_name="cenhomes.lich_su_cham_soc", + inverse_name="hoc_vien_id", + string="Lịch sử chăm sóc học viên", + ) + thong_tin_giao_ducs = fields.One2many( + comodel_name="cenhomes.thong_tin_giao_duc", + inverse_name="hoc_vien_id", + string="Thông tin giáo dục / đào tạo", + ) + kinh_nghiem_lam_viecs = fields.One2many( + comodel_name="cenhomes.kinh_nghiem_lam_viec", + inverse_name="hoc_vien_id", + string="Thông tin kinh nghiệm làm việc", + ) + ky_nang_ngon_ngus = fields.One2many( + comodel_name="cenhomes.ky_nang_ngon_ngu", + inverse_name="hoc_vien_id", + string="Thông tin kỹ năng ngôn ngữ", + ) + ky_nang_tin_hocs = fields.One2many( + comodel_name="cenhomes.ky_nang_tin_hoc", + inverse_name="hoc_vien_id", + string="Thông tin kỹ năng tin học", + ) + ky_nang_khacs = fields.One2many( + comodel_name="cenhomes.ky_nang_khac", + inverse_name="hoc_vien_id", + string="Thông tin kỹ năng khác", + ) + so_thich = fields.Char(string="Sở thích") + cac_hoat_dong_khac = fields.Text(string="Các hoạt động khác") + nguoi_than_tai_duc = fields.Char( + string="Bạn có người nhà / người thân bên CHLB Đức không? (Nếu có thì ở đâu?)" + ) + tinh_trang_hon_nhan = fields.Char( + string="Tình trạng hôn nhân", + help="Tình trạng hôn nhân, anh chị em ruột, con ruột", + ) + nguyen_vong_sinh_song_tai_duc = fields.Char( + string="Bạn có nguyện vọng sinh sống tại đâu ở CHLB Đức?" + ) + nhom_nganh_muon_hoc = fields.Many2one( + comodel_name="cenhomes.nhom_nganh", string="Nhóm ngành" + ) + nganh_nghe_muon_hoc = fields.Many2one( + comodel_name="cenhomes.chuyen_nganh", + string="Nguyện vọng ngành", + domain="[('nhom_nganh', '=', nhom_nganh_muon_hoc)]", + ) + nghe_nghiep = fields.Char(string="Nguyện vọng ngành") + nhom_nganh_muon_hoc_2 = fields.Many2one( + comodel_name="cenhomes.nhom_nganh", string="Nhóm ngành 2" + ) + nganh_nghe_muon_hoc_2 = fields.Many2one( + comodel_name="cenhomes.chuyen_nganh", + string="Nguyện vọng ngành 2", + domain="[('nhom_nganh', '=', nhom_nganh_muon_hoc_2)]", + ) + nghe_nghiep_2 = fields.Char(string="Nguyện vọng ngành") + linh_vuc_muon_phat_trien = fields.Char( + string="Bạn muốn phát triển sự nghiệp trong lĩnh vực gì?" + ) + + lich_su_update_ho_so = fields.One2many( + comodel_name="cenhomes.lich_su_ho_so", + inverse_name="hoc_vien_id", + string="Thông tin lịch sử Update hồ sơ", + ) + + trang_thai_ho_so = fields.Char(string="Trạng thái hồ sơ hiện có") + + trang_thai_dao_tao = fields.Char(string="Trạng thái đào tạo") + ngay_cap_nhat_trang_thai_dao_tao = fields.Date( + string="Ngày cập nhật trạng thái Đào tạo lần cuối" + ) + lop_hoc_ids = fields.Many2many( + comodel_name="cenhomes.lop_hoc", + relation="cenhomes_hoc_vien_lop_hoc_rel", + column1="hoc_vien_id", + column2="lop_hoc_id", + string="Lớp học", + ) + lich_su_dao_taos = fields.One2many( + comodel_name="cenhomes.lich_su_dao_tao", + inverse_name="hoc_vien_id", + string="Lịch sử đào tạo", + ) + ho_so_chung_chis = fields.One2many( + comodel_name="cenhomes.chung_chi", + inverse_name="hoc_vien_id", + string="Hồ sơ chứng chỉ", + ) + chuong_trinh_tham_gias = fields.One2many( + comodel_name="cenhomes.chuong_trinh_tham_gia", + inverse_name="hoc_vien_id", + string="Chương trình tham gia", + ) + tinh_trang_ho_so_visas = fields.One2many( + comodel_name="cenhomes.ho_so_visa", + inverse_name="hoc_vien_id", + string="Hồ sơ visa", + ) + files = fields.Many2many(comodel_name="ir.attachment", string="") + thu_dong_lucs = fields.One2many( + comodel_name="cenhomes.thu_dong_luc", + inverse_name="hoc_vien_id", + string="Thư động lực", + ) + trang_thai_nhap_lieu = fields.Boolean(string="Trạng thái nhập liệu") + trang_thai_chung = fields.Selection( + string="Trạng thái chung", + selection=[ + ("can_bo_sung", "Cẩn bổ sung"), + ("day_du_ho_so", "Đầy đủ hồ sơ"), + ("duoc_tiep_nhan", "Được tiếp nhận"), + ("chua_duoc_tiep_nhan", "Chưa được tiếp nhận"), + ("dang_lam_thu_tuc_va_dao_tao", "Đang làm thủ tục và đào tạo"), + ( + "hoan_thanh_thu_tuc_va_dao_tao_tai_vn", + "Hoàn thành thủ tục và đào tạo tại VN", + ), + ("da_trao_visa", "Đã trao visa"), + ("da_bay", "Đã bay"), + ("da_tiep_nhan_tai_duc", "Đã tiếp nhận học viên tại Đức"), + ], + ) + dia_diem_gui_cv = fields.Char(string="Nơi gửi CV") + link_ho_so = fields.Char(string="Link hồ sơ") + trinh_do_tieng_duc = fields.Char( + string="Trình độ tiếng Đức", compute="_compute_trinh_do_tieng_duc" + ) + trang_thai_cv = fields.Selection( + string="Trạng thái CV", + selection=[("chua_dat", "Chưa đạt"), ("dat", "Đạt yêu cầu")], + default="chua_dat", + ) + trang_thai_thu_dong_luc = fields.Selection( + string="Trạng thái Thư động lực", + selection=[("chua_dat", "Chưa đạt"), ("dat", "Đạt yêu cầu")], + default="chua_dat", + ) + trang_thai_video_gioi_thieu_ban_than = fields.Selection( + string="Trạng thái Video giới thiệu bản thân", + selection=[("chua_dat", "Chưa đạt"), ("dat", "Đạt yêu cầu")], + default="chua_dat", + ) + tuoi = fields.Char(string="Tuổi", compute="_compute_tuoi") + do_uu_tien = fields.Integer( + string="Độ ưu tiên", + help="Độ ưu tiên càng cao thì thứ tự trên danh sách càng trên đầu", + default=0, + ) + quan_he_hoc_vien_doi_tacs = fields.One2many( + comodel_name="cenhomes.quan_he_hoc_vien_doi_tac", + inverse_name="hoc_vien_id", + string="Quan hệ học viên - đối tác", + ) + + def _compute_trinh_do_tieng_duc(self): + for session in self: + x = "" + for s in session.ky_nang_ngon_ngus: + if s.loai_ngon_ngu == "german": + x = s.loai_bang + session.trinh_do_tieng_duc = x + + def _compute_hidden_phone(self): + for record in self: + original_value = record.so_dien_thoai_lien_he + if original_value and len(original_value) > 5: + record.so_dien_thoai_lien_he_hidden = original_value[:5] + "*" * min( + 15, len(original_value) - 5 + ) + else: + record.so_dien_thoai_lien_he_hidden = original_value + + def _compute_hidden_email(self): + for record in self: + original_value = record.email + if original_value and len(original_value) > 5: + record.email_hidden = original_value[:5] + "*" * min( + 15, len(original_value) - 5 + ) + else: + record.email_hidden = original_value + + def _compute_tuoi(self): + for session in self: + session.tuoi = ( + datetime.now().year - session.ngay_thang_nam_sinh.year + if session.ngay_thang_nam_sinh + else False + ) + + @api.constrains("email") + def _check_valid_email(self): + regex = r"\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,7}\b" + if not re.fullmatch(regex, self.email): + raise ValidationError(_("Email không đúng định dạng")) + + hocviens = self.search([]) - self + value = [x.email.lower() for x in hocviens] + if self.email and self.email.lower() in value: + raise ValidationError(_("Email đã tồn tại")) + return True + + @api.constrains("ma_ho_so") + def _check_valid_ma_ho_so(self): + hocviens = self.search([]) - self + value = [x.ma_ho_so.lower() for x in hocviens] + if self.ma_ho_so and self.ma_ho_so.lower() in value: + raise ValidationError(_("Mã học viên đã tồn tại")) + return True + + def action_view_huong_dan_anh_so_yeu_ly_lich(self): + record_url = f"{self._base_path_url}/huong_dan_anh_so_yeu_ly_lich" + + client_action = { + "type": "ir.actions.act_url", + "name": "Hướng dẫn về ảnh chụp sơ yếu lý lịch", + "target": "new", + "url": record_url, + } + return client_action + + def action_view_cv(self): + record_url = f"{self._base_path_url}/cv/{self.id}" + client_action = { + "type": "ir.actions.act_url", + "name": "CV", + "target": "new", + "url": record_url, + } + return client_action + + def action_redirect_link_ho_so(self): + client_action = { + "type": "ir.actions.act_url", + "name": "Link hồ sơ", + "target": "new", + "url": self.link_ho_so, + } + return client_action + + def write(self, vals): + if "trang_thai_nhap_lieu" not in vals: + vals["trang_thai_nhap_lieu"] = False + # for field1, field2, s1, s2 in [ + # ('nganh_nghe_muon_hoc', 'nhom_nganh_muon_hoc', self.nganh_nghe_muon_hoc, self.nhom_nganh_muon_hoc), + # ('nganh_nghe_muon_hoc_2', 'nhom_nganh_muon_hoc_2', self.nganh_nghe_muon_hoc_2, self.nhom_nganh_muon_hoc_2)]: + # if field1 in vals or s1: + # if not s1 and field2 not in vals: + # raise ValidationError(_('Điền đủ trường nhóm ngành khi chọn chuyên ngành')) + # nganh_nghe_muon_hoc = vals[field1] if vals.get(field1) else s1.id + # nhom_nganh = vals[field2] if vals.get(field2) else s2.id + # nhom_nganh_muon_hoc = self.env['cenhomes.chuyen_nganh'].search([ + # ('id', '=', nganh_nghe_muon_hoc) + # ])[0].nhom_nganh.id + # + # if nhom_nganh != nhom_nganh_muon_hoc: + # raise ValidationError(_('Chuyên ngành đã chọn không thuộc nhóm ngành đã chọn')) + if len(vals.keys()) == 0: + return + return super().write(vals) + + def read(self, fields=None, load="_classic_read"): + res = None + args = http.request.params.get("args") + if not args or not isinstance(args[0][0], int): + kwargs = http.request.params.get("kwargs") + if kwargs: + nganh_nghe_muon_hoc = kwargs.get("context").get( + "sort_nganh_nghe_muon_hoc" + ) + offset = kwargs.get("offset") + if nganh_nghe_muon_hoc: + nhom_nganh = self.env["cenhomes.nhom_nganh"].search( + [("menu", "=", str(nganh_nghe_muon_hoc))] + ) + if nhom_nganh: + nganh_nghe_muon_hoc_id = [x.id for x in nhom_nganh] + res = super().search( + [ + "|", + ("nhom_nganh_muon_hoc", "in", nganh_nghe_muon_hoc_id), + ("nhom_nganh_muon_hoc_2", "in", nganh_nghe_muon_hoc_id), + ], + order="do_uu_tien desc", + ) + if offset < len(res): + res += super().search( + [ + "&", + ( + "nhom_nganh_muon_hoc", + "not in", + nganh_nghe_muon_hoc_id, + ), + ( + "nhom_nganh_muon_hoc_2", + "not in", + nganh_nghe_muon_hoc_id, + ), + ], + ) + else: + res = super().search( + [ + "&", + ( + "nhom_nganh_muon_hoc", + "not in", + nganh_nghe_muon_hoc_id, + ), + ( + "nhom_nganh_muon_hoc_2", + "not in", + nganh_nghe_muon_hoc_id, + ), + ], + offset=offset - len(res), + ) + + def valid(fname): + """determine whether user has access to field ``fname``""" + field = self._fields.get(fname) + if field and field.groups: + return self.user_has_groups(field.groups) + else: + return True + + if not fields: + fields = [name for name in self._fields if valid(name)] + + data = [(record, {"id": record._ids[0]}) for record in res] + use_name_get = load == "_classic_read" + for name in fields: + convert = res._fields[name].convert_to_read + for record, vals in data: + # missing records have their vals empty + if not vals: + continue + try: + vals[name] = convert( + record[name], record, use_name_get + ) + except MissingError: + vals.clear() + res = [vals for record, vals in data if vals] + if res is None: + res = super(CenhomesHocVien, self).read(fields=fields, load=load) + return res + + def name_get(self): + return [(record.id, record.ten) for record in self] + + @api.model + def search_read( + self, domain=None, fields=None, offset=0, limit=None, order=None, **read_kwargs + ): + """Perform a :meth:`search` followed by a :meth:`read`. + + :param domain: Search domain, see ``args`` parameter in :meth:`search`. + Defaults to an empty domain that will match all records. + :param fields: List of fields to read, see ``fields`` parameter in :meth:`read`. + Defaults to all fields. + :param int offset: Number of records to skip, see ``offset`` parameter in :meth:`search`. + Defaults to 0. + :param int limit: Maximum number of records to return, see ``limit`` parameter in :meth:`search`. + Defaults to no limit. + :param order: Columns to sort result, see ``order`` parameter in :meth:`search`. + Defaults to no sort. + :param read_kwargs: All read keywords arguments used to call + ``read(..., **read_kwargs)`` method e.g. you can use + ``search_read(..., load='')`` in order to avoid computing name_get + :return: List of dictionaries containing the asked fields. + :rtype: list(dict). + """ + records = self.search(domain or [], offset=offset, limit=limit, order=order) + if not records: + return [] + + if fields and fields == ["id"]: + # shortcut read if we only want the ids + return [{"id": record.id} for record in records] + + # read() ignores active_test, but it would forward it to any downstream search call + # (e.g. for x2m or function fields), and this is not the desired behavior, the flag + # was presumably only meant for the main search(). + # TODO: Move this to read() directly? + if "active_test" in self._context: + context = dict(self._context) + del context["active_test"] + records = records.with_context(context) + + result = records.read(fields, **read_kwargs) + if len(result) <= 1: + return result + + args = http.request.params.get("args") + if not args or not isinstance(args[0][0], int): + kwargs = http.request.params.get("kwargs") + if kwargs: + nganh_nghe_muon_hoc = kwargs.get("context").get( + "sort_nganh_nghe_muon_hoc" + ) + if nganh_nghe_muon_hoc: + return result + + # reorder read + index = {vals["id"]: vals for vals in result} + return [index[record.id] for record in records if record.id in index] + + +class CenhomesThongTinGiaoDuc(models.Model): + _name = "cenhomes.thong_tin_giao_duc" + _description = "Thông tin giáo dục / đào tạo của học viên" + + @api.model + def _check_valid_object(self): + if self.loai_bang_cap not in ["high_school", "middle_school", "primary_school"]: + if ( + self.diem_thi is None + or self.diem_thi.strip() == "" + or self.chuyen_nganh is None + or self.chuyen_nganh.strip() == "" + ): + raise ValidationError( + _( + "Trung cấp/Cao đẳng/Đại học/Cao học yêu cầu nhập điểm và chuyên ngành" + ) + ) + return True + + _constraints = [ + ( + _check_valid_object, + "Trung cấp/Cao đẳng/Đại học/Cao học yêu cầu nhập điểm và chuyên ngành", + [""], + ) + ] + + hoc_vien_id = fields.Many2one(comodel_name="cenhomes.hoc_vien", string="Học viên") + loai_bang_cap = fields.Selection( + string="Loại bằng cấp", + selection=[ + ("primary_school", "Tiểu học"), + ("middle_school", "THCS"), + ("high_school", "THPT"), + ("intermediate_school", "Trung cấp"), + ("college", "Cao đẳng"), + ("university", "Đại học"), + ("postgraduate", "Cao học"), + ], + ) + ten_co_so_giao_duc = fields.Char(string="Tên cơ sở giáo dục") + dia_diem = fields.Char(string="Địa điểm (Nhập Quận/Huyện, Thành phố, Đất nước)") + chuyen_nganh = fields.Char(string="Chuyên ngành") + diem_thi = fields.Char(string="Điểm thi") + thoi_gian_tu = fields.Char(string="Bắt đầu") + thoi_gian_den = fields.Char(string="Kết thúc") + + +class CenhomesThongTinPhuHuynh(models.Model): + _name = "cenhomes.thong_tin_phu_huynh" + _description = "Thông tin phụ huynh của học viên" + + hoc_vien_id = fields.Many2one( + comodel_name="cenhomes.hoc_vien", string="Học viên", ondelete="cascade" + ) + ten_phu_huynh = fields.Char( + string="Tên phụ huynh", required=True, help="Tên đầy đủ của phụ huynh." + ) + moi_quan_he = fields.Selection( + string="Mối quan hệ", + selection=[ + ("father", "Cha"), + ("mother", "Mẹ"), + ("guardian", "Người giám hộ"), + ("other", "Khác"), + ], + required=True, + help="Mối quan hệ của phụ huynh với học viên.", + ) + so_dien_thoai = fields.Char( + string="Số điện thoại", + required=True, + help="Số điện thoại liên hệ của phụ huynh.", + ) + email = fields.Char(string="Email", help="Email liên lạc của phụ huynh.") + dia_chi = fields.Text(string="Địa chỉ", help="Địa chỉ của phụ huynh.") + ghi_chu = fields.Text(string="Ghi chú", help="Các ghi chú bổ sung về phụ huynh.") + + # @api.constrains("email") + # def _check_valid_email(self): + # regex = r"\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,7}\b" + # if not re.fullmatch(regex, self.email): + # raise ValidationError(_("Email không đúng định dạng")) + # return True + + +class CenhomesLichSuChamSoc(models.Model): + _name = "cenhomes.lich_su_cham_soc" + _description = "Lịch sử chăm sóc học viên" + + hoc_vien_id = fields.Many2one( + comodel_name="cenhomes.hoc_vien", + string="Học viên", + required=True, + ondelete="cascade", + ) + ngay_cham_soc = fields.Char( + string="Ngày chăm sóc", + ) + noi_dung = fields.Text(string="Nội dung chăm sóc", required=True) + danh_gia = fields.Selection(string="Đánh giá", selection=Common._priority_list) + ket_qua = fields.Selection( + string="Kết quả chăm sóc", + required=True, + selection=[("success", "Đạt"), ("failure", "Chưa đạt")], + ) + ghi_chu = fields.Text(string="Ghi chú") + + +class CenhomesKinhNghiemLamViec(models.Model): + _name = "cenhomes.kinh_nghiem_lam_viec" + _description = "Thông tin kinh nghiệm làm việc" + + hoc_vien_id = fields.Many2one(comodel_name="cenhomes.hoc_vien", string="Học viên") + thoi_gian_tu = fields.Char(string="Bắt đầu") + thoi_gian_den = fields.Char(string="Kết thúc") + vi_tri_lam_viec = fields.Char(string="Vị trí làm việc") + ten_cong_ty = fields.Char(string="Tên công ty") + website_cong_ty = fields.Char(string="Website công ty") + dia_diem_lam_viec = fields.Char( + string="Địa điểm làm việc (Nhập Thành phố, Đất nước)" + ) + cong_viec_chinh = fields.Text(string="Công việc chính") + ket_qua_dat_duoc = fields.Char(string="Kết quả đạt được") + + +class CenhomesKyNangNgonNgu(models.Model): + _name = "cenhomes.ky_nang_ngon_ngu" + _description = "Thông tin kỹ năng ngôn ngữ" + + hoc_vien_id = fields.Many2one(comodel_name="cenhomes.hoc_vien", string="Học viên") + thoi_gian_tu = fields.Char(string="Bắt đầu") + thoi_gian_den = fields.Char(string="Kết thúc") + + loai_ngon_ngu = fields.Selection( + string="Loại ngôn ngữ", + selection=[ + ("english", "Tiếng Anh"), + ("german", "Tiếng Đức"), + ("french", "Tiếng Pháp"), + ("chinese", "Tiếng Trung"), + ("spanish", "Tiếng Tây Ban Nha"), + ("vietnamese", "Tiếng Việt"), + ("japanese", "Tiếng Nhật Bản"), + ("korean", "Tiếng Hàn Quốc"), + ("portuguese", "Tiếng Bồ Đào Nha"), + ("arabic", "Tiếng Ả Rập"), + ("hindi", "Tiếng Hindi"), + ("bengali", "Tiếng Bengali"), + ("lang_other", "Khác"), + ], + ) + trinh_do = fields.Char(string="Trình độ") + loai_bang = fields.Char(string="Loại bằng") + to_chuc_cap = fields.Char(string="Tổ chức cấp") + + +class CenhomesKyNangTinHoc(models.Model): + _name = "cenhomes.ky_nang_tin_hoc" + _description = "Thông tin kỹ năng tin học" + + hoc_vien_id = fields.Many2one(comodel_name="cenhomes.hoc_vien", string="Học viên") + ten_ky_nang = fields.Char(string="Tên kỹ năng") + mo_ta = fields.Text(string="Mô tả", help="Trình độ đạt được, bằng cấp (nếu có)") + + +class CenhomesKyNangKhac(models.Model): + _name = "cenhomes.ky_nang_khac" + _description = "Thông tin kỹ năng khác" + + hoc_vien_id = fields.Many2one(comodel_name="cenhomes.hoc_vien", string="Học viên") + ten_ky_nang = fields.Char(string="Tên kỹ năng") + mo_ta = fields.Text(string="Mô tả", help="Trình độ đạt được, bằng cấp (nếu có)") + + +class CenhomesLichSuHoSo(models.Model): + _name = "cenhomes.lich_su_ho_so" + _description = "Lịch sử hồ sơ" + + hoc_vien_id = fields.Many2one(comodel_name="cenhomes.hoc_vien", string="Học viên") + ngay_cap_nhat = fields.Date(string="Ngày cập nhật") + nguoi_cap_nhat = fields.Char(string="Người cập nhật") + ghi_chu = fields.Char(string="Ghi chú thông tin về hồ sơ") + + +class CenhomesLichSuDaoTao(models.Model): + _name = "cenhomes.lich_su_dao_tao" + _description = "Lịch sử đào tạo" + + hoc_vien_id = fields.Many2one(comodel_name="cenhomes.hoc_vien", string="Học viên") + thoi_gian_tu = fields.Char(string="Bắt đầu") + thoi_gian_den = fields.Char(string="Kết thúc") + + level_bat_dau_tham_gia = fields.Selection( + string="Level khi bắt đầu tham gia học", + selection=[("A1", "A1"), ("A2", "A2"), ("A3", "A3")], + ) + loai_hinh_hoc = fields.Selection( + string="Loại hình học", + selection=[ + ("Online", "Online"), + ("Offline", "Offline"), + ("edu_type_other", "Khác"), + ], + ) + co_so_hoc = fields.Many2one(comodel_name="cenhomes.co_so", string="Cơ sở đào tạo") + khung_chuong_trinh = fields.Char(string="Khung chương trình") + ngay_dat_chung_chi_A1 = fields.Date(string="Ngày đạt chứng chỉ A1") + ngay_dat_chung_chi_A2 = fields.Date(string="Ngày đạt chứng chỉ A2") + ngay_dat_chung_chi_B1 = fields.Date(string="Ngày đạt chứng chỉ B1") + ngay_dat_chung_chi_B2 = fields.Date(string="Ngày đạt chứng chỉ B2") + horen = fields.Char(string="Horen") + lesen = fields.Char(string="Lesen") + schreiben = fields.Char(string="Schreiben") + sprechen = fields.Char(string="Sprechen") + gesamtpunkte = fields.Char(string="Gesamtpunkte") + gesamtpunkte_100 = fields.Char(string="Gesamtpunkte (100)") + + +class CenhomesChungChi(models.Model): + _name = "cenhomes.chung_chi" + _description = "Chứng chỉ" + + hoc_vien_id = fields.Many2one(comodel_name="cenhomes.hoc_vien", string="Học viên") + ten_file = fields.Char(string="Tên file") + loai_file = fields.Selection( + string="Loại file", + selection=[ + ("word", "Word"), + ("pdf", "PDF"), + ("image", "Ảnh"), + ("file_type_other", "khác"), + ], + ) + ngon_ngu_file = fields.Char(string="Ngôn ngữ file") + + +class CenhomesChuongTrinhThamGia(models.Model): + _name = "cenhomes.chuong_trinh_tham_gia" + _description = "Chương trình tham gia" + + hoc_vien_id = fields.Many2one(comodel_name="cenhomes.hoc_vien", string="Học viên") + ten_chuong_trinh = fields.Char(string="Tên chương trình") + ky = fields.Char(string="Kỳ") + doi_tac = fields.Char(string="Đối tác") + ngay_dang_ky_tham_gia = fields.Date(string="Ngày đăng ký tham gia") + tinh_trang_ho_so = fields.Char(string="Tình trạng hồ sơ") + + +class CenhomesHoSoVisa(models.Model): + _name = "cenhomes.ho_so_visa" + _description = "Hồ sơ visa" + + hoc_vien_id = fields.Many2one(comodel_name="cenhomes.hoc_vien", string="Học viên") + ngay_nop_visa = fields.Date(string="Ngày nộp visa") + tinh_trang_visa = fields.Char(string="Tình trạng visa") + ho_so_tai_lieu_check_list_xin_visa = fields.Char( + string="Hồ sơ tài liệu check list của 1 bộ Xin Visa" + ) + ngay_duoc_duyet = fields.Date(string="Ngày được duyệt visa") + nguoi_thuc_hien = fields.Char(string="Người thực hiện") + ghi_chu_visa = fields.Char(string="Ghi chú") + + +class CenhomesThuDongLuc(models.Model): + _name = "cenhomes.thu_dong_luc" + _description = "Thư động lực" + _base_path_url = "cenhomes/du_hoc_kep/hoc_vien" + + hoc_vien_id = fields.Many2one(comodel_name="cenhomes.hoc_vien", string="Học viên") + thu_dong_luc_ten = fields.Char(string="Tên thư động lực") + vi_tri_ung_tuyen = fields.Char(string="Vị trí ứng tuyển") + thu_dong_luc_phan_dau = fields.Text( + string="Lời chào và mở đầu", + help="""- Thông tin cá nhân cơ bản, những điều quan trọng nhất và nổi bật nhất mà ứng viên muốn viết về bản thân mình, ví dụ như kinh nghiệm làm việc, sơ qua công ty đã làm. +- Thông qua đâu biết tới tin phỏng vấn, chương trình chuyển đổi văn bằng và đã tìm hiểu công ty đó như thế nào (phần tìm hiểu công ty chỉ cần viết chung chung theo mẫu hướng dẫn, vì ứng viên có thể được phỏng vấn với nhiều doanh nghiệp cùng lúc. Như vậy ứng viên có thể sử dụng một bản thư động lực cho nhiều công ty) +- Chốt lại khẳng định thực sự muốn trở thành nhân viên của công ty đó.""", + ) + + thu_dong_luc_phan_chinh = fields.Text( + string="Phần chính", + help="""a) Quá trình học tập và làm việc +- Giới thiệu ngắn gọn về quá trình học tập và kinh nghiệm làm việc đã tích lũy +- Những thành tích đã có được trong quá trình làm việc + +b) Tại sao lại là nước Đức để làm việc? +- Kể từ khi nào bạn có động lực, mục tiêu và ước mong muốn đến Đức? +- Tại sao bạn lại chọn Đức mà không phải một đất nước nào khác? Ví dụ: thích điều gì đó tại Đức, các điều bạn biết về nước Đức, gia đình, bạn bè, người thân, phúc lợi xã hội tốt, bảo hiểm …. như thế nào? +- Tại sao bạn lại lựa chọn đi theo diện công nhận văn bằng, mục tiêu của bạn khi tới Đức và trở thành một công nhân lành nghề? + +c) Sở thích và các đáp ứng được cho yêu cầu từ nhà tuyển dụng +- Hãy nói về con người bản thân, ví dụ những kỹ năng bạn đã tích luỹ, sở thích thực sự liên quan tới ngành nghề mà bạn ứng tuyển. +- Các hoạt động thường ngày liên quan tới công việc.""", + ) + + thu_dong_luc_phan_cuoi = fields.Text( + string="Phần cuối", + help="""- Ước muốn được tham gia phỏng vấn +- Cảm ơn vì sự chú ý.""", + ) + + thu_dong_luc_ket_thu = fields.Text(string="Phần kết thư", help="""- Chữ ký.""") + + def action_view_thu_dong_luc(self): + record_url = ( + f"{self._base_path_url}/thu_dong_luc/{self.hoc_vien_id.id}/{self.id}" + ) + client_action = { + "type": "ir.actions.act_url", + "name": "Thư động lực", + "target": "new", + "url": record_url, + } + return client_action + + +class CenhomesNhomNganh(models.Model): + _name = "cenhomes.nhom_nganh" + _description = "Nhóm ngành" + + ten_nhom_nganh = fields.Char(string="Tên nhóm ngành", required=True, translate=True) + menu = fields.Selection( + string="menu", + selection=[ + ("1", "Danh mục học viên có nguyện vọng ngành 1"), + ("2", "Danh mục học viên có nguyện vọng ngành 2"), + ("3", "Danh mục học viên có nguyện vọng ngành 3"), + ("4", "Danh mục học viên có nguyện vọng ngành 4"), + ("5", "Danh mục học viên có nguyện vọng ngành 5"), + ("6", "Danh mục học viên có nguyện vọng ngành 6"), + ("7", "Danh mục học viên có nguyện vọng ngành 7"), + ], + ) + + def name_get(self): + return [(record.id, record.ten_nhom_nganh) for record in self] + + def write(self, vals): + if "menu" in vals: + self.search( + [("id", "!=", self.id), ("menu", "=", vals.get("menu"))] + ).sudo().update({"menu": False}) + return super().write(vals) + + +class CenhomesNganh(models.Model): + _name = "cenhomes.chuyen_nganh" + _description = "Nguyện vọng ngành" + + is_favorite = fields.Char(string="", default=False) + ten_chuyen_nganh = fields.Char(string="Tên nguyện vọng ngành", required=True) + nhom_nganh = fields.Many2one( + comodel_name="cenhomes.nhom_nganh", string="Nhóm ngành", required=True + ) + + def name_get(self): + return [(record.id, record.ten_chuyen_nganh) for record in self] + + +class CenhomesDuhockepDoiTac(models.Model): + _name = "cenhomes.du_hoc_kep_doi_tac" + _description = "Đối tác" + + ten = fields.Char(string="Tên đối tác") + ma_don_vi = fields.Char(string="Mã đối tác") + bang = fields.Char(string="Bang") + thanh_pho = fields.Char(string="Thành phố") + nguoi_dai_dien = fields.Char(string="Người đại diện") + chuc_vu = fields.Char(string="Chức vụ") + email = fields.Char(string="Email") + phone = fields.Char(string="Số điện thoại") + ngay_ket_noi = fields.Date(string="Ngày kết nối") + + def name_get(self): + return [(record.id, record.ten) for record in self] + + +class CenhomesHocvienDoiTac(models.Model): + _name = "cenhomes.quan_he_hoc_vien_doi_tac" + _description = "Quan hệ học viên đối tác" + _base_path_url = "cenhomes/du_hoc_kep/hoc_vien" + + hoc_vien_id = fields.Many2one(comodel_name="cenhomes.hoc_vien", string="Học viên") + doi_tac = fields.Many2one( + comodel_name="cenhomes.du_hoc_kep_doi_tac", string="Đối tác" + ) + doi_tac_ma_don_vi = fields.Char( + string="Mã đối tác", related="doi_tac.ma_don_vi", store=False + ) + doi_tac_bang = fields.Char(string="Bang", related="doi_tac.bang", store=False) + doi_tac_thanh_pho = fields.Char( + string="Thành phố", related="doi_tac.thanh_pho", store=False + ) + doi_tac_nguoi_dai_dien = fields.Char( + string="Người đại diện", related="doi_tac.nguoi_dai_dien", store=False + ) + doi_tac_chuc_vu = fields.Char( + string="Chức vụ", related="doi_tac.chuc_vu", store=False + ) + + ngay_so_tuyen = fields.Date(string="Ngày sơ tuyển") + dia_diem_so_tuyen = fields.Char(string="Địa điểm sơ tuyển") + ket_qua_so_tuyen = fields.Char(string="Kết quả sơ tuyển") + + pv1_thoi_gian = fields.Datetime( + string="Thời gian", default=lambda self: fields.datetime.now() + ) + pv1_hinh_thuc = fields.Char(string="Hình thức") + pv1_dia_diem = fields.Char(string="Địa điểm") + pv1_nhom_nganh = fields.Many2one( + comodel_name="cenhomes.nhom_nganh", string="Nhóm ngành" + ) + pv1_nghe_nghiep = fields.Char(string="Nghề nghiệp") + pv1_ket_qua = fields.Selection( + string="Kết quả lần 1", + selection=[("passed", "Đạt điều kiện"), ("failed", "Chưa đủ điều kiện")], + ) + pv1_feedback_dung_gio = fields.Selection( + string="Đúng giờ", selection=Common._priority_list + ) + pv1_feedback_phong_thai = fields.Selection( + string="Phong thái", selection=Common._priority_list + ) + pv1_feedback_thai_do_nghiem_tuc = fields.Selection( + string="Thái độ nghiêm túc", selection=Common._priority_list + ) + pv1_feedback_than_thien = fields.Selection( + string="Thân thiện", selection=Common._priority_list + ) + pv1_feedback_kha_nang_nghe = fields.Selection( + string="Khả năng nghe", selection=Common._priority_list + ) + pv1_feedback_kha_nang_noi = fields.Selection( + string="Khả năng nói", selection=Common._priority_list + ) + pv1_feedback_kien_thuc_nghe = fields.Selection( + string="Kiến thức nghề", selection=Common._priority_list + ) + pv1_feedback_dong_luc = fields.Selection( + string="Động lực", selection=Common._priority_list + ) + pv1_feedback_muc_do_phu_hop = fields.Selection( + string="Mức độ phù hợp", selection=Common._priority_list + ) + pv1_nhan_xet = fields.Text(string="Nhận xét") + + pv2_thoi_gian = fields.Datetime( + string="Thời gian", default=lambda self: fields.datetime.now() + ) + pv2_hinh_thuc = fields.Char(string="Hình thức") + pv2_dia_diem = fields.Char(string="Địa điểm") + pv2_nhom_nganh = fields.Many2one( + comodel_name="cenhomes.nhom_nganh", string="Nhóm ngành" + ) + pv2_nghe_nghiep = fields.Char(string="Nghề nghiệp") + pv2_ket_qua = fields.Selection( + string="Kết quả lần 2", + selection=[("passed", "Đạt điều kiện"), ("failed", "Chưa đủ điều kiện")], + ) + pv2_feedback_dung_gio = fields.Selection( + string="Đúng giờ", selection=Common._priority_list + ) + pv2_feedback_phong_thai = fields.Selection( + string="Phong thái", selection=Common._priority_list + ) + pv2_feedback_thai_do_nghiem_tuc = fields.Selection( + string="Thái độ nghiêm túc", selection=Common._priority_list + ) + pv2_feedback_than_thien = fields.Selection( + string="Thân thiện", selection=Common._priority_list + ) + pv2_feedback_kha_nang_nghe = fields.Selection( + string="Khả năng nghe", selection=Common._priority_list + ) + pv2_feedback_kha_nang_noi = fields.Selection( + string="Khả năng nói", selection=Common._priority_list + ) + pv2_feedback_kien_thuc_nghe = fields.Selection( + string="Kiến thức nghề", selection=Common._priority_list + ) + pv2_feedback_dong_luc = fields.Selection( + string="Động lực", selection=Common._priority_list + ) + pv2_feedback_muc_do_phu_hop = fields.Selection( + string="Mức độ phù hợp", selection=Common._priority_list + ) + pv2_nhan_xet = fields.Text(string="Nhận xét") + + pv3_thoi_gian = fields.Datetime( + string="Thời gian", default=lambda self: fields.datetime.now() + ) + pv3_hinh_thuc = fields.Char(string="Hình thức") + pv3_dia_diem = fields.Char(string="Địa điểm") + pv3_nhom_nganh = fields.Many2one( + comodel_name="cenhomes.nhom_nganh", string="Nhóm ngành" + ) + pv3_nghe_nghiep = fields.Char(string="Nghề nghiệp") + pv3_ket_qua = fields.Selection( + string="Kết quả lần 3", + selection=[("passed", "Đạt điều kiện"), ("failed", "Chưa đủ điều kiện")], + ) + pv3_feedback_dung_gio = fields.Selection( + string="Đúng giờ", selection=Common._priority_list + ) + pv3_feedback_phong_thai = fields.Selection( + string="Phong thái", selection=Common._priority_list + ) + pv3_feedback_thai_do_nghiem_tuc = fields.Selection( + string="Thái độ nghiêm túc", selection=Common._priority_list + ) + pv3_feedback_than_thien = fields.Selection( + string="Thân thiện", selection=Common._priority_list + ) + pv3_feedback_kha_nang_nghe = fields.Selection( + string="Khả năng nghe", selection=Common._priority_list + ) + pv3_feedback_kha_nang_noi = fields.Selection( + string="Khả năng nói", selection=Common._priority_list + ) + pv3_feedback_kien_thuc_nghe = fields.Selection( + string="Kiến thức nghề", selection=Common._priority_list + ) + pv3_feedback_dong_luc = fields.Selection( + string="Động lực", selection=Common._priority_list + ) + pv3_feedback_muc_do_phu_hop = fields.Selection( + string="Mức độ phù hợp", selection=Common._priority_list + ) + pv3_nhan_xet = fields.Text(string="Nhận xét") + + ket_qua_chung = fields.Selection( + string="Mức độ phù hợp", + selection=[("passed", "Được tiếp nhận"), ("failed", "Không tiếp nhận")], + ) + + def action_view_thong_bao_lich_pv(self): + url = "cenhomes/404" + kwargs = http.request.params.get("kwargs") + if http.request.params.get("kwargs"): + context = kwargs.get("context").get("vong_phong_van") + if context: + url = f"{self._base_path_url}/lich_phong_van/{self.hoc_vien_id.id}/{self.id}?vong_phong_van={context}" + return { + "type": "ir.actions.act_url", + "name": "Lịch phỏng vấn", + "target": "new", + "url": url, + } + + def action_view_thong_bao_ket_qua_pv(self): + url = "cenhomes/404" + kwargs = http.request.params.get("kwargs") + if http.request.params.get("kwargs"): + context = kwargs.get("context").get("vong_phong_van") + if context: + url = f"{self._base_path_url}/ket_qua_phong_van/{self.hoc_vien_id.id}/{self.id}?vong_phong_van={context}" + return { + "type": "ir.actions.act_url", + "name": "Kết quả phỏng vấn", + "target": "new", + "url": url, + } + + +class CenhomesBaoLuu(models.Model): + _name = "cenhomes.bao_luu" + _description = "Bảo lưu học viên" + + hoc_vien_id = fields.Many2one( + "cenhomes.hoc_vien", + string="Học Viên", + required=True, + help="Học viên đăng ký bảo lưu", + ) + mshv = fields.Char( + string="Mã Số Học Viên", + related="hoc_vien_id.mshv", + store=True, + readonly=True, + ) + trinh_do = fields.Selection( + selection=BaoLuu._trinh_do_bao_luu_list, + string="Trình Độ Bảo Lưu", + default="a1", + ) + ngay_nop_don = fields.Date(string="Ngày Nộp Đơn") + ngay_bat_dau = fields.Date(string="Ngày Bắt Đầu Bảo Lưu") + ngay_ket_thuc = fields.Date(string="Ngày Kết Thúc Bảo Lưu") + ly_do = fields.Text(string="Lý Do Bảo Lưu") + trang_thai = fields.Selection( + selection=BaoLuu._trang_thai_bao_luu_list, + string="Trạng Thái Đơn", + default="draft", + ) + + +class CenhomesBanGiaoHocVien(models.Model): + _name = "cenhomes.ban_giao_hoc_vien" + _description = "Bàn giao học viên" + + hoc_vien_id = fields.Many2one( + comodel_name="cenhomes.hoc_vien", + string="Học viên", + required=True, + ondelete="cascade", + ) + mshv = fields.Char( + string="Mã Số Học Viên", + related="hoc_vien_id.mshv", + store=True, + readonly=True, + ) + nhan_su_thu_tuc_id = fields.Char( + string="Nhân sự tủ tục", + ) + giao_vu_id = fields.Char( + string="Giáo vụ", + ) + size_dong_phuc = fields.Char(string="Size đồng phục") + ngay_nhan_dong_phuc = fields.Date(string="Ngày nhận đồng phục") + ngay_nhan_the = fields.Date(string="Ngày nhận thẻ") + ngay_nhan_giao_trinh_a1 = fields.Date(string="Ngày nhận giáo trình A1") + ngay_nhan_giao_trinh_a2 = fields.Date(string="Ngày nhận giáo trình A2") + ngay_nhan_giao_trinh_b1 = fields.Date(string="Ngày nhận giáo trình B1") + so_lan_cap_lai = fields.Integer(string="Số lần cấp lại thẻ/áo/sách", default=0) + + def write(self, vals): + return super().write(vals) + + +# không dùng menu trong settings nữa +# class ResConfigSettings(models.TransientModel): +# _inherit = 'res.config.settings' +# +# display_nguyen_vong_nganh = fields.Many2one(comodel_name='cenhomes.nhom_nganh', string='Nguyện vọng ngành') +# +# def set_values(self): +# """employee setting field values""" +# res = super(ResConfigSettings, self).set_values() +# self.env['ir.config_parameter'].set_param('cenhomes.du_hoc_kep.display_chuyen_nganh', +# self.display_nguyen_vong_nganh.id) +# name_action = "Danh mục học viên có nguyện vọng ngành" +# if get_lang(self.env).code == 'de_DE': +# name_action = "Die Liste der Berufswünsche" +# action = self.env['ir.actions.actions'].search([ +# ('name', 'ilike', name_action) +# ]) +# action[0].sudo().update({ +# 'name': f'{name_action} {self.display_nguyen_vong_nganh.ten_nhom_nganh}' +# }) +# nhom_nganh = self.env['cenhomes.nhom_nganh'].search([ +# ('id', '=', self.display_nguyen_vong_nganh.id) +# ]) +# if nhom_nganh: +# nhom_nganh[0].sudo().update({ +# 'is_favorite': True +# }) +# self.env['cenhomes.nhom_nganh'].search([ +# ('id', '!=', self.display_nguyen_vong_nganh.id) +# ]).sudo().update({ +# 'is_favorite': False +# }) +# +# return res +# +# def get_values(self): +# """employee limit getting field values""" +# res = super(ResConfigSettings, self).get_values() +# value = self.env['ir.config_parameter'].sudo().get_param('cenhomes.du_hoc_kep.display_chuyen_nganh') +# if value: +# res.update( +# display_nguyen_vong_nganh=int(value) +# ) +# return res diff --git a/cenhomes_student/models/models_co_so_vat_chat.py b/cenhomes_student/models/models_co_so_vat_chat.py new file mode 100644 index 0000000..9a70812 --- /dev/null +++ b/cenhomes_student/models/models_co_so_vat_chat.py @@ -0,0 +1,24 @@ +from .models_constants import QuanLyHocTap, QuanLyThiB1 +from odoo import models, fields, api + + +class CenhomesCoSo(models.Model): + _name = "cenhomes.co_so" + _description = "Cơ sở đào tạo" + dia_chi = fields.Char(string="Địa điểm cơ sở") + + def name_get(self): + return [(record.id, record.dia_chi) for record in self] + + +class CenhomesKyTucXa(models.Model): + _name = "cenhomes.ky_tuc_xa" + _description = "Ký Túc Xá" + + name = fields.Char(string="Tên", required=True) + dia_chi = fields.Char(string="Địa Chỉ", required=True) + cong_suat_toi_da = fields.Integer(string="Công Suất Tối Đa", required=True) + dang_su_dung = fields.Integer(string="Đang Sử Dụng", required=True) + + def name_get(self): + return [(record.id, record.name) for record in self] diff --git a/cenhomes_student/models/models_constants.py b/cenhomes_student/models/models_constants.py new file mode 100644 index 0000000..490b307 --- /dev/null +++ b/cenhomes_student/models/models_constants.py @@ -0,0 +1,139 @@ +class QuanLyHocTap: + _trang_thai_hoc_tap_list = [ + ("dang_hoc", "Đang học"), + ("tu_on", "Tự ôn"), + ("dang_lam_thu_tuc_bao_luu", "Đang làm thủ tục bảo lưu"), + ("dang_bao_luu", "Đang bảo lưu"), + ("da_nghi_cho_thu_tuc", "Đã nghỉ, đang chờ thủ tục"), + ("da_nghi_hoan_thanh_thu_tuc", "Đã nghỉ, hoàn thành thủ tục"), + ("tot_nghiep", "Tốt nghiệp"), + ] + + _trang_thai_doi_ngoai_list = [ + ("chua_san_sang", "Chưa sẵn sàng"), + ("chua_hoan_thanh_ho_so", "Chưa hoàn thành hồ sơ ứng tuyển"), + ("hoan_thanh_ho_so", "Đã hoàn thành hồ sơ ứng tuyển"), + ("dang_giai_doan_ung_tuyen", "Đang giai đoạn ứng tuyển"), + ("dang_phong_van", "Đang giai đoạn phỏng vấn"), + ("duoc_tiep_nhan", "Được doanh nghiệp tiếp nhận"), + ("dang_xin_visa", "Đang xin visa"), + ("co_visa", "Đã có visa"), + ("xuat_canh", "Đã xuất cảnh"), + ] + + _trang_thai_chuyen_trung_tam_list = [ + ("khong_chuyen", "Không chuyển"), + ("mien_nam", "Chuyển miền Nam"), + ("mien_bac", "Chuyển miền Bắc"), + ("online", "Chuyển Online"), + ] + + _loai_bai_thi_list = [ + ("test_kap", "Test theo KAP"), + ("giua_lo_trinh", "Thi giữa lộ trình"), + ("het_lo_trinh", "Thi hết lộ trình"), + ("tieu_chuan", "Bài thi tiêu chuẩn"), + ] + + _trinh_do_dao_tao_list = [ + ("a1", "A1"), + ("a2", "A2"), + ("b1", "B1"), + ("on_b1", "Ôn B1"), + ] + + +class QuanLyThiB1: + _ket_qua_goethe_osd_list = [ + ("truot", "Trượt"), + ("do_1_ky_nang", "Đỗ 1 kỹ năng"), + ("do_2_ky_nang", "Đỗ 2 kỹ năng"), + ("do_3_ky_nang", "Đỗ 3 kỹ năng"), + ("do_b1", "Đỗ B1"), + ] + + _ket_qua_telc_list = [ + ("truot", "Trượt"), + ("do_nghe_doc_viet_ngu_phap", "Đỗ Nghe - Đọc - Viết - Ngữ pháp"), + ("do_noi", "Đỗ Nói"), + ("do_b1", "Đỗ B1"), + ] + + _ket_qua_ecl_list = [ + ("truot", "Trượt"), + ("do_nghe_noi", "Đỗ Nghe Nói"), + ("do_doc_viet", "Đỗ Đọc Viết"), + ("do_b1", "Đỗ B1"), + ] + + +class BaoLuu: + _trang_thai_bao_luu_list = [ + ("draft", "Nháp"), + ("approved", "Đã Duyệt"), + ("rejected", "Từ Chối"), + ] + + _trinh_do_bao_luu_list = [ + ("a1", "A1"), + ("a2", "A2"), + ("b1", "B1"), + ] + + +class QuanLyLopHoc: + _trinh_do_list = [("a1", "A1"), ("a2", "A2"), ("b1", "B1")] + _loai_lop_list = [("lop_hoc", "Lớp học"), ("lop_phu_dao", "Lớp phụ đạo")] + _trang_thai_lop_list = [("mo", "Mở"), ("dong", "Đóng")] + + _loai_chung_chi_list = [ + ("goethe", "Goethe"), + ("telc", "Telc"), + ("osd", "OSD"), + ("ecl", "ECL"), + ("chung", "Chung"), + ] + _loai_lop_on_list = [ + ("on_chinh_khoa", "Ôn chính khóa"), + ("on_duy_tri", "Ôn duy trì"), + ] + + _time_of_day = [("sang", "Sáng"), ("chieu", "Chiều"), ("toi", "Tối")] + + _trang_thai_diem_danh = [ + ("co_mat", "Có mặt"), + ("vang_phep", "Vắng phép"), + ("vang_khong_phep", "Vắng không phép"), + ("den_muon", "Đến muộn"), + ("ve_som", "Về sớm"), + ] + + +class EventManagement: + event_types = [ + ("workshop", "Workshop"), + ("webinar", "Webinar"), + ("dau_ngoai_hoc_vien", "Đầu ngoại - Học viên"), + ("san_pham_tuyen_sinh", "Sản phẩm - Tuyển sinh"), + ("minitalk", "Minitalk"), + ("hoat_dong_tt_dt", "Hoạt động TTĐT (Bóc nhỏ nữa)"), + ] + + +class TuyenSinh: + trang_thai = [("dang_tuyen_sinh", "Đang Tuyển Sinh"), ("da_nghi", "Đã Nghỉ")] + trang_thai_phu_trach = [ + ("dang_ho_tro", "Đang Hỗ Trợ"), + ("da_ban_giao", "Đã Bàn Giao"), + ] + + +class Common: + _priority_list = [ + ("0", ""), + ("1", "Rất kém"), + ("2", "Kém"), + ("3", "Trung bình"), + ("4", "Khá"), + ("5", "Tốt"), + ] diff --git a/cenhomes_student/models/models_giao_vien.py b/cenhomes_student/models/models_giao_vien.py new file mode 100644 index 0000000..bc42382 --- /dev/null +++ b/cenhomes_student/models/models_giao_vien.py @@ -0,0 +1,131 @@ +from odoo import models, fields + +_stats_list = [("dang_lam", "Đang làm"), ("da_nghi", "Đã nghỉ")] +_gender_list = [("male", "Nam"), ("female", "Nữ"), ("other", "Khác")] +from .models_constants import Common + + +class CenhomesGiaoVienChuNhiem(models.Model): + _name = "cenhomes.giao_vien_chu_nhiem" + _description = "Giáo viên chủ nhiệm" + + name = fields.Char(string="Tên", required=True) + ngay_sinh = fields.Date(string="Ngày sinh") + gioi_tinh = fields.Selection(string="Giới tính", selection=_gender_list) + ngay_gia_nhap = fields.Date(string="Ngày gia nhập") + trang_thai = fields.Selection( + string="Trạng thái", selection=_stats_list, default="dang_lam" + ) + + def name_get(self): + return [(record.id, record.name) for record in self] + + def write(self, vals): + return super().write(vals) + + +class CenhomesGiaoVienDayTieng(models.Model): + _name = "cenhomes.giao_vien_day_tieng" + _description = "Giáo viên dạy tiếng" + + name = fields.Char(string="Tên", required=True) + ngay_sinh = fields.Date(string="Ngày sinh") + gioi_tinh = fields.Selection(string="Giới tính", selection=_gender_list) + ngay_gia_nhap = fields.Date(string="Ngày gia nhập") + trang_thai = fields.Selection( + string="Trạng thái", selection=_stats_list, default="dang_lam" + ) + trinh_do_tieng = fields.Char(string="Trình độ tiếng") + bang_cap_tieng = fields.Char(string="Bằng cấp tiếng") + + def name_get(self): + return [(record.id, record.name) for record in self] + + def write(self, vals): + return super().write(vals) + + +class QuanHeGiaoVienChuNhiemHocVien(models.Model): + _name = "cenhomes.quan_he_giao_vien_chu_nhiem_hoc_vien" + _description = "Quan Hệ GVCN - Học Viên" + + hoc_vien_id = fields.Many2one( + comodel_name="cenhomes.hoc_vien", + string="Học viên", + ondelete="cascade", + required=True, + ) + mshv = fields.Char( + string="Mã Số Học Viên", + related="hoc_vien_id.mshv", + store=True, + readonly=True, + ) + giao_vien_id = fields.Many2one( + comodel_name="cenhomes.giao_vien_chu_nhiem", + string="Giáo viên", + ondelete="cascade", + required=True, + ) + lop_hoc_id = fields.Many2one( + comodel_name="cenhomes.lop_hoc", + string="Lớp học", + ondelete="cascade", + required=True, + ) + + danh_gia_ky_nang = fields.Selection( + selection=Common._priority_list, + string="Đánh Giá Kỹ Năng Giảng Dạy", + ) + danh_gia_tac_phong = fields.Selection( + selection=Common._priority_list, + string="Đánh Giá Tác Phong Sư Phạm", + ) + + ghi_chu = fields.Text(string="Ghi Chú") + file_dinh_kem = fields.Binary(string="File Đính Kèm") + file_name = fields.Char(string="Tên File") + + +class QuanHeGiaoVienTiengHocVien(models.Model): + _name = "cenhomes.quan_he_giao_vien_day_tieng_hoc_vien" + _description = "Quan Hệ Giáo Viên Tiếng - Học Viên" + + hoc_vien_id = fields.Many2one( + ondelete="cascade", + comodel_name="cenhomes.hoc_vien", + string="Học viên", + required=True, + ) + mshv = fields.Char( + string="Mã Số Học Viên", + related="hoc_vien_id.mshv", + store=True, + readonly=True, + ) + giao_vien_id = fields.Many2one( + ondelete="cascade", + comodel_name="cenhomes.giao_vien_day_tieng", + string="Giáo viên", + required=True, + ) + lop_hoc_id = fields.Many2one( + ondelete="cascade", + comodel_name="cenhomes.lop_hoc", + string="Lớp học", + required=True, + ) + + danh_gia_ky_nang = fields.Selection( + selection=Common._priority_list, + string="Đánh Giá Kỹ Năng Giảng Dạy", + ) + danh_gia_tac_phong = fields.Selection( + selection=Common._priority_list, + string="Đánh Giá Tác Phong Sư Phạm", + ) + + ghi_chu = fields.Text(string="Ghi Chú") + file_dinh_kem = fields.Binary(string="File Đính Kèm") + file_name = fields.Char(string="Tên File") diff --git a/cenhomes_student/models/models_hoc_tap.py b/cenhomes_student/models/models_hoc_tap.py new file mode 100644 index 0000000..7a4ee06 --- /dev/null +++ b/cenhomes_student/models/models_hoc_tap.py @@ -0,0 +1,207 @@ +# from xml import etree +from lxml import etree + +from .models_constants import QuanLyHocTap, QuanLyThiB1 +from odoo import models, fields, api + + +class CenhomesQuanLyHocTap(models.Model): + _name = "cenhomes.quan_ly_hoc_tap" + _description = "Quản Lý Học Tập" + + hoc_vien_id = fields.Many2one( + comodel_name="cenhomes.hoc_vien", + string="Học viên", + ondelete="cascade", + ) + mshv = fields.Char( + string="Mã Số Học Viên", + related="hoc_vien_id.mshv", + store=True, + readonly=True, + ) + ngay_ban_giao = fields.Date(string="Ngày Bàn Giao Học Viên") + ngay_nhap_hoc = fields.Date(string="Ngày Nhập Học") + khoa = fields.Char(string="Khóa") + ngay_kiem_tra_dau_vao = fields.Date(string="Ngày Kiểm Tra Đầu Vào") + ket_qua_dau_vao = fields.Char(string="Kết Quả Kiểm Tra Đầu Vào") + lop_a1 = fields.Char(string="Lớp A1") + start_date_a1 = fields.Date(string="Start Date A1") + lop_a2 = fields.Char(string="Lớp A2") + start_date_a2 = fields.Date(string="Start Date A2") + lop_b1 = fields.Char(string="Lớp B1") + start_date_b1 = fields.Date(string="Start Date B1") + lop_on_b1 = fields.Char(string="Lớp Ôn B1") + start_date_on_b1 = fields.Date(string="Start Date Ôn B1") + lop_on_duy_tri_b1 = fields.Char(string="Lớp Ôn Duy Trì B1") + start_date_on_duy_tri_b1 = fields.Date(string="Start Date Ôn Duy Trì B1") + lop_phu_dao = fields.Char(string="Lớp Phụ Đạo (Nếu Có)") + start_date_phu_dao = fields.Date(string="Start Date Phụ Đạo (Nếu Có)") + trang_thai_hoc_tap = fields.Selection( + selection=QuanLyHocTap._trang_thai_hoc_tap_list, + string="Trạng Thái Học Tập", + ) + trang_thai_doi_ngoai = fields.Selection( + selection=QuanLyHocTap._trang_thai_doi_ngoai_list, + string="Trạng Thái Đối Ngoại", + ) + trang_thai_thu_tuc = fields.Char(string="Trạng Thái Thủ Tục") + trang_thai_chuyen_tt = fields.Selection( + selection=QuanLyHocTap._trang_thai_chuyen_trung_tam_list, + string="Chuyển Trung Tâm", + ) + nguyen_vong_1 = fields.Char(string="Nguyện Vọng 1") + nguyen_vong_2 = fields.Char(string="Nguyện Vọng 2") + + +class KiemTraBaiCu(models.Model): + _name = "cenhomes.kiem_tra_bai_cu" + _description = "Kiểm Tra Bài Cũ" + + hoc_vien_id = fields.Many2one( + comodel_name="cenhomes.hoc_vien", + string="Học viên", + ondelete="cascade", + ) + mshv = fields.Char( + string="Mã Số Học Viên", + related="hoc_vien_id.mshv", + store=True, + readonly=True, + ) + + thoi_khoa_bieu_id = fields.Many2one( + comodel_name="cenhomes.thoi_khoa_bieu", + string="Thời Khóa Biểu", + ondelete="cascade", + ) + diem_bai_tap_ve_nha = fields.Float(string="Điểm Bài Tập Về Nhà") + diem_kiem_tra_mieng = fields.Float(string="Điểm Kiểm Tra Miệng", default=None) + is_khong_cham = fields.Boolean(string="Không Chấm", default=False) + + @api.onchange("is_khong_cham") + def _onchange_is_khong_cham(self): + """Nếu chọn không chấm, thì đặt điểm kiểm tra miệng là None""" + if self.is_khong_cham: + self.diem_kiem_tra_mieng = False + + +class CenhomesBaiThi(models.Model): + _name = "cenhomes.bai_thi" + _description = "Bài thi" + + name = fields.Char(string="Tên", required=True) + giao_vien_coi_thi_id = fields.Char(string="Giáo viên coi thi") + giao_vien_cham_thi_id = fields.Char(string="Giáo viên chấm thi") + ngay_thi = fields.Date(string="Ngày thi") + loai_thi = fields.Selection( + string="Loại thi", + selection=QuanLyHocTap._loai_bai_thi_list, + required=True, + ) + loai_giao_trinh = fields.Char(string="Loại giáo trình") + noi_dung_bai_kiem_tra = fields.Text(string="Nội dung bài kiểm tra") + thoi_luong_lam_bai = fields.Integer(string="Thời lượng làm bài (phút)") + ma_de_thi = fields.Char(string="Mã đề thi") + + def write(self, vals): + return super().write(vals) + + +class CenhomesKetQuaThi(models.Model): + _name = "cenhomes.ket_qua_thi" + _description = "Kết quả thi" + hoc_vien_id = fields.Many2one( + comodel_name="cenhomes.hoc_vien", + string="Học viên", + ondelete="cascade", + ) + mshv = fields.Char( + string="Mã Số Học Viên", + related="hoc_vien_id.mshv", + store=True, + readonly=True, + ) + bai_thi_id = fields.Many2one( + comodel_name="cenhomes.bai_thi", + string="Bài thi", + ondelete="cascade", + ) + thi_nghe = fields.Char(string="Thi nghe") + thi_noi = fields.Char(string="Thi nói") + thi_doc = fields.Char(string="Thi đọc") + thi_viet = fields.Char(string="Thi viết") + + def write(self, vals): + return super().write(vals) + + +class CenhomesQuanLyThiB1(models.Model): + _name = "cenhomes.quan_ly_thi_b1" + _description = "Quản Lý Thi B1" + + hoc_vien_id = fields.Many2one( + comodel_name="cenhomes.hoc_vien", + string="Học viên", + ondelete="cascade", + required=True, + ) + mshv = fields.Char( + string="Mã Số Học Viên", + related="hoc_vien_id.mshv", + store=True, + readonly=True, + ) + giao_vu_id = fields.Char( + string="Giáo vụ", + ) + don_vi_to_chuc = fields.Char(string="Đơn Vị Tổ Chức") + loai_chung_chi = fields.Char(string="Loại Chứng Chỉ") + dia_chi_to_chuc_thi = fields.Char(string="Địa Chỉ Tổ Chức Thi") + ngay_dang_ky = fields.Date(string="Ngày Đăng Ký") + ngay_thi_du_kien = fields.Date(string="Ngày Thi Dự Kiến") + ket_qua_goethe_osd_nghe = fields.Float(string="Kết Quả Thi Goethe/OSD Nghe") + ket_qua_goethe_osd_viet = fields.Float(string="Kết Quả Thi Goethe/OSD Viết") + ket_qua_goethe_osd_doc = fields.Float(string="Kết Quả Thi Goethe/OSD Đọc") + ket_qua_goethe_osd_noi = fields.Float(string="Kết Quả Thi Goethe/OSD Nói") + ket_qua_telc_nghe_doc_viet_ngu_phap = fields.Float( + string="Kết Quả Thi TELC Nghe - Đọc - Viết - Ngữ Pháp" + ) + ket_qua_telc_noi = fields.Float(string="Kết Quả Thi TELC Nói") + diem_tong_telc = fields.Float(string="Điểm Tổng TELC") + ket_qua_ecl_nghe = fields.Float(string="Kết Quả Thi ECL Nghe") + ket_qua_ecl_viet = fields.Float(string="Kết Quả Thi ECL Viết") + ket_qua_ecl_doc = fields.Float(string="Kết Quả Thi ECL Đọc") + ket_qua_ecl_noi = fields.Float(string="Kết Quả Thi ECL Nói") + diem_tong_ecl = fields.Float(string="Điểm Tổng ECL") + ket_qua_goethe_osd = fields.Selection( + selection=QuanLyThiB1._ket_qua_goethe_osd_list, + string="Kết Quả Thi Goethe/OSD", + ) + ket_qua_telc = fields.Selection( + selection=QuanLyThiB1._ket_qua_telc_list, + string="Kết Quả Thi TELC", + ) + ket_qua_ecl = fields.Selection( + selection=QuanLyThiB1._ket_qua_ecl_list, + string="Kết Quả Thi ECL", + ) + ngay_lay_bang_du_kien = fields.Date(string="Ngày Lấy Bằng Dự Kiến") + + +class QuyChuanDaoTao(models.Model): + _name = "cenhomes.quy_chuan_dao_tao" + _description = "Quy Chuẩn Đào Tạo" + + trinh_do = fields.Selection( + selection=QuanLyHocTap._trinh_do_dao_tao_list, string="Trình Độ", required=True + ) + yeu_cau_dau_vao = fields.Text(string="Yêu Cầu Đầu Vào") + thoi_gian_dao_tao = fields.Integer(string="Thời Gian Đào Tạo (giờ)") + so_tiet_hoc = fields.Integer(string="Số Tiết Học") + so_tiet_giao_vien_duc = fields.Integer(string="Số Tiết Với Giáo Viên Đức") + so_tiet_luyen_nghe_noi = fields.Integer(string="Số Tiết Luyện Nghe Nói") + so_tiet_luyen_cv_thu = fields.Integer(string="Số Tiết Luyện CV & Thư Động Lực") + so_tiet_luyen_phong_van = fields.Integer(string="Số Tiết Luyện Phỏng Vấn") + so_tiet_tu_hoc = fields.Integer(string="Số Tiết Tự Học") + chuan_dau_ra = fields.Text(string="Chuẩn Đầu Ra") diff --git a/cenhomes_student/models/models_lop_hoc.py b/cenhomes_student/models/models_lop_hoc.py new file mode 100644 index 0000000..9d299f8 --- /dev/null +++ b/cenhomes_student/models/models_lop_hoc.py @@ -0,0 +1,238 @@ +from odoo import models, fields +from .models_constants import QuanLyLopHoc + + +class CenhomesLopHoc(models.Model): + _name = "cenhomes.lop_hoc" + _description = "Lớp Học" + + name = fields.Char(string="Tên", required=True) + giao_vien_chu_nhiem_id = fields.Many2one( + ondelete="cascade", + comodel_name="cenhomes.giao_vien_chu_nhiem", + string="Giáo viên chủ nhiệm", + ) + + hoc_vien_ids = fields.Many2many( + comodel_name="cenhomes.hoc_vien", + relation="cenhomes_hoc_vien_lop_hoc_rel", + column1="lop_hoc_id", + column2="hoc_vien_id", + string="Học viên", + ) + trinh_do = fields.Selection( + string="Trình độ", selection=QuanLyLopHoc._trinh_do_list + ) + loai_lop = fields.Selection( + string="Loại lớp", selection=QuanLyLopHoc._loai_lop_list + ) + thoi_khoa_bieu_ids = fields.One2many( + comodel_name="cenhomes.thoi_khoa_bieu", + inverse_name="lop_hoc_id", + string="Thời khóa biểu", + ) + kap_hien_tai = fields.Integer(string="KAP học hiện tại") + midterm_a1_id = fields.Many2one( + ondelete="cascade", + comodel_name="cenhomes.bai_thi", + string="ID thi (giữa kỳ) A1", + ) + final_a1_id = fields.Many2one( + ondelete="cascade", + comodel_name="cenhomes.bai_thi", + string="ID thi (cuối kỳ) A1", + ) + midterm_a2_id = fields.Many2one( + ondelete="cascade", + comodel_name="cenhomes.bai_thi", + string="ID thi (giữa kỳ) A2", + ) + final_a2_id = fields.Many2one( + ondelete="cascade", + comodel_name="cenhomes.bai_thi", + string="ID thi (cuối kỳ) A2", + ) + midterm_b1_id = fields.Many2one( + ondelete="cascade", + comodel_name="cenhomes.bai_thi", + string="ID thi (giữa kỳ) B1", + ) + final_b1_id = fields.Many2one( + ondelete="cascade", + comodel_name="cenhomes.bai_thi", + string="ID thi (cuối kỳ) B1", + ) + trang_thai_lop = fields.Selection( + string="Trạng thái lớp", + selection=QuanLyLopHoc._trang_thai_lop_list, + default="mo", + ) + + def name_get(self): + return [(record.id, record.name) for record in self] + + def write(self, vals): + return super().write(vals) + + +class CenhomesLopOn(models.Model): + _name = "cenhomes.lop_on" + _description = "Lớp Ôn" + + name = fields.Char(string="Tên", required=True) + hoc_vien_ids = fields.Many2many("cenhomes.hoc_vien", string="Học viên(s)") + giao_vien_chu_nhiem_id = fields.Many2one( + ondelete="cascade", + comodel_name="cenhomes.giao_vien_chu_nhiem", + string="Giáo viên chủ nhiệm", + ) + loai_chung_chi_thi = fields.Selection( + string="Loại chứng chỉ thi", + selection=QuanLyLopHoc._loai_chung_chi_list, + required=True, + ) + thoi_khoa_bieu_ids = fields.One2many( + comodel_name="cenhomes.thoi_khoa_bieu", + inverse_name="lop_on_id", + string="Thời khóa biểu", + ) + loai_lop_on = fields.Selection( + string="Loại lớp ôn", + selection=QuanLyLopHoc._loai_lop_on_list, + required=True, + ) + bai_thi_tieu_chuan_1_id = fields.Many2one( + ondelete="cascade", + comodel_name="cenhomes.bai_thi", + string="Bài thi tiêu chuẩn 1", + ) + bai_thi_tieu_chuan_2_id = fields.Many2one( + ondelete="cascade", + comodel_name="cenhomes.bai_thi", + string="Bài thi tiêu chuẩn 2", + ) + bai_thi_tieu_chuan_3_id = fields.Many2one( + ondelete="cascade", + comodel_name="cenhomes.bai_thi", + string="Bài thi tiêu chuẩn 3", + ) + bai_thi_tieu_chuan_4_id = fields.Many2one( + ondelete="cascade", + comodel_name="cenhomes.bai_thi", + string="Bài thi tiêu chuẩn 4", + ) + bai_thi_tieu_du_phong_id = fields.Many2one( + ondelete="cascade", comodel_name="cenhomes.bai_thi", string="Bài thi dự phòng" + ) + + def name_get(self): + return [(record.id, record.name) for record in self] + + def write(self, vals): + return super().write(vals) + + +class CenhomesChuyenLop(models.Model): + _name = "cenhomes.chuyen_lop" + _description = "Chuyển Lớp" + + hoc_vien_id = fields.Many2one( + "cenhomes.hoc_vien", + string="Học viên", + required=True, + ) + mshv = fields.Char( + string="Mã Số Học Viên", + related="hoc_vien_id.mshv", + store=True, + readonly=True, + ) + lop_hien_tai_id = fields.Many2one( + "cenhomes.lop_hoc", + string="ID Lớp Hiện Tại", + required=True, + ) + lop_xin_chuyen_id = fields.Many2one( + "cenhomes.lop_hoc", + string="ID Lớp Xin Chuyển (Cùng Trình Độ)", + ) + ngay_nhan_don = fields.Date(string="Ngày Nhận Đơn Chuyển Lớp") + trang_thai = fields.Selection( + selection=[ + ("cho_duyet", "Chờ Duyệt"), + ("da_duyet", "Đã Duyệt"), + ("huy_bo", "Hủy Bỏ"), + ], + string="Trạng Thái Chuyển Lớp", + default="cho_duyet", + ) + ngay_chuyen_lop = fields.Date(string="Ngày Chuyển Lớp") + ghi_chu = fields.Text(string="Ghi Chú") + so_lan_chuyen = fields.Integer(string="Số Lần Chuyển", default=0) + + +class CenhomesThoiKhoaBieu(models.Model): + _name = "cenhomes.thoi_khoa_bieu" + _description = "Thời Khóa Biểu" + + giao_vien_day_tieng_id = fields.Many2one( + ondelete="cascade", + comodel_name="cenhomes.giao_vien_day_tieng", + string="Giáo viên dạy tiếng", + ) + lop_hoc_id = fields.Many2one( + comodel_name="cenhomes.lop_hoc", + string="Lớp học", + ondelete="cascade", + ) + lop_on_id = fields.Many2one( + comodel_name="cenhomes.lop_on", + string="Lớp học ôn", + ondelete="cascade", + ) + phong_hoc = fields.Char(string="Phòng học") + kap = fields.Char(string="KAP") + ngay = fields.Date(string="Ngày") + buoi = fields.Selection(string="Buổi", selection=QuanLyLopHoc._time_of_day) + + # def write(self, vals): + # return super().write(vals) + + # def name_get(self): + # return [(record.id) for record in self] + + +class CenhomesDiemDanh(models.Model): + _name = "cenhomes.diem_danh" + _description = "Điểm danh" + + hoc_vien_id = fields.Many2one( + comodel_name="cenhomes.hoc_vien", + string="Học viên", + ondelete="cascade", + required=True, + ) + mshv = fields.Char( + string="Mã Số Học Viên", + related="hoc_vien_id.mshv", + store=True, + readonly=True, + ) + nguoi_diem_danh_id = fields.Char( + string="Người điểm danh", + ) + thoi_khoa_bieu_id = fields.Many2one( + comodel_name="cenhomes.thoi_khoa_bieu", + string="Thời khóa biểu", + required=True, + ondelete="cascade", + ) + trang_thai = fields.Selection( + selection=QuanLyLopHoc._trang_thai_diem_danh, + string="Trạng thái điểm danh", + required=True, + default="co_mat", + ) + + def write(self, vals): + return super().write(vals) diff --git a/cenhomes_student/models/models_phong_thu_tuc.py b/cenhomes_student/models/models_phong_thu_tuc.py new file mode 100644 index 0000000..d51997c --- /dev/null +++ b/cenhomes_student/models/models_phong_thu_tuc.py @@ -0,0 +1,222 @@ +import os +import re + +from odoo import models, fields, api, _ +from odoo.exceptions import ValidationError +from .template import SimpleTemplate +from ..utils.mail import send_email + +path_file = os.path.dirname(__file__) +path_template_thu_xac_nhan = f'{path_file}/../static/template/thu_xac_nhan_dang_ky' +template_online = SimpleTemplate(open(f'{path_template_thu_xac_nhan}/online-khoale.html').read()) +template_chuyendoivanbang = SimpleTemplate(open(f'{path_template_thu_xac_nhan}/chuyendoivanbang.html').read()) +template_dacob1 = SimpleTemplate(open(f'{path_template_thu_xac_nhan}/dacob1.html').read()) +template_duhockep = SimpleTemplate(open(f'{path_template_thu_xac_nhan}/duhockep.html').read()) + +convert_value_enum_to_text = { + False: '', + 'y': 'Có', + 'n': 'Không', + 'duhockep': 'Du học kép', + 'chuyendoivanbang': 'Chuyển đổi văn bằng', + 'dacob1': 'Đã có B1', + 'online-khoale': 'Online - Khóa lẻ', + 'hanoi': 'Hà Nội', + 'hochiminh': 'Hồ Chí Minh', + 'daotaotaptrung': 'Đào tạo tập trung', + 'daotaoonline': 'Đào tạo online', +} + +class CenhomesHocVienPhongThuTuc(models.Model): + _name = 'cenhomes.hoc_vien_phong_thu_tuc' + _description = 'DUHOCKEP học viên phòng thủ tục' + _sql_constraints = [ + ('email_unique', 'unique(email)', 'Email đã tồn tại trong hệ thống!'), + ('phone_unique', 'unique(so_dien_thoai_lien_he)', 'Số điện thoại đã tồn tại trong hệ thống!') + ] + + ma_ho_so = fields.Char(string='Mã hồ sơ') + + ten = fields.Char(string='Tên', required=True) + ho = fields.Char(string='Họ', required=True) + dia_chi_thuong_tru = fields.Char(string='Địa chỉ thường trú') + dia_chi_hien_tai = fields.Char(string='Địa chỉ hiện tại') + so_dien_thoai_lien_he = fields.Char(string='Số điện thoại liên hệ', required=True) + email = fields.Char(string='Địa chỉ Email', required=True) + + ngay_thang_nam_sinh = fields.Date(string='Ngày sinh') + cccd = fields.Char(string='Số CCCD') + cccd_ngay_cap = fields.Date(string='Ngày cấp CCCD') + cccd_noi_cap = fields.Char(string='Nơi cấp CCCD') + + chuong_trinh_dang_ky = fields.Selection(string='Chương trình đăng ký', + selection=[('duhockep', 'Du học kép'), + ('chuyendoivanbang', 'Chuyển đổi văn bằng'), + ('dacob1', 'Đã có B1'), + ('online-khoale', 'Online - Khóa lẻ')]) + + truong_cap_iii = fields.Char(string='Trường cấp III/PTTH') + truong_cap_iii_nam_tot_nghiep = fields.Integer(string='Năm tốt nghiệp', help="Năm tốt nghiệp trường cấp III/PTTH ") + truong_cap_iii_dia_chi = fields.Char(string='Địa chỉ') + tren_cap_iii = fields.Char(string='Trường Trung cấp/Cao đẳng/Đại học') + tren_cap_iii_nganh_hoc = fields.Char(string='Ngành học') + tren_cap_iii_nam_hoc = fields.Integer(string='Năm học') + tren_cap_iii_dia_chi = fields.Char(string='Địa chỉ') + + bo_ho_ten = fields.Char(string='Họ tên bố') + bo_nam_sinh = fields.Integer(string='Năm sinh', help='Năm sinh vợ chồng') + bo_nghe_nghiep = fields.Char(string='Nghề nghiệp', help='Nghề nghiệp vợ chồng') + bo_so_dien_thoai = fields.Char(string='Số điện thoại', help='Số điện thoại vợ chồng') + + me_ho_ten = fields.Char(string='Họ tên mẹ') + me_nam_sinh = fields.Integer(string='Năm sinh', help='Năm sinh mẹ') + me_nghe_nghiep = fields.Char(string='Nghề nghiệp', help='Nghề nghiệp mẹ') + me_so_dien_thoai = fields.Char(string='Số điện thoại', help='Số điện thoại mẹ') + + vo_chong_ho_ten = fields.Char(string='Họ tên vợ/chồng', help='Họ tên vợ/chồng (nếu có)') + vo_chong_nam_sinh = fields.Integer(string='Năm sinh', help='Năm sinh vợ chồng') + vo_chong_nghe_nghiep = fields.Char(string='Nghề nghiệp', help='Nghề nghiệp vợ chồng') + vo_chong_so_dien_thoai = fields.Char(string='Số điện thoại', help='Số điện thoại vợ chồng') + + con_ruot = fields.Char(string='Họ tên con') + anh_chi_em = fields.Text(string='Họ tên anh/chị/em/ruột, nghề nghiệp, địa chỉ (nếu có)') + + benh_tat = fields.Text( + string='Bạn đã từng mắc các bệnh truyền nhiễm, các bệnh về tâm thần, các bệnh hạn chế vận động nào bao giờ ' + 'chưa? Nếu có ghi cụ thể') + nguoi_than_tai_duc = fields.Text( + string='Bạn có người thân hiện sinh sống tại CHLB Đức không? Quan hệ thế nào? Người thân đang làm gì? ở bang ' + 'nào nước Đức?') + viec_lam_sau_tot_nghiep = fields.Text( + string='Sau khi tốt nghiệp (bậc học cao nhất), bạn đã làm việc gì, ở đâu, vào khoảng thời gian nào? Vui lòng ' + 'ghi chi tiết?') + thong_tin_tieng_duc = fields.Text( + string='Bạn đã từng học tiếng Đức hay chưa? Nếu có đã đạt trình độ nào (A1, A2, B1, B2, C1, C2)? Chứng chỉ B1 ' + 'được cấp khi nào? Chứng chỉ của đơn vị nào cấp?') + hieu_biet_cenacademy_qua_nguon = fields.Text( + string='Bạn/gia đình bạn biết đến Chương trình của Cen Academy qua nguồn nào?') + + dang_ky_hoc_tieng_duc = fields.Selection(string='Đăng ký học tiếng Đức', + selection=[ + ('y', 'Có'), + ('n', 'Không')], default=None) + + noi_dao_tao = fields.Selection(string='Nơi đào tạo', + selection=[('hanoi', 'Hà Nội'), + ('hochiminh', 'Hồ Chí Minh')], default=None) + khoa_hoc = fields.Char(string='Khóa học') + hinh_thuc_dao_tao = fields.Selection(string='Hình thức đào tạo', + selection=[ + ('daotaotaptrung', 'Đào tạo tập trung'), + ('daotaoonline', 'Đào tạo online')], default=None) + nganh_hoc_mong_muon = fields.Char(string='Ngành học mong muốn') + + gui_mail = fields.Boolean(string='Trạng thái mail') + sale = fields.Many2one(comodel_name='res.users', string='Nhân viên kinh doanh phụ trách', + domain=lambda self: [ + ("groups_id", "=", self.env.ref("cenhomes_student.group_cenhomes_sale").id), + ("groups_id", "!=", self.env.ref("cenhomes_student.group_cenhomes_admin").id)]) + + def write(self, vals): + if 'ma_ho_so' in vals and self.ma_ho_so != vals['ma_ho_so']: + hoc_viens = self.env['cenhomes.hoc_vien'].sudo().search([]) + if vals['ma_ho_so'] in {h.ma_ho_so: '' for h in hoc_viens}.keys(): + raise ValidationError(_('Mã hồ sơ đã tồn tại')) + + if len(vals.keys()) == 0: + return + return super().write(vals) + + @api.constrains('email') + def _check_valid_email(self): + regex = r'\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,7}\b' + if not re.fullmatch(regex, self.email): + raise ValidationError(_('Email không đúng định dạng')) + + hocviens = self.search([]) - self + value = [x.email.lower() for x in hocviens] + if self.email and self.email.lower() in value: + raise ValidationError(_('Email đã tồn tại')) + return True + + @api.constrains('so_dien_thoai_lien_he') + def _check_valid_so_dien_thoai_lien_he(self): + regex = r'^[0-9]*$' + if not re.fullmatch(regex, self.so_dien_thoai_lien_he): + raise ValidationError(_('Số điện thoại không đúng định dạng')) + + hocviens = self.search([]) - self + value = [x.so_dien_thoai_lien_he.lower() for x in hocviens] + if self.so_dien_thoai_lien_he and self.so_dien_thoai_lien_he.lower() in value: + raise ValidationError(_('Số điện thoại đã tồn tại')) + return True + + def action_send_email_notification(self): + if not self.email or not self.ma_ho_so or self.gui_mail: + if not self.email: + message = "Thiếu Email" + elif not self.ma_ho_so: + message = "Thiếu mã học viên" + else: + message = "Học viên đã được gửi mail thông báo" + return { + 'type': 'ir.actions.client', + 'tag': 'display_notification', + 'params': { + 'message': message, + 'type': 'danger', + 'sticky': False + }, + } + result = send_email(to=self.email, + subject=f'[CEN ACADEMY] XÁC NHẬN ĐĂNG KÝ THAM GIA CHƯƠNG TRÌNH VÀ ' + f'HƯỚNG DẪN HOÀN TẤT THỦ TỤC NHẬP HỌC', + content=self._create_email_xac_nhan_dang_ky(type_template=self.chuong_trinh_dang_ky), + images=[(f'{path_template_thu_xac_nhan}/cenacademy_tk_ngan_hang.png', + 'cenacademy_tk_ngan_hang')] if self.chuong_trinh_dang_ky != 'online-khoale' else []) + if result is None: + return { + 'type': 'ir.actions.client', + 'tag': 'display_notification', + 'params': { + 'message': 'Loại chương trình đăng ký không hợp lệ', + 'type': 'danger', + 'sticky': False + }, + } + + self.write({'gui_mail': True}) + return { + 'type': 'ir.actions.client', + 'tag': 'display_notification', + 'params': { + 'message': f'Gửi thông báo thành công tới email {self.email}', + 'type': 'success', + 'sticky': False + }, + } + + def _create_email_xac_nhan_dang_ky(self, type_template: str): + if type_template not in ['chuyendoivanbang', 'dacob1', 'duhockep', 'online-khoale']: + return None + data = self.copy_data()[0] + for k in data.keys(): + if k in ['dang_ky_hoc_tieng_duc', 'hinh_thuc_dao_tao', 'nganh_hoc_mong_muon', 'noi_dao_tao']: + data[k] = convert_value_enum_to_text.get(data[k]) if data[k] in convert_value_enum_to_text.keys() else data[k] + elif not data[k]: + data[k] = '' + + if type_template == 'chuyendoivanbang': + return template_chuyendoivanbang.render(data) + elif type_template == 'dacob1': + return template_dacob1.render(data) + elif type_template == 'duhockep': + return template_duhockep.render(data) + return template_online.render(data) + + @api.model + def create(self, vals_list): + if self.env.user.has_group('cenhomes_student.group_cenhomes_sale') and \ + not self.env.user.has_group('cenhomes_student.group_cenhomes_phong_thu_tuc'): + vals_list['sale'] = self.env.user.id + return super(CenhomesHocVienPhongThuTuc, self).create(vals_list) diff --git a/cenhomes_student/models/models_su_kien.py b/cenhomes_student/models/models_su_kien.py new file mode 100644 index 0000000..bcbd101 --- /dev/null +++ b/cenhomes_student/models/models_su_kien.py @@ -0,0 +1,38 @@ +from .models_constants import EventManagement +from odoo import models, fields, api + + +class QuanLySuKien(models.Model): + _name = "cenhomes.quan_ly_su_kien" + _description = "Quản Lý Sự Kiện" + + name = fields.Char(string="Tên", required=True) + dinh_dang_su_kien = fields.Selection( + selection=EventManagement.event_types, + string="Định Dạng", + required=True, + ) + nguoi_phu_trach_id = fields.Char( + string="Người Phụ Trách", + ) + ngay_to_chuc = fields.Date( + string="Ngày Tổ Chức", + ) + gio_to_chuc = fields.Float( + string="Giờ Tổ Chức", + help="Giờ tổ chức theo định dạng 24h (ví dụ: 14.5 = 14:30)", + ) + dia_diem_to_chuc = fields.Char( + string="Địa Điểm Tổ Chức", + ) + noi_dung_su_kien = fields.Text(string="Nội Dung") + dien_gia = fields.Char(string="Diễn Giả") + mc = fields.Char(string="MC") + ky_thuat = fields.Char(string="Kỹ Thuật") + so_luong_khach_du_kien = fields.Integer( + string="Số Lượng Khách Dự Kiến", + ) + so_luong_khach_thuc_te = fields.Integer(string="Số Lượng Khách Thực Tế") + ngan_sach = fields.Float( + string="Ngân Sách", + ) diff --git a/cenhomes_student/models/models_tuyen_sinh.py b/cenhomes_student/models/models_tuyen_sinh.py new file mode 100644 index 0000000..c92e24e --- /dev/null +++ b/cenhomes_student/models/models_tuyen_sinh.py @@ -0,0 +1,95 @@ +from odoo import models, fields, api +from .models_constants import TuyenSinh + + +class CenhomesPhongTuyenSinh(models.Model): + _name = "cenhomes.phong_tuyen_sinh" + _description = "Phòng tuyển snh" + + name = fields.Char(string="Tên", required=True) + nhan_vien_ids = fields.One2many( + comodel_name="cenhomes.nhan_vien_tuyen_sinh", + inverse_name="phong_tuyen_sinh", + string="Nhân viên", + ) + truong_phong = fields.Char(string="Trưởng Phòng") + trang_thai = fields.Selection( + selection=TuyenSinh.trang_thai, + string="Trạng Thái", + default="dang_tuyen_sinh", + required=True, + ) + + def name_get(self): + return [(record.id, record.name) for record in self] + + +class CenhomesNhanVienTuyenSinh(models.Model): + _name = "cenhomes.nhan_vien_tuyen_sinh" + _description = "Nhân viên tuyển sinh" + + name = fields.Char(string="Tên", required=True) + phong_tuyen_sinh = fields.Many2one( + comodel_name="cenhomes.phong_tuyen_sinh", + string="Phòng", + ondelete="cascade", + ) + thoi_gian_bat_dau = fields.Date(string="Thời Gian Bắt Đầu Công Tác") + trang_thai = fields.Selection( + selection=TuyenSinh.trang_thai, + string="Trạng Thái", + default="dang_tuyen_sinh", + required=True, + ) + doanh_so = fields.Float(string="Doanh Số") + + def name_get(self): + return [(record.id, record.name) for record in self] + + +class CenhomesQuanHeTuyenSinhHocVien(models.Model): + _name = "cenhomes.quan_he_tuyen_sinh_hoc_vien" + _description = "Quan Hệ Tuyển Sinh - Học Viên" + + hoc_vien_id = fields.Many2one( + comodel_name="cenhomes.hoc_vien", + string="Học viên", + ondelete="cascade", + required=True, + ) + mshv = fields.Char( + string="Mã Số Học Viên", + related="hoc_vien_id.mshv", + store=True, + readonly=True, + ) + nhan_vien_tuyen_sinh_id = fields.Many2one( + comodel_name="cenhomes.nhan_vien_tuyen_sinh", + string="Nhân Viên Tuyển Sinh Phụ Trách", + required=True, + ondelete="cascade", + ) + ngay_bat_dau = fields.Date(string="Ngày Bắt Đầu Phụ Trách") + trang_thai = fields.Selection( + selection=TuyenSinh.trang_thai_phu_trach, + string="Trạng Thái", + default="dang_ho_tro", + ) + ban_giao = fields.Boolean(string="Bàn Giao", default=False) + + @api.model + def create(self, vals): + if vals.get("ban_giao"): + vals["trang_thai"] = "da_ban_giao" + return super(CenhomesQuanHeTuyenSinhHocVien, self).create(vals) + + def write(self, vals): + if "ban_giao" in vals and vals["ban_giao"]: + vals["trang_thai"] = "da_ban_giao" + return super(CenhomesQuanHeTuyenSinhHocVien, self).write(vals) + + def action_ban_giao(self): + """ + Hành động thực hiện bàn giao qua giao diện. + """ + self.write({"ban_giao": True, "trang_thai": "da_ban_giao"}) diff --git a/cenhomes_student/models/template.py b/cenhomes_student/models/template.py new file mode 100644 index 0000000..33ae56c --- /dev/null +++ b/cenhomes_student/models/template.py @@ -0,0 +1,36 @@ +class SimpleTemplate: + def __init__(self, template: str): + self.template: str = template + + def render(self, context): + # Loop through context items + ret = self.template + for key, value in context.items(): + if key.startswith("loop:"): + # If the key starts with "loop:", handle loop processing + loop_name = key[len("loop:"):] + start = f"{{{{loop:variable.{loop_name} as item}}}}" + end = f"{{{{end_loop:variable.{loop_name}}}}}" + if start not in ret: + continue + idx_start = ret.index(start) + len(start) + idx_end = ret.index(end) + template_child = ret[idx_start:idx_end] + ret = ret[:(idx_start - len(start))] + ret[idx_end:] + loop_content = "" + for item in value: + loop_content += self.render_columns(template_child, item) + ret = ret.replace(end, loop_content) + else: + # If not a loop, replace the placeholder with the value + value = str(value).replace('\n', '
') if value not in [False, None] else '' + ret = ret.replace(f"{{{{variable.{key}}}}}", str(value)) + return ret + + def render_columns(self, child_template: str, item: dict): + for k, v in item.items(): + child_template = child_template.replace( + f"{{{{item.{k}}}}}", + str(v).replace('\n', '
') if v not in [False, None] else '' + ) + return child_template diff --git a/cenhomes_student/report/__init__.py b/cenhomes_student/report/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/cenhomes_student/report/hoc_vien_report.xml b/cenhomes_student/report/hoc_vien_report.xml new file mode 100644 index 0000000..7415901 --- /dev/null +++ b/cenhomes_student/report/hoc_vien_report.xml @@ -0,0 +1,15 @@ + + + + + export hoc vien report + cenhomes.hoc_vien + qweb_pdf + cenhomes.report_hoc_vien + cenhomes.report_hoc_vien + 'xxx %s' % (object.name) + + report + + + diff --git a/cenhomes_student/report/template_report_hoc_vien.xml b/cenhomes_student/report/template_report_hoc_vien.xml new file mode 100644 index 0000000..31f42ed --- /dev/null +++ b/cenhomes_student/report/template_report_hoc_vien.xml @@ -0,0 +1,6 @@ + + + \ No newline at end of file diff --git a/cenhomes_student/security/ir.model.access.csv b/cenhomes_student/security/ir.model.access.csv new file mode 100644 index 0000000..87e3cdb --- /dev/null +++ b/cenhomes_student/security/ir.model.access.csv @@ -0,0 +1,83 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +cenhomes_student.dau_ngoai_access_cenhomes_hoc_vien,access_cenhomes_hoc_vien,cenhomes_student.model_cenhomes_hoc_vien,cenhomes_student.group_cenhomes_manager,1,1,1,1 +cenhomes_student.dau_ngoai_access_cenhomes_co_so,access_cenhomes_co_so,cenhomes_student.model_cenhomes_co_so,cenhomes_student.group_cenhomes_manager,1,1,1,1 +cenhomes_student.dau_ngoai_access_cenhomes_nhom_nganh,access_cenhomes_nhom_nganh,cenhomes_student.model_cenhomes_nhom_nganh,cenhomes_student.group_cenhomes_manager,1,1,1,1 +cenhomes_student.dau_ngoai_access_cenhomes_chuyen_nganh,access_cenhomes_chuyen_nganh,cenhomes_student.model_cenhomes_chuyen_nganh,cenhomes_student.group_cenhomes_manager,1,1,1,1 +cenhomes_student.dau_ngoai_access_cenhomes_hoc_vien_phong_thu_tuc,access_cenhomes_hoc_vien_phong_thu_tuc,cenhomes_student.model_cenhomes_hoc_vien_phong_thu_tuc,cenhomes_student.group_cenhomes_manager,1,1,1,1 +cenhomes_student.dau_ngoai_access_cenhomes_quan_he_hoc_vien_doi_tac,access_cenhomes_quan_he_hoc_vien_doi_tac,cenhomes_student.model_cenhomes_quan_he_hoc_vien_doi_tac,cenhomes_student.group_cenhomes_manager,1,1,1,1 +cenhomes_student.dau_ngoai_access_cenhomes_du_hoc_kep_doi_tac,access_cenhomes_du_hoc_kep_doi_tac,cenhomes_student.model_cenhomes_du_hoc_kep_doi_tac,cenhomes_student.group_cenhomes_manager,1,1,1,1 + +cenhomes_student.dau_ngoai_access_cenhomes_nhan_vien_tuyen_sinh,access_cenhomes_nhan_vien_tuyen_sinh,cenhomes_student.model_cenhomes_nhan_vien_tuyen_sinh,cenhomes_student.group_cenhomes_manager,1,1,1,1 +cenhomes_student.dau_ngoai_access_cenhomes_phong_tuyen_sinh,access_cenhomes_phong_tuyen_sinh,cenhomes_student.model_cenhomes_phong_tuyen_sinh,cenhomes_student.group_cenhomes_manager,1,1,1,1 +cenhomes_student.dau_ngoai_access_cenhomes_quan_he_tuyen_sinh_hoc_vien,access_cenhomes_quan_he_tuyen_sinh_hoc_vien,cenhomes_student.model_cenhomes_quan_he_tuyen_sinh_hoc_vien,cenhomes_student.group_cenhomes_manager,1,1,1,1 + +cenhomes_student.dau_ngoai_access_cenhomes_lop_hoc,access_cenhomes_lop_hoc,cenhomes_student.model_cenhomes_lop_hoc,cenhomes_student.group_cenhomes_manager,1,1,1,1 +cenhomes_student.dau_ngoai_access_cenhomes_lop_on,access_cenhomes_lop_on,cenhomes_student.model_cenhomes_lop_on,cenhomes_student.group_cenhomes_manager,1,1,1,1 +cenhomes_student.dau_ngoai_access_cenhomes_chuyen_lop,access_cenhomes_chuyen_lop,cenhomes_student.model_cenhomes_chuyen_lop,cenhomes_student.group_cenhomes_manager,1,1,1,1 +cenhomes_student.dau_ngoai_access_cenhomes_diem_danh,access_cenhomes_diem_danh,cenhomes_student.model_cenhomes_diem_danh,cenhomes_student.group_cenhomes_manager,1,1,1,1 +cenhomes_student.dau_ngoai_access_cenhomes_thoi_khoa_bieu,access_cenhomes_thoi_khoa_bieu,cenhomes_student.model_cenhomes_thoi_khoa_bieu,cenhomes_student.group_cenhomes_manager,1,1,1,1 + +cenhomes_student.dau_ngoai_access_cenhomes_quan_ly_su_kien,access_cenhomes_quan_ly_su_kien,cenhomes_student.model_cenhomes_quan_ly_su_kien,cenhomes_student.group_cenhomes_manager,1,1,1,1 +cenhomes_student.dau_ngoai_access_cenhomes_ky_tuc_xa,access_cenhomes_ky_tuc_xa,cenhomes_student.model_cenhomes_ky_tuc_xa,cenhomes_student.group_cenhomes_manager,1,1,1,1 + +cenhomes_student.dau_ngoai_access_cenhomes_ban_giao_hoc_vien,access_cenhomes_ban_giao_hoc_vien,cenhomes_student.model_cenhomes_ban_giao_hoc_vien,cenhomes_student.group_cenhomes_manager,1,1,1,1 +cenhomes_student.dau_ngoai_access_cenhomes_bao_luu,access_cenhomes_bao_luu,cenhomes_student.model_cenhomes_bao_luu,cenhomes_student.group_cenhomes_manager,1,1,1,1 + +cenhomes_student.dau_ngoai_access_cenhomes_quan_ly_hoc_tap,access_cenhomes_quan_ly_hoc_tap,cenhomes_student.model_cenhomes_quan_ly_hoc_tap,cenhomes_student.group_cenhomes_manager,1,1,1,1 +cenhomes_student.dau_ngoai_access_cenhomes_kiem_tra_bai_cu,access_cenhomes_kiem_tra_bai_cu,cenhomes_student.model_cenhomes_kiem_tra_bai_cu,cenhomes_student.group_cenhomes_manager,1,1,1,1 +cenhomes_student.dau_ngoai_access_cenhomes_bai_thi,access_cenhomes_bai_thi,cenhomes_student.model_cenhomes_bai_thi,cenhomes_student.group_cenhomes_manager,1,1,1,1 +cenhomes_student.dau_ngoai_access_cenhomes_ket_qua_thi,access_cenhomes_ket_qua_thi,cenhomes_student.model_cenhomes_ket_qua_thi,cenhomes_student.group_cenhomes_manager,1,1,1,1 +cenhomes_student.dau_ngoai_access_cenhomes_quan_ly_thi_b1,access_cenhomes_quan_ly_thi_b1,cenhomes_student.model_cenhomes_quan_ly_thi_b1,cenhomes_student.group_cenhomes_manager,1,1,1,1 +cenhomes_student.dau_ngoai_access_cenhomes_quy_chuan_dao_tao,access_cenhomes_quy_chuan_dao_tao,cenhomes_student.model_cenhomes_quy_chuan_dao_tao,cenhomes_student.group_cenhomes_manager,1,1,1,1 + +cenhomes_student.dau_ngoai_access_cenhomes_giao_vien_chu_nhiem,access_cenhomes_giao_vien_chu_nhiem,cenhomes_student.model_cenhomes_giao_vien_chu_nhiem,cenhomes_student.group_cenhomes_manager,1,1,1,1 +cenhomes_student.dau_ngoai_access_cenhomes_giao_vien_day_tieng,access_cenhomes_giao_vien_day_tieng,cenhomes_student.model_cenhomes_giao_vien_day_tieng,cenhomes_student.group_cenhomes_manager,1,1,1,1 +cenhomes_student.dau_ngoai_access_cenhomes_quan_he_giao_vien_chu_nhiem_hoc_vien,access_cenhomes_quan_he_giao_vien_chu_nhiem_hoc_vien,cenhomes_student.model_cenhomes_quan_he_giao_vien_chu_nhiem_hoc_vien,cenhomes_student.group_cenhomes_manager,1,1,1,1 +cenhomes_student.dau_ngoai_access_cenhomes_quan_he_giao_vien_day_tieng_hoc_vien,access_cenhomes_quan_he_giao_vien_day_tieng_hoc_vien,cenhomes_student.model_cenhomes_quan_he_giao_vien_day_tieng_hoc_vien,cenhomes_student.group_cenhomes_manager,1,1,1,1 + +cenhomes_student.phong_thu_tuc_access_cenhomes_hoc_vien_phong_thu_tuc,phong_thu_tuc_access_cenhomes_hoc_vien_phong_thu_tuc,cenhomes_student.model_cenhomes_hoc_vien_phong_thu_tuc,cenhomes_student.group_cenhomes_phong_thu_tuc,1,1,1,1 +cenhomes_student.phong_thu_tuc_access_cenhomes_hoc_vien,access_phong_thu_tuc_cenhomes_hoc_vien,cenhomes_student.model_cenhomes_hoc_vien,cenhomes_student.group_cenhomes_phong_thu_tuc,1,0,0,0 +cenhomes_student.phong_thu_tuc_access_cenhomes_thong_tin_giao_duc,access_phong_thu_tuc_cenhomes_thong_tin_giao_duc,cenhomes_student.model_cenhomes_thong_tin_giao_duc,cenhomes_student.group_cenhomes_phong_thu_tuc,1,0,0,0 +cenhomes_student.phong_thu_tuc_access_cenhomes_thong_tin_phu_huynh,access_phong_thu_tuc_cenhomes_thong_tin_phu_huynh,cenhomes_student.model_cenhomes_thong_tin_phu_huynh,cenhomes_student.group_cenhomes_phong_thu_tuc,1,0,0,0 +cenhomes_student.phong_thu_tuc_access_cenhomes_lich_su_cham_soc,access_phong_thu_tuc_cenhomes_lich_su_cham_soc,cenhomes_student.model_cenhomes_lich_su_cham_soc,cenhomes_student.group_cenhomes_phong_thu_tuc,1,0,0,0 +cenhomes_student.phong_thu_tuc_access_cenhomes_kinh_nghiem_lam_viec,access_phong_thu_tuc_cenhomes_kinh_nghiem_lam_viec,cenhomes_student.model_cenhomes_kinh_nghiem_lam_viec,cenhomes_student.group_cenhomes_phong_thu_tuc,1,0,0,0 +cenhomes_student.phong_thu_tuc_access_cenhomes_ky_nang_ngon_ngu,access_phong_thu_tuc_cenhomes_ky_nang_ngon_ngu,cenhomes_student.model_cenhomes_ky_nang_ngon_ngu,cenhomes_student.group_cenhomes_phong_thu_tuc,1,0,0,0 +cenhomes_student.phong_thu_tuc_access_cenhomes_ky_nang_khac,access_phong_thu_tuc_cenhomes_ky_nang_khac,cenhomes_student.model_cenhomes_ky_nang_khac,cenhomes_student.group_cenhomes_phong_thu_tuc,1,0,0,0 +cenhomes_student.phong_thu_tuc_access_cenhomes_lich_su_ho_so,access_phong_thu_tuc_cenhomes_lich_su_ho_so,cenhomes_student.model_cenhomes_lich_su_ho_so,cenhomes_student.group_cenhomes_phong_thu_tuc,1,0,0,0 +cenhomes_student.phong_thu_tuc_access_cenhomes_lich_su_dao_tao,access_phong_thu_tuc_cenhomes_lich_su_dao_tao,cenhomes_student.model_cenhomes_lich_su_dao_tao,cenhomes_student.group_cenhomes_phong_thu_tuc,1,0,0,0 +cenhomes_student.phong_thu_tuc_access_cenhomes_co_so,access_phong_thu_tuc_cenhomes_co_so,cenhomes_student.model_cenhomes_co_so,cenhomes_student.group_cenhomes_phong_thu_tuc,1,0,0,0 +cenhomes_student.phong_thu_tuc_access_cenhomes_nhom_nganh,access_phong_thu_tuc_cenhomes_nhom_nganh,cenhomes_student.model_cenhomes_nhom_nganh,cenhomes_student.group_cenhomes_phong_thu_tuc,1,0,0,0 +cenhomes_student.phong_thu_tuc_access_cenhomes_chuyen_nganh,access_phong_thu_tuc_cenhomes_chuyen_nganh,cenhomes_student.model_cenhomes_chuyen_nganh,cenhomes_student.group_cenhomes_phong_thu_tuc,1,0,0,0 +cenhomes_student.phong_thu_tuc_access_cenhomes_chung_chi,access_phong_thu_tuc_cenhomes_chung_chi,cenhomes_student.model_cenhomes_chung_chi,cenhomes_student.group_cenhomes_phong_thu_tuc,1,0,0,0 +cenhomes_student.phong_thu_tuc_access_cenhomes_chuong_trinh_tham_gia,access_phong_thu_tuc_cenhomes_chuong_trinh_tham_gia,cenhomes_student.model_cenhomes_chuong_trinh_tham_gia,cenhomes_student.group_cenhomes_phong_thu_tuc,1,0,0,0 +cenhomes_student.phong_thu_tuc_access_cenhomes_ho_so_visa,access_phong_thu_tuc_cenhomes_ho_so_visa,cenhomes_student.model_cenhomes_ho_so_visa,cenhomes_student.group_cenhomes_phong_thu_tuc,1,0,0,0 +cenhomes_student.phong_thu_tuc_access_cenhomes_ky_nang_tin_hoc,access_phong_thu_tuc_cenhomes_ky_nang_tin_hoc,cenhomes_student.model_cenhomes_ky_nang_tin_hoc,cenhomes_student.group_cenhomes_phong_thu_tuc,1,0,0,0 +cenhomes_student.phong_thu_tuc_access_cenhomes_thu_dong_luc,access_phong_thu_tuc_cenhomes_thu_dong_luc,cenhomes_student.model_cenhomes_thu_dong_luc,cenhomes_student.group_cenhomes_phong_thu_tuc,1,0,0,0 +cenhomes_student.phong_thu_tuc_access_cenhomes_quan_he_hoc_vien_doi_tac,access_phong_thu_tuc_cenhomes_quan_he_hoc_vien_doi_tac,cenhomes_student.model_cenhomes_quan_he_hoc_vien_doi_tac,cenhomes_student.group_cenhomes_phong_thu_tuc,1,0,0,0 +cenhomes_student.phong_thu_tuc_access_cenhomes_du_hoc_kep_doi_tac,access_phong_thu_tuc_cenhomes_du_hoc_kep_doi_tac,cenhomes_student.model_cenhomes_du_hoc_kep_doi_tac,cenhomes_student.group_cenhomes_phong_thu_tuc,1,0,0,0 +cenhomes_student.phong_thu_tuc_access_cenhomes_giao_vien_chu_nhiem,access_phong_thu_tuc_cenhomes_giao_vien_chu_nhiem,cenhomes_student.model_cenhomes_giao_vien_chu_nhiem,cenhomes_student.group_cenhomes_phong_thu_tuc,1,1,1,1 +cenhomes_student.phong_thu_tuc_access_cenhomes_giao_vien_day_tieng,access_phong_thu_tuc_cenhomes_giao_vien_day_tieng,cenhomes_student.model_cenhomes_giao_vien_day_tieng,cenhomes_student.group_cenhomes_phong_thu_tuc,1,1,1,1 + +cenhomes_student.sale_access_cenhomes_hoc_vien_phong_thu_tuc,sale_access_cenhomes_hoc_vien_phong_thu_tuc,cenhomes_student.model_cenhomes_hoc_vien_phong_thu_tuc,cenhomes_student.group_cenhomes_sale,1,1,1,0 + +cenhomes_student.hoc_vien_access_cenhomes_hoc_vien,access_cenhomes_hoc_vien,cenhomes_student.model_cenhomes_hoc_vien,cenhomes_student.group_cenhomes_hoc_vien,1,1,0,0 +cenhomes_student.hoc_vien_access_cenhomes_thong_tin_giao_duc,access_cenhomes_thong_tin_giao_duc,cenhomes_student.model_cenhomes_thong_tin_giao_duc,cenhomes_student.group_cenhomes_hoc_vien,1,1,1,1 +cenhomes_student.hoc_vien_access_cenhomes_thong_tin_phu_huynh,access_cenhomes_thong_tin_phu_huynh,cenhomes_student.model_cenhomes_thong_tin_phu_huynh,cenhomes_student.group_cenhomes_hoc_vien,1,1,1,1 +cenhomes_student.hoc_vien_access_cenhomes_lich_su_cham_soc,access_cenhomes_lich_su_cham_soc,cenhomes_student.model_cenhomes_lich_su_cham_soc,cenhomes_student.group_cenhomes_hoc_vien,1,1,1,1 +cenhomes_student.hoc_vien_access_cenhomes_kinh_nghiem_lam_viec,access_cenhomes_kinh_nghiem_lam_viec,cenhomes_student.model_cenhomes_kinh_nghiem_lam_viec,cenhomes_student.group_cenhomes_hoc_vien,1,1,1,1 +cenhomes_student.hoc_vien_access_cenhomes_ky_nang_ngon_ngu,access_cenhomes_ky_nang_ngon_ngu,cenhomes_student.model_cenhomes_ky_nang_ngon_ngu,cenhomes_student.group_cenhomes_hoc_vien,1,1,1,1 +cenhomes_student.hoc_vien_access_cenhomes_ky_nang_khac,access_cenhomes_ky_nang_khac,cenhomes_student.model_cenhomes_ky_nang_khac,cenhomes_student.group_cenhomes_hoc_vien,1,1,1,1 +cenhomes_student.hoc_vien_access_cenhomes_lich_su_ho_so,access_cenhomes_lich_su_ho_so,cenhomes_student.model_cenhomes_lich_su_ho_so,cenhomes_student.group_cenhomes_hoc_vien,1,1,1,1 +cenhomes_student.hoc_vien_access_cenhomes_lich_su_dao_tao,access_cenhomes_lich_su_dao_tao,cenhomes_student.model_cenhomes_lich_su_dao_tao,cenhomes_student.group_cenhomes_hoc_vien,1,1,1,1 +cenhomes_student.hoc_vien_access_cenhomes_co_so,access_cenhomes_co_so,cenhomes_student.model_cenhomes_co_so,cenhomes_student.group_cenhomes_hoc_vien,1,0,0,0 +cenhomes_student.hoc_vien_access_cenhomes_nhom_nganh,access_cenhomes_nhom_nganh,cenhomes_student.model_cenhomes_nhom_nganh,cenhomes_student.group_cenhomes_hoc_vien,1,0,0,0 +cenhomes_student.hoc_vien_access_cenhomes_chuyen_nganh,access_cenhomes_chuyen_nganh,cenhomes_student.model_cenhomes_chuyen_nganh,cenhomes_student.group_cenhomes_hoc_vien,1,0,0,0 +cenhomes_student.hoc_vien_access_cenhomes_chung_chi,access_cenhomes_chung_chi,cenhomes_student.model_cenhomes_chung_chi,cenhomes_student.group_cenhomes_hoc_vien,1,1,1,1 +cenhomes_student.hoc_vien_access_cenhomes_chuong_trinh_tham_gia,access_cenhomes_chuong_trinh_tham_gia,cenhomes_student.model_cenhomes_chuong_trinh_tham_gia,cenhomes_student.group_cenhomes_hoc_vien,1,1,1,1 +cenhomes_student.hoc_vien_access_cenhomes_ho_so_visa,access_cenhomes_ho_so_visa,cenhomes_student.model_cenhomes_ho_so_visa,cenhomes_student.group_cenhomes_hoc_vien,1,1,1,1 +cenhomes_student.hoc_vien_access_cenhomes_ky_nang_tin_hoc,access_cenhomes_ky_nang_tin_hoc,cenhomes_student.model_cenhomes_ky_nang_tin_hoc,cenhomes_student.group_cenhomes_hoc_vien,1,1,1,1 +cenhomes_student.hoc_vien_access_cenhomes_thu_dong_luc,access_cenhomes_thu_dong_luc,cenhomes_student.model_cenhomes_thu_dong_luc,cenhomes_student.group_cenhomes_hoc_vien,1,1,1,1 +cenhomes_student.hoc_vien_access_cenhomes_quan_he_hoc_vien_doi_tac,access_cenhomes_quan_he_hoc_vien_doi_tac,cenhomes_student.model_cenhomes_quan_he_hoc_vien_doi_tac,cenhomes_student.group_cenhomes_hoc_vien,1,0,0,0 +cenhomes_student.hoc_vien_access_cenhomes_du_hoc_kep_doi_tac,access_cenhomes_du_hoc_kep_doi_tac,cenhomes_student.model_cenhomes_du_hoc_kep_doi_tac,cenhomes_student.group_cenhomes_hoc_vien,1,0,0,0 +cenhomes_student.hoc_vien_access_cenhomes_giao_vien_chu_nhiem,access_cenhomes_giao_vien_chu_nhiem,cenhomes_student.model_cenhomes_giao_vien_chu_nhiem,cenhomes_student.group_cenhomes_hoc_vien,1,1,1,1 +cenhomes_student.hoc_vien_access_cenhomes_giao_vien_day_tieng,access_cenhomes_giao_vien_day_tieng,cenhomes_student.model_cenhomes_giao_vien_day_tieng,cenhomes_student.group_cenhomes_hoc_vien,1,1,1,1 diff --git a/cenhomes_student/security/security.xml b/cenhomes_student/security/security.xml new file mode 100644 index 0000000..68c13fe --- /dev/null +++ b/cenhomes_student/security/security.xml @@ -0,0 +1,67 @@ + + + + Du học kép management + Category for duhockep.vn + + + + Học viên du học kép + + + + + Quản lý du học kép + + + + + + Nhân viên phòng thủ tục + + + + + Nhân viên kinh doanh + + + + + Admin du học kép + + + + + + see only his student + + [('ma_ho_so', '=', user.login)] + + + + + see all + + [(1, '=', 1)] + + + + + see only his student + + [('sale', '=', user.id)] + + + + + see all + + [(1, '=', 1)] + + + + \ No newline at end of file diff --git a/cenhomes_student/static/Muster_Lebenslauf_Hocvien_Cenacademy.pdf b/cenhomes_student/static/Muster_Lebenslauf_Hocvien_Cenacademy.pdf new file mode 100644 index 0000000..b3a2e12 Binary files /dev/null and b/cenhomes_student/static/Muster_Lebenslauf_Hocvien_Cenacademy.pdf differ diff --git a/cenhomes_student/static/description/icon.png b/cenhomes_student/static/description/icon.png new file mode 100644 index 0000000..29da49b Binary files /dev/null and b/cenhomes_student/static/description/icon.png differ diff --git a/cenhomes_student/static/description/logo_cen_academy.png b/cenhomes_student/static/description/logo_cen_academy.png new file mode 100644 index 0000000..9d185ea Binary files /dev/null and b/cenhomes_student/static/description/logo_cen_academy.png differ diff --git a/cenhomes_student/static/lang/de.json b/cenhomes_student/static/lang/de.json new file mode 100644 index 0000000..2abbd91 --- /dev/null +++ b/cenhomes_student/static/lang/de.json @@ -0,0 +1,37 @@ +{ + "male": "Männlich", + "female": "Weiblich", + "other": "Unbestimmt", + "postgraduate": "Master", + "university": "Universität", + "college": "Hochschule", + "intermediate_school": "Berufsschule", + "high_school": "Oberschule", + "middle_school": "Mittelschule", + "primary_school": "Grundschule", + "english": "Englisch", + "german": "Deutsch", + "french": "Französisch", + "chinese": "Chinesisch", + "spanish": "Spanisch", + "vietnamese": "Vietnamesisch", + "japanese": "Japanisch", + "korean": "Koreanisch", + "portuguese": "Portugiesisch", + "arabic": "Arabisch", + "hindi": "Hindi", + "bengali": "Bengali", + "lang_other": "Andere", + "january": "Januar", + "february": "Februar", + "march": "März", + "april": "April", + "may": "Mai", + "june": "Juni", + "july": "Juli", + "august": "August", + "september": "September", + "october": "Oktober", + "november": "November", + "december": "Dezember" +} diff --git a/cenhomes_student/static/lang/en.json b/cenhomes_student/static/lang/en.json new file mode 100644 index 0000000..2abbd91 --- /dev/null +++ b/cenhomes_student/static/lang/en.json @@ -0,0 +1,37 @@ +{ + "male": "Männlich", + "female": "Weiblich", + "other": "Unbestimmt", + "postgraduate": "Master", + "university": "Universität", + "college": "Hochschule", + "intermediate_school": "Berufsschule", + "high_school": "Oberschule", + "middle_school": "Mittelschule", + "primary_school": "Grundschule", + "english": "Englisch", + "german": "Deutsch", + "french": "Französisch", + "chinese": "Chinesisch", + "spanish": "Spanisch", + "vietnamese": "Vietnamesisch", + "japanese": "Japanisch", + "korean": "Koreanisch", + "portuguese": "Portugiesisch", + "arabic": "Arabisch", + "hindi": "Hindi", + "bengali": "Bengali", + "lang_other": "Andere", + "january": "Januar", + "february": "Februar", + "march": "März", + "april": "April", + "may": "Mai", + "june": "Juni", + "july": "Juli", + "august": "August", + "september": "September", + "october": "Oktober", + "november": "November", + "december": "Dezember" +} diff --git a/cenhomes_student/static/lang/vi.json b/cenhomes_student/static/lang/vi.json new file mode 100644 index 0000000..077404a --- /dev/null +++ b/cenhomes_student/static/lang/vi.json @@ -0,0 +1,3 @@ +{ + +} \ No newline at end of file diff --git a/cenhomes_student/static/src/components/copy_link_form/copy_link_form.js b/cenhomes_student/static/src/components/copy_link_form/copy_link_form.js new file mode 100644 index 0000000..d1ea7d5 --- /dev/null +++ b/cenhomes_student/static/src/components/copy_link_form/copy_link_form.js @@ -0,0 +1,65 @@ +/** @odoo-module **/ + +import {_lt} from "@web/core/l10n/translation"; +import {registry} from "@web/core/registry"; +import {listView} from "@web/views/list/list_view"; +import {ListRenderer} from "@web/views/list/list_renderer"; +import {ListController} from "@web/views/list/list_controller"; +import {Component, useState} from "@odoo/owl"; +import { useService } from "@web/core/utils/hooks"; + + +export class CenhomesComponent extends Component { + setup() { + this.action = useService("action"); + } + + async copyLinkForm() { + const session = require("web.session"); + const phong_thu_tuc = await session.user_has_group('cenhomes_student.group_cenhomes_phong_thu_tuc') + let urlForm = window.location.origin + '/cenhomes/hoc_vien_phong_thu_tuc/'; + if (!phong_thu_tuc) { + urlForm += btoa(session.uid); + } else { + urlForm += 'default'; + } + await navigator.clipboard.writeText(urlForm); + + try { + const result = await this.action.doAction({ + 'type': 'ir.actions.client', + 'tag': 'display_notification', + 'params': { + 'message': `Đã copy link mời`, + 'type': 'success', + 'sticky': false + }, + }); + console.log('Action result:', result); + } catch (error) { + console.error('Error:', error); + } + + } +} + +CenhomesComponent.components = {}; +CenhomesComponent.template = "cenhomes.CenhomesComponent"; + +export class CenhomesListController extends ListController { +} + +CenhomesListController.components = { + ...ListController.components, + CenhomesComponent +}; +registry.category("view_widgets").add("cenhomes_component", CenhomesComponent); + +export const CenhomesListView = { + ...listView, + Controller: CenhomesListController, + Renderer: ListRenderer, + buttonTemplate: "cenhomes.ListView.Buttons", +}; + +registry.category("views").add("cenhomes_tree", CenhomesListView); diff --git a/cenhomes_student/static/src/components/copy_link_form/copy_link_form.scss b/cenhomes_student/static/src/components/copy_link_form/copy_link_form.scss new file mode 100644 index 0000000..416a9a2 --- /dev/null +++ b/cenhomes_student/static/src/components/copy_link_form/copy_link_form.scss @@ -0,0 +1,27 @@ +.o_drop_area { + width: 100%; + height: 100%; + position: absolute; + background-color: #AAAA; + z-index: 2; + left: 0; + top: 0; + i { + justify-content: center; + display: flex; + align-items: center; + height: 100%; + } +} + +.file_upload_kanban_action_a { + @include o-kanban-dashboard-dropdown-link($link-padding-gap: $o-kanban-dashboard-dropdown-complex-gap); +} + +.o_widget_account_file_uploader { + .btn-primary.oe_kanban_action_button { + a { + color: $white; + } + } +} diff --git a/cenhomes_student/static/src/components/copy_link_form/copy_link_form.xml b/cenhomes_student/static/src/components/copy_link_form/copy_link_form.xml new file mode 100644 index 0000000..79abdf5 --- /dev/null +++ b/cenhomes_student/static/src/components/copy_link_form/copy_link_form.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + diff --git a/cenhomes_student/static/src/components/danh_muc_nguyen_vong/danh_muc_nguyen_vong_nganh_control_panel.js b/cenhomes_student/static/src/components/danh_muc_nguyen_vong/danh_muc_nguyen_vong_nganh_control_panel.js new file mode 100644 index 0000000..035a174 --- /dev/null +++ b/cenhomes_student/static/src/components/danh_muc_nguyen_vong/danh_muc_nguyen_vong_nganh_control_panel.js @@ -0,0 +1,40 @@ +/** @odoo-module **/ + +import {registry} from "@web/core/registry"; +import {ControlPanel} from "@web/search/control_panel/control_panel"; +import {useService} from "@web/core/utils/hooks"; +import {listView} from "@web/views/list/list_view"; +import {ListController} from "@web/views/list/list_controller"; + +export class DanhMucNguyenVongListControlPanel extends ControlPanel { + setup() { + super.setup(); + } +} + +DanhMucNguyenVongListControlPanel.template = "cenhomes.DanhMucNguyenVongControlPanel"; + +export class DanhMucNguyenVongListController extends ListController { + async setup() { + super.setup(...arguments); + this.orm = useService("orm"); + + const nhomNganh = await this.orm.call("cenhomes.nhom_nganh", "search_read", [], { + fields: ["ten_nhom_nganh"], + domain: [ + ["menu", "=", this.props.context['sort_nganh_nghe_muon_hoc']] + ], + }); + + if (typeof nhomNganh !== 'undefined' && nhomNganh.length > 0) { + this.env.config.setDisplayName(this.env.config.getDisplayName() + " " + this.env._t(nhomNganh[0]['ten_nhom_nganh'])); + } + } +} + +export const danhMucNguyenVongListView = { + ...listView, + Controller: DanhMucNguyenVongListController, + ControlPanel: DanhMucNguyenVongListControlPanel, +}; +registry.category("views").add("danhMucNguyenVong_listView", danhMucNguyenVongListView); diff --git a/cenhomes_student/static/src/components/danh_muc_nguyen_vong/danh_muc_nguyen_vong_nganh_control_panel.xml b/cenhomes_student/static/src/components/danh_muc_nguyen_vong/danh_muc_nguyen_vong_nganh_control_panel.xml new file mode 100644 index 0000000..e53fdf4 --- /dev/null +++ b/cenhomes_student/static/src/components/danh_muc_nguyen_vong/danh_muc_nguyen_vong_nganh_control_panel.xml @@ -0,0 +1,48 @@ + + + + + + + + +
  • + +
  • +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    diff --git a/cenhomes_student/static/src/css/css_file.css b/cenhomes_student/static/src/css/css_file.css new file mode 100644 index 0000000..59e2ae6 --- /dev/null +++ b/cenhomes_student/static/src/css/css_file.css @@ -0,0 +1,54 @@ +.o_form_view .o_input { + padding: 2px 4px; + border-bottom: 1px solid #00000057 !important; +} + +.danh_muc_nguyen_vong_nganh_tree [data-name="so_dien_thoai_lien_he"] { + width: 60px !important; +} + +.danh_muc_nguyen_vong_nganh_tree [data-name="email"] { + width: 120px !important; +} + +.o_auto_scroll { + overflow-x: auto !important; + white-space: nowrap !important; +} + +.o_list_table thead .o_list_number_th { + text-align: left; +} + +.text-truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: normal !important; +} + +.o_list_view th { + min-width: 150px; + word-wrap: break-word !important; /* Ngắt dòng theo từ */ + white-space: nowrap !important; + text-align: left !important; /* Căn giữa nội dung tiêu đề */ + align-items: center; +} +/* Icon sort nằm bên phải */ +.o_list_view th .o_column_sortable { + display: flex; /* Dùng flexbox để điều chỉnh vị trí */ + justify-content: space-between; /* Tên cột bên trái, icon bên phải */ +} + + +.o_list_view th .o_column_sortable { + display: flex; /* Dùng flexbox để điều chỉnh vị trí */ + justify-content: space-between; /* Tên cột bên trái, icon bên phải */ + align-items: center; +} + +.o_list_view td { + min-width: 150px; + white-space: normal !important; /* Tự động xuống dòng trong các ô */ + word-wrap: break-word !important; + text-align: left !important; /* Căn giữa nội dung tiêu đề */ +} diff --git a/cenhomes_student/static/src/css/font-awesome.min.css b/cenhomes_student/static/src/css/font-awesome.min.css new file mode 100644 index 0000000..540440c --- /dev/null +++ b/cenhomes_student/static/src/css/font-awesome.min.css @@ -0,0 +1,4 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} diff --git a/cenhomes_student/static/src/img/icon.png b/cenhomes_student/static/src/img/icon.png new file mode 100644 index 0000000..ed9625b Binary files /dev/null and b/cenhomes_student/static/src/img/icon.png differ diff --git a/cenhomes_student/static/src/img/icon_cenhomes.png b/cenhomes_student/static/src/img/icon_cenhomes.png new file mode 100644 index 0000000..1c6382d Binary files /dev/null and b/cenhomes_student/static/src/img/icon_cenhomes.png differ diff --git a/cenhomes_student/static/src/js/jquery-3.7.1.min.js b/cenhomes_student/static/src/js/jquery-3.7.1.min.js new file mode 100644 index 0000000..7f37b5d --- /dev/null +++ b/cenhomes_student/static/src/js/jquery-3.7.1.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.7.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(ie,e){"use strict";var oe=[],r=Object.getPrototypeOf,ae=oe.slice,g=oe.flat?function(e){return oe.flat.call(e)}:function(e){return oe.concat.apply([],e)},s=oe.push,se=oe.indexOf,n={},i=n.toString,ue=n.hasOwnProperty,o=ue.toString,a=o.call(Object),le={},v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},y=function(e){return null!=e&&e===e.window},C=ie.document,u={type:!0,src:!0,nonce:!0,noModule:!0};function m(e,t,n){var r,i,o=(n=n||C).createElement("script");if(o.text=e,t)for(r in u)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[i.call(e)]||"object":typeof e}var t="3.7.1",l=/HTML$/i,ce=function(e,t){return new ce.fn.init(e,t)};function c(e){var t=!!e&&"length"in e&&e.length,n=x(e);return!v(e)&&!y(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+ge+")"+ge+"*"),x=new RegExp(ge+"|>"),j=new RegExp(g),A=new RegExp("^"+t+"$"),D={ID:new RegExp("^#("+t+")"),CLASS:new RegExp("^\\.("+t+")"),TAG:new RegExp("^("+t+"|[*])"),ATTR:new RegExp("^"+p),PSEUDO:new RegExp("^"+g),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ge+"*(even|odd|(([+-]|)(\\d*)n|)"+ge+"*(?:([+-]|)"+ge+"*(\\d+)|))"+ge+"*\\)|)","i"),bool:new RegExp("^(?:"+f+")$","i"),needsContext:new RegExp("^"+ge+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ge+"*((?:-\\d)?\\d*)"+ge+"*\\)|)(?=[^-]|$)","i")},N=/^(?:input|select|textarea|button)$/i,q=/^h\d$/i,L=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,H=/[+~]/,O=new RegExp("\\\\[\\da-fA-F]{1,6}"+ge+"?|\\\\([^\\r\\n\\f])","g"),P=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},M=function(){V()},R=J(function(e){return!0===e.disabled&&fe(e,"fieldset")},{dir:"parentNode",next:"legend"});try{k.apply(oe=ae.call(ye.childNodes),ye.childNodes),oe[ye.childNodes.length].nodeType}catch(e){k={apply:function(e,t){me.apply(e,ae.call(t))},call:function(e){me.apply(e,ae.call(arguments,1))}}}function I(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(V(e),e=e||T,C)){if(11!==p&&(u=L.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return k.call(n,a),n}else if(f&&(a=f.getElementById(i))&&I.contains(e,a)&&a.id===i)return k.call(n,a),n}else{if(u[2])return k.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&e.getElementsByClassName)return k.apply(n,e.getElementsByClassName(i)),n}if(!(h[t+" "]||d&&d.test(t))){if(c=t,f=e,1===p&&(x.test(t)||m.test(t))){(f=H.test(t)&&U(e.parentNode)||e)==e&&le.scope||((s=e.getAttribute("id"))?s=ce.escapeSelector(s):e.setAttribute("id",s=S)),o=(l=Y(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+Q(l[o]);c=l.join(",")}try{return k.apply(n,f.querySelectorAll(c)),n}catch(e){h(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return re(t.replace(ve,"$1"),e,n,r)}function W(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function F(e){return e[S]=!0,e}function $(e){var t=T.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function B(t){return function(e){return fe(e,"input")&&e.type===t}}function _(t){return function(e){return(fe(e,"input")||fe(e,"button"))&&e.type===t}}function z(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&R(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function X(a){return F(function(o){return o=+o,F(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function U(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function V(e){var t,n=e?e.ownerDocument||e:ye;return n!=T&&9===n.nodeType&&n.documentElement&&(r=(T=n).documentElement,C=!ce.isXMLDoc(T),i=r.matches||r.webkitMatchesSelector||r.msMatchesSelector,r.msMatchesSelector&&ye!=T&&(t=T.defaultView)&&t.top!==t&&t.addEventListener("unload",M),le.getById=$(function(e){return r.appendChild(e).id=ce.expando,!T.getElementsByName||!T.getElementsByName(ce.expando).length}),le.disconnectedMatch=$(function(e){return i.call(e,"*")}),le.scope=$(function(){return T.querySelectorAll(":scope")}),le.cssHas=$(function(){try{return T.querySelector(":has(*,:jqfake)"),!1}catch(e){return!0}}),le.getById?(b.filter.ID=function(e){var t=e.replace(O,P);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(O,P);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):t.querySelectorAll(e)},b.find.CLASS=function(e,t){if("undefined"!=typeof t.getElementsByClassName&&C)return t.getElementsByClassName(e)},d=[],$(function(e){var t;r.appendChild(e).innerHTML="",e.querySelectorAll("[selected]").length||d.push("\\["+ge+"*(?:value|"+f+")"),e.querySelectorAll("[id~="+S+"-]").length||d.push("~="),e.querySelectorAll("a#"+S+"+*").length||d.push(".#.+[+~]"),e.querySelectorAll(":checked").length||d.push(":checked"),(t=T.createElement("input")).setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),r.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&d.push(":enabled",":disabled"),(t=T.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||d.push("\\["+ge+"*name"+ge+"*="+ge+"*(?:''|\"\")")}),le.cssHas||d.push(":has"),d=d.length&&new RegExp(d.join("|")),l=function(e,t){if(e===t)return a=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!le.sortDetached&&t.compareDocumentPosition(e)===n?e===T||e.ownerDocument==ye&&I.contains(ye,e)?-1:t===T||t.ownerDocument==ye&&I.contains(ye,t)?1:o?se.call(o,e)-se.call(o,t):0:4&n?-1:1)}),T}for(e in I.matches=function(e,t){return I(e,null,null,t)},I.matchesSelector=function(e,t){if(V(e),C&&!h[t+" "]&&(!d||!d.test(t)))try{var n=i.call(e,t);if(n||le.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){h(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(O,P),e[3]=(e[3]||e[4]||e[5]||"").replace(O,P),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||I.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&I.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return D.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&j.test(n)&&(t=Y(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(O,P).toLowerCase();return"*"===e?function(){return!0}:function(e){return fe(e,t)}},CLASS:function(e){var t=s[e+" "];return t||(t=new RegExp("(^|"+ge+")"+e+"("+ge+"|$)"))&&s(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=I.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function T(e,n,r){return v(n)?ce.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?ce.grep(e,function(e){return e===n!==r}):"string"!=typeof n?ce.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(ce.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||k,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:S.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof ce?t[0]:t,ce.merge(this,ce.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:C,!0)),w.test(r[1])&&ce.isPlainObject(t))for(r in t)v(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=C.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==n.ready?n.ready(e):e(ce):ce.makeArray(e,this)}).prototype=ce.fn,k=ce(C);var E=/^(?:parents|prev(?:Until|All))/,j={children:!0,contents:!0,next:!0,prev:!0};function A(e,t){while((e=e[t])&&1!==e.nodeType);return e}ce.fn.extend({has:function(e){var t=ce(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,Ce=/^$|^module$|\/(?:java|ecma)script/i;xe=C.createDocumentFragment().appendChild(C.createElement("div")),(be=C.createElement("input")).setAttribute("type","radio"),be.setAttribute("checked","checked"),be.setAttribute("name","t"),xe.appendChild(be),le.checkClone=xe.cloneNode(!0).cloneNode(!0).lastChild.checked,xe.innerHTML="",le.noCloneChecked=!!xe.cloneNode(!0).lastChild.defaultValue,xe.innerHTML="",le.option=!!xe.lastChild;var ke={thead:[1,"","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};function Se(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&fe(e,t)?ce.merge([e],n):n}function Ee(e,t){for(var n=0,r=e.length;n",""]);var je=/<|&#?\w+;/;function Ae(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function Re(e,t){return fe(e,"table")&&fe(11!==t.nodeType?t:t.firstChild,"tr")&&ce(e).children("tbody")[0]||e}function Ie(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function We(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Fe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(_.hasData(e)&&(s=_.get(e).events))for(i in _.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),C.head.appendChild(r[0])},abort:function(){i&&i()}}});var Jt,Kt=[],Zt=/(=)\?(?=&|$)|\?\?/;ce.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Kt.pop()||ce.expando+"_"+jt.guid++;return this[e]=!0,e}}),ce.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Zt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Zt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=v(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Zt,"$1"+r):!1!==e.jsonp&&(e.url+=(At.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||ce.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=ie[r],ie[r]=function(){o=arguments},n.always(function(){void 0===i?ce(ie).removeProp(r):ie[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Kt.push(r)),o&&v(i)&&i(o[0]),o=i=void 0}),"script"}),le.createHTMLDocument=((Jt=C.implementation.createHTMLDocument("").body).innerHTML="
    ",2===Jt.childNodes.length),ce.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(le.createHTMLDocument?((r=(t=C.implementation.createHTMLDocument("")).createElement("base")).href=C.location.href,t.head.appendChild(r)):t=C),o=!n&&[],(i=w.exec(e))?[t.createElement(i[1])]:(i=Ae([e],t,o),o&&o.length&&ce(o).remove(),ce.merge([],i.childNodes)));var r,i,o},ce.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(ce.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},ce.expr.pseudos.animated=function(t){return ce.grep(ce.timers,function(e){return t===e.elem}).length},ce.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=ce.css(e,"position"),c=ce(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=ce.css(e,"top"),u=ce.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),v(t)&&(t=t.call(e,n,ce.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},ce.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){ce.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===ce.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===ce.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=ce(e).offset()).top+=ce.css(e,"borderTopWidth",!0),i.left+=ce.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-ce.css(r,"marginTop",!0),left:t.left-i.left-ce.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===ce.css(e,"position"))e=e.offsetParent;return e||J})}}),ce.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;ce.fn[t]=function(e){return M(this,function(e,t,n){var r;if(y(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),ce.each(["top","left"],function(e,n){ce.cssHooks[n]=Ye(le.pixelPosition,function(e,t){if(t)return t=Ge(e,n),_e.test(t)?ce(e).position()[n]+"px":t})}),ce.each({Height:"height",Width:"width"},function(a,s){ce.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){ce.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return M(this,function(e,t,n){var r;return y(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?ce.css(e,t,i):ce.style(e,t,n,i)},s,n?e:void 0,n)}})}),ce.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){ce.fn[t]=function(e){return this.on(t,e)}}),ce.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.on("mouseenter",e).on("mouseleave",t||e)}}),ce.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){ce.fn[n]=function(e,t){return 0 + + + + + +
    +
    +

    + +

    +
    +

    +   +

    + + + + + +
    +

    + {{variable.ho}} {{variable.ten}}  +

    +

    + Adresse: 4. Stock, Sky City Gebäude, 88A Lang Ha Straße, 10000 Hanoi +

    +

    + Tel.: +84 62636688, Bitte um Weiterleitung an das Team Partnerwerk +

    +

    + E-Mail: partner.dhk@cenacademy.vn +

    +
    +

    +   +

    +
    +

    +   +

    +

    + Lebenslauf +

    +

    +   +

    +

    + Persönliche Angaben +

    +

    +   +

    + + + + + + + + + + + + + +
    +

    + Geburtsdatum +

    +
    +

    + {{variable.ngay_thang_nam_sinh}} +

    +
    +

    + Nationalität +

    +
    +

    + {{variable.quoc_tich}} +

    +
    +

    + Familienstand +

    +

    +   +

    +
    +

    + {{variable.tinh_trang_hon_nhan}} +

    +
    + +
    +

    +   +

    +

    + Berufserfahrung +

    +

    +   +

    + + {{loop:variable.kinh_nghiem_lam_viecs as item}} + + + + + {{end_loop:variable.kinh_nghiem_lam_viecs}} +
    +

    + {{item.thoi_gian_tu}} bis {{item.thoi_gian_den}} +

    +
    +

    + {{item.vi_tri_lam_viec}} bei +

    +

    + {{item.ten_cong_ty}} {{item.dia_diem_lam_viec}} +

    +

    + {{item.cong_viec_chinh}} +

    +
    +
    +

    +   +

    +
    +

    + Bildungsweg +

    +

    + + + +   +

    + + + {{loop:variable.thong_tin_giao_ducs_dai_hoc as item}} + + + + + {{end_loop:variable.thong_tin_giao_ducs_dai_hoc}} + + {{loop:variable.thong_tin_giao_ducs_pho_thong as item}} + + + + + {{end_loop:variable.thong_tin_giao_ducs_pho_thong}} +
    +

    + {{item.thoi_gian_tu}} bis {{item.thoi_gian_den}} +

    +

    +   +

    +
    +

    + {{item.ten_co_so_giao_duc}} in {{item.dia_diem}} +

    +

    + Abschluss {{item.loai_bang_cap}} {{item.chuyen_nganh}} (Note {{item.diem_thi}}) +

    +
    +

    + {{item.thoi_gian_tu}} bis {{item.thoi_gian_den}} +

    +

    +   +

    +
    +

    + {{item.ten_co_so_giao_duc}} in {{item.dia_diem}} +

    +

    + Abschluss {{item.loai_bang_cap}} {{item.chuyen_nganh}} +

    +
    +
    +
    +

    + Thông Tin Phụ Huynh +

    +

    + + + +   +

    + + + {{loop:variable.thong_tin_phu_huynhs as parent}} + + + + + + {{end_loop:variable.thong_tin_phu_huynhs}} +
    +

    + Tên phụ huynh: {{parent.ten_phu_huynh}} +

    +

    + Mối quan hệ: {{parent.moi_quan_he}} +

    +
    +

    + Số điện thoại: {{parent.so_dien_thoai}} +

    +

    + Email: {{parent.email}} +

    +
    +

    + Địa chỉ: {{parent.dia_chi}} +

    +

    + Ghi chú: {{parent.ghi_chu}} +

    +
    +
    +
    +

    + Lịch Sử Chăm Sóc +

    +

    + + + +   +

    + + + {{loop:variable.lich_su_cham_socs as history}} + + + + + + + + + {{end_loop:variable.lich_su_cham_socs}} +
    +

    + Ngày chăm sóc: {{history.ngay_cham_soc}} +

    +
    +

    + Nội dung: {{history.noi_dung}} +

    +
    +

    + Đánh giá: {{history.danh_gia}} +

    +

    + Kết quả: {{history.ket_qua}} +

    +
    +

    + Ghi chú: {{history.ghi_chu}} +

    +
    +
    + + + +
    +

    +   +

    +

    + EDV – Kenntnisse +

    +

    +   +

    + + {{loop:variable.ky_nang_tin_hocs as item}} + + + + + {{end_loop:variable.ky_nang_tin_hocs}} +
    +

    + {{item.ten_ky_nang}} +

    +
    +

    + {{item.mo_ta}} +

    +
    +
    + +

    +   +

    +

    +   +

    + +
    +

    +   +

    +

    + EDV – Kenntnisse +

    +

    +   +

    + + {{loop:variable.ky_nang_tin_hocs as item}} + + + + + {{end_loop:variable.ky_nang_tin_hocs}} +
    +

    + {{item.ten_ky_nang}} +

    +
    +

    + {{item.mo_ta}} +

    +
    +
    + +

    +   +

    +

    +   +

    + +
    +

    + Sprachen +

    +

    +   +

    + + {{loop:variable.ky_nang_ngon_ngus as item}} + + + + + {{end_loop:variable.ky_nang_ngon_ngus}} +
    +

    + {{item.loai_ngon_ngu}} +

    +
    +

    + {{item.loai_bang}}, {{item.trinh_do}} +

    +
    +
    + +

    +   +

    +

    +   +

    +

    + Interessen, andere Fähigkeiten oder Aktivitäten +

    +

    +   +

    + + + + + + + + + + + {{loop:variable.ky_nang_khacs as item}} + + + + + {{end_loop:variable.ky_nang_khacs}} +
    +

    + Hobbys +

    +
    +

    + {{variable.so_thich}} +

    +
    +

    + Aktivitäten +

    +
    +

    + {{variable.cac_hoat_dong_khac}} +

    +
    +

    + {{item.ten_ky_nang}} +

    +
    +

    + {{item.mo_ta}} +

    +
    + +

    +   +

    +

    +   +

    + +

    +   +

    +

    +   +

    +

    +   +

    +

    +   +

    +

    +   +

    +

    +   +

    +

    +   +

    +

    + {{variable.dia_diem_gui_cv}}, {{variable.ngay_tao_ho_so}} +

    +

    +   +

    +

    +   +

    +

    +   +

    +

    +   +

    +

    +   +

    +

    + {{variable.ho}} {{variable.ten}} +

    +

    +   +

    +
    +

    + +

    +
    +
    + + + diff --git a/cenhomes_student/static/template/cv/lebenslauf-hocvien-cenacademy.html.bk b/cenhomes_student/static/template/cv/lebenslauf-hocvien-cenacademy.html.bk new file mode 100644 index 0000000..0e3cb98 --- /dev/null +++ b/cenhomes_student/static/template/cv/lebenslauf-hocvien-cenacademy.html.bk @@ -0,0 +1,437 @@ + + + + + + +
    +
    +

    + +

    +
    +

    +   +

    + + + + + +
    +

    + {{variable.ho}} {{variable.ten}}  +

    +

    + Adresse: 4. Stock, Sky City Gebäude, 88A Lang Ha Straße, 10000 Hanoi +

    +

    + Tel.: +84 62636688, Bitte um Weiterleitung an das Team Partnerwerk +

    +

    + E-Mail: partner.dhk@cenacademy.vn +

    +
    +

    +   +

    +
    +

    +   +

    +

    + Lebenslauf +

    +

    +   +

    +

    + Persönliche Angaben +

    +

    +   +

    + + + + + + + + + + + + + +
    +

    + Geburtsdatum +

    +
    +

    + {{variable.ngay_thang_nam_sinh}} +

    +
    +

    + Nationalität +

    +
    +

    + {{variable.quoc_tich}} +

    +
    +

    + Familienstand +

    +

    +   +

    +
    +

    + {{variable.tinh_trang_hon_nhan}} +

    +
    + +
    +

    +   +

    +

    + Berufserfahrung +

    +

    +   +

    + + {{loop:variable.kinh_nghiem_lam_viecs as item}} + + + + + {{end_loop:variable.kinh_nghiem_lam_viecs}} +
    +

    + {{item.thoi_gian_tu}} bis {{item.thoi_gian_den}} +

    +
    +

    + {{item.vi_tri_lam_viec}} bei +

    +

    + {{item.ten_cong_ty}} {{item.dia_diem_lam_viec}} +

    +

    + {{item.cong_viec_chinh}} +

    +
    +
    +

    +   +

    +
    +

    + Bildungsweg +

    +

    + + + +   +

    + + + {{loop:variable.thong_tin_giao_ducs_dai_hoc as item}} + + + + + {{end_loop:variable.thong_tin_giao_ducs_dai_hoc}} + + {{loop:variable.thong_tin_giao_ducs_pho_thong as item}} + + + + + {{end_loop:variable.thong_tin_giao_ducs_pho_thong}} +
    +

    + {{item.thoi_gian_tu}} bis {{item.thoi_gian_den}} +

    +

    +   +

    +
    +

    + {{item.ten_co_so_giao_duc}} in {{item.dia_diem}} +

    +

    + Abschluss {{item.loai_bang_cap}} {{item.chuyen_nganh}} (Note {{item.diem_thi}}) +

    +
    +

    + {{item.thoi_gian_tu}} bis {{item.thoi_gian_den}} +

    +

    +   +

    +
    +

    + {{item.ten_co_so_giao_duc}} in {{item.dia_diem}} +

    +

    + Abschluss {{item.loai_bang_cap}} {{item.chuyen_nganh}} (Note {{item.diem_thi}}) +

    +
    +
    + + +
    +

    +   +

    +

    + EDV – Kenntnisse +

    +

    +   +

    + + {{loop:variable.ky_nang_tin_hocs as item}} + + + + + {{end_loop:variable.ky_nang_tin_hocs}} +
    +

    + {{item.ten_ky_nang}} +

    +
    +

    + {{item.mo_ta}} +

    +
    +
    + +

    +   +

    +

    +   +

    + +
    +

    + Sprachen +

    +

    +   +

    + + {{loop:variable.ky_nang_ngon_ngus as item}} + + + + + {{end_loop:variable.ky_nang_ngon_ngus}} +
    +

    + {{item.loai_ngon_ngu}} +

    +
    +

    + {{item.loai_bang}}, {{item.trinh_do}} +

    +
    +
    + +

    +   +

    +

    +   +

    +

    + Interessen, andere Fähigkeiten oder Aktivitäten +

    +

    +   +

    + + + + + + + + + + + {{loop:variable.ky_nang_khacs as item}} + + + + + {{end_loop:variable.ky_nang_khacs}} +
    +

    + Hobbys +

    +
    +

    + {{variable.so_thich}} +

    +
    +

    + Aktivitäten +

    +
    +

    + {{variable.cac_hoat_dong_khac}} +

    +
    +

    + {{item.ten_ky_nang}} +

    +
    +

    + {{item.mo_ta}} +

    +
    + +

    +   +

    +

    +   +

    + +

    +   +

    +

    +   +

    +

    +   +

    +

    +   +

    +

    +   +

    +

    +   +

    +

    +   +

    +

    + {{variable.dia_diem_gui_cv}}, {{variable.ngay_tao_ho_so}} +

    +

    +   +

    +

    +   +

    +

    +   +

    +

    +   +

    +

    +   +

    +

    + {{variable.ho}} {{variable.ten}} +

    +

    +   +

    +
    +

    + +

    +
    +
    + + + diff --git a/cenhomes_student/static/template/footer.png b/cenhomes_student/static/template/footer.png new file mode 100644 index 0000000..b35c1d6 Binary files /dev/null and b/cenhomes_student/static/template/footer.png differ diff --git a/cenhomes_student/static/template/frame.png b/cenhomes_student/static/template/frame.png new file mode 100644 index 0000000..047eed6 Binary files /dev/null and b/cenhomes_student/static/template/frame.png differ diff --git a/cenhomes_student/static/template/header.png b/cenhomes_student/static/template/header.png new file mode 100644 index 0000000..7d3cfbb Binary files /dev/null and b/cenhomes_student/static/template/header.png differ diff --git a/cenhomes_student/static/template/logo_cenacademy.jpg b/cenhomes_student/static/template/logo_cenacademy.jpg new file mode 100644 index 0000000..0a0c98b Binary files /dev/null and b/cenhomes_student/static/template/logo_cenacademy.jpg differ diff --git a/cenhomes_student/static/template/logo_cenacademy_200x40.jpg b/cenhomes_student/static/template/logo_cenacademy_200x40.jpg new file mode 100644 index 0000000..761e92f Binary files /dev/null and b/cenhomes_student/static/template/logo_cenacademy_200x40.jpg differ diff --git a/cenhomes_student/static/template/logo_cenhomes.png b/cenhomes_student/static/template/logo_cenhomes.png new file mode 100644 index 0000000..23e6951 Binary files /dev/null and b/cenhomes_student/static/template/logo_cenhomes.png differ diff --git a/cenhomes_student/static/template/logo_duhockep.png b/cenhomes_student/static/template/logo_duhockep.png new file mode 100644 index 0000000..34c0ce5 Binary files /dev/null and b/cenhomes_student/static/template/logo_duhockep.png differ diff --git a/cenhomes_student/static/template/logo_duhockep_100x50.png b/cenhomes_student/static/template/logo_duhockep_100x50.png new file mode 100644 index 0000000..d360032 Binary files /dev/null and b/cenhomes_student/static/template/logo_duhockep_100x50.png differ diff --git a/cenhomes_student/static/template/phong_van/ket_qua_phong_van.html b/cenhomes_student/static/template/phong_van/ket_qua_phong_van.html new file mode 100644 index 0000000..e1ac19c --- /dev/null +++ b/cenhomes_student/static/template/phong_van/ket_qua_phong_van.html @@ -0,0 +1,274 @@ + + + + Kết quả phỏng vấn + + + + + + +
    +
    + +
    +
    +
    +
    + +
    + + + + + + + + + +
    HỌ TÊN HỌC VIÊN: {{variable.ho}} {{variable.ten}}KHÓA: {{variable.khoa}}
    MÃ HỌC VIÊN: {{variable.ma_ho_so}}NGÀY: {{variable.thoi_gian_ngay}}
    +
    +
    +

    THÔNG BÁO

    +

    KẾT QUẢ PHỎNG VẤN

    +
    +
    +
    +
      +

      THÔNG TIN PHỎNG VẤN

      +
    • +

      + Vòng phỏng vấn: {{variable.vong_phong_van}} +

      +
    • +
    • +

      + Thời gian: {{variable.thoi_gian}} +

      +
    • +
    • +

      + Hình thức: {{variable.hinh_thuc}} +

      +
    • +
    • +

      + Địa điểm: {{variable.dia_diem}} +

      +
    • +
    • +

      + Nhóm ngành: {{variable.nhom_nganh}} +

      +
    • +
    • +

      + Nghề nghiệp: {{variable.nghe_nghiep}} +

      +
    • +
    + +
    +
    +
      +

      ĐƠN VỊ PHỎNG VẤN

      +
    • +

      + Mã đơn vị: {{variable.doi_tac_ma_don_vi}} +

      +
    • +
    • +

      + Bang: {{variable.doi_tac_bang}} +

      +
    • +
    • +

      + Thành phố: {{variable.doi_tac_thanh_pho}} +

      +
    • +
    • +

      + Người đại diện: {{variable.doi_tac_nguoi_dai_dien}} +

      +
    • +
    • +

      + Chức vụ: {{variable.doi_tac_chuc_vu}} +

      +
    • +
    +
    +
    +
    +
    +

    + ĐÁNH GIÁ CỦA ĐƠN VỊ TRUYỂN DỤNG ĐỨC +

    +
    +
    +

    Đánh giá tổng thể

    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Đúng giờ + + + + + + +
    + Phong thái + + + + + + +
    + Thái độ nghiêm túc + + + + + + +
    + Thân thiện + + + + + + +
    + Khả năng nghe + + + + + + +
    + Khả năng nói + + + + + + +
    + Kiến thức nghề + + + + + + +
    + Động lực + + + + + + +
    + Mức độ phù hợp + + + + + + +
    +
    +
    +

    + Đây là dịch nguyên văn đoạn đánh giá của đối tác: +

    +

    + {{variable.nhan_xet}} +

    +
    +
    +
    +
    +
    +
    +

    CHÚC BẠN TỰ TIN, VỮNG VÀNG, THÀNH CÔNG!

    +
    + + diff --git a/cenhomes_student/static/template/phong_van/lich_phong_van.html b/cenhomes_student/static/template/phong_van/lich_phong_van.html new file mode 100644 index 0000000..880c4da --- /dev/null +++ b/cenhomes_student/static/template/phong_van/lich_phong_van.html @@ -0,0 +1,191 @@ + + + + Lịch phỏng vấn + + + + + +
    +
    + +
    +
    +
    +
    + +
    + + + + + + + + + +
    HỌ TÊN HỌC VIÊN: {{variable.ho}} {{variable.ten}}KHÓA: {{variable.khoa}}
    MÃ HỌC VIÊN: {{variable.ma_ho_so}}NGÀY: {{variable.thoi_gian_ngay}}
    +
    +
    +

    THÔNG BÁO

    +

    LỊCH PHỎNG VẤN

    +
    +
    +
    +
      +

      THÔNG TIN PHỎNG VẤN

      +
    • +

      + Vòng phỏng vấn: {{variable.vong_phong_van}} +

      +
    • +
    • +

      + Thời gian: {{variable.thoi_gian}} +

      +
    • +
    • +

      + Hình thức: {{variable.hinh_thuc}} +

      +
    • +
    • +

      + Địa điểm: {{variable.dia_diem}} +

      +
    • +
    • +

      + Nhóm ngành: {{variable.nhom_nganh}} +

      +
    • +
    • +

      + Nghề nghiệp: {{variable.nghe_nghiep}} +

      +
    • +
    + +
    +
    +
      +

      ĐƠN VỊ PHỎNG VẤN

      +
    • +

      + Mã đơn vị: {{variable.doi_tac_ma_don_vi}} +

      +
    • +
    • +

      + Bang: {{variable.doi_tac_bang}} +

      +
    • +
    • +

      + Thành phố: {{variable.doi_tac_thanh_pho}} +

      +
    • +
    • +

      + Người đại diện: {{variable.doi_tac_nguoi_dai_dien}} +

      +
    • +
    • +

      + Chức vụ: {{variable.doi_tac_chuc_vu}} +

      +
    • +
    +
    +
    +
    +
    +

    + HỌC VIÊN CẦN CHUẨN BỊ +

    +
    +
    +
      +
    1. +

      + Kiểm tra kỹ thông tin buổi phỏng vấn +

      +
    2. +
    3. +

      + Luyện tập +

      +
        +
      • +

        Chuẩn bị kiến thức phù hợp với mô tả công việc

        +
      • +
      • +

        Chuẩn bị một số câu hỏi tình huống

        +
      • +
      • +

        Lên kịch bản trả lời cho câu hỏi tình huống

        +
      • +
      • +

        Tự thực hành hoặc thử phỏng vấn với người quen

        +
      • +
      • +

        Soạn sẵn câu hỏi cho người tuyển dụng

        +
      • +
      +
    4. +
    5. +

      + Lưu ý +

      +
        +
      • +

        Đến buổi phỏng vấn đúng giờ (hoặc trước khoảng 10 phút nếu có thể)

        +
      • +
      • +

        Điện thoại để ở chế độ rung hoặc im lặng

        +
      • +
      • +

        Kiểm tra chất lượng internet và nền tảng để phỏng vấn online (nếu có)

        +
      • +
      • +

        Thả lỏng cơ thể và hít thở sâu để lấy bình tĩnh

        +
      • +
      • +

        Luôn giữ thái độ thân thiện, chân thành và dùng từ ngữ trang trọng

        +
      • +
      • +

        Mỉm cười đúng lúc

        +
      • +
      • +

        Đừng quá nóng vội trả lời, hãy chú ý lắng nghe câu hỏi của nhà tuyển dụng

        +
      • +
      • +

        Đừng nói "Không" - Hãy nói "Chưa"

        +
      • +
      • +

        Đừng quên nói Cảm ơn và Tạm biệt

        +
      • +
      +
    6. +
    +
    +
    +
    +

    CHÚC BẠN TỰ TIN, VỮNG VÀNG, THÀNH CÔNG!

    +
    + + diff --git a/cenhomes_student/static/template/profile.png b/cenhomes_student/static/template/profile.png new file mode 100644 index 0000000..1988d95 Binary files /dev/null and b/cenhomes_student/static/template/profile.png differ diff --git a/cenhomes_student/static/template/thu_dong_luc/motivationsschreiben-nganhnghe-cdvb-cenacademy.html b/cenhomes_student/static/template/thu_dong_luc/motivationsschreiben-nganhnghe-cdvb-cenacademy.html new file mode 100644 index 0000000..b2ec5d7 --- /dev/null +++ b/cenhomes_student/static/template/thu_dong_luc/motivationsschreiben-nganhnghe-cdvb-cenacademy.html @@ -0,0 +1,109 @@ + + + + + +
    +
    +

    + +

    +
    +

    +   +

    + + + + + + + + + + +
    +

    + partner.dhk@cenacademy.vn +

    +
    +

    + +84 24 62638866, +

    +

    + Bitte um Weiterleitung an das Team Partnerwerk +

    +

    +   +

    +
    +

    + Name: {{variable.ho}} {{variable.ten}} +

    +
    +

    + Adresse: {{variable.dia_chi_thuong_tru}} +

    +
    +

    + Geburtsort: {{variable.que_quan}} +

    +
    +

    +   +

    +

    +   +

    +

    +   +

    +

    + {{variable.thong_tin_doi_tac}} +

    + +

    +   +

    +

    +   +

    +
    +

    + {{variable.dia_diem_gui_cv}}, {{variable.ngay_tao_ho_so}} +

    +

    +   +

    +

    +   +

    +
    +

    +   +

    +

    +   +

    +

    + Motivationsschreiben für eine Arbeitsstelle als {{variable.vi_tri_ung_tuyen}} in Deutschland +

    +

    +   +

    +

    + +

    {{variable.thu_dong_luc_phan_dau}}
    +
    {{variable.thu_dong_luc_phan_chinh}}
    +
    {{variable.thu_dong_luc_phan_cuoi}}
    +
    {{variable.thu_dong_luc_ket_thu}}
    + +

    +
    +

    + +

    +
    +
    + + diff --git a/cenhomes_student/static/template/thu_xac_nhan_dang_ky/cenacademy_tk_ngan_hang.png b/cenhomes_student/static/template/thu_xac_nhan_dang_ky/cenacademy_tk_ngan_hang.png new file mode 100644 index 0000000..7532d54 Binary files /dev/null and b/cenhomes_student/static/template/thu_xac_nhan_dang_ky/cenacademy_tk_ngan_hang.png differ diff --git a/cenhomes_student/static/template/thu_xac_nhan_dang_ky/chuyendoivanbang.html b/cenhomes_student/static/template/thu_xac_nhan_dang_ky/chuyendoivanbang.html new file mode 100644 index 0000000..8b4f221 --- /dev/null +++ b/cenhomes_student/static/template/thu_xac_nhan_dang_ky/chuyendoivanbang.html @@ -0,0 +1,1426 @@ + + + + + + + + + + + + + + + + + + + + +

    + + + + Gửi em {{variable.ho}} {{variable.ten}}, + + + +

    +

    + + + + Công ty cổ phần Cen Academy chúc mừng em đã đăng ký tham gia thành + công + + + + + Chương trình chuyển đổi văn bằng + + + +

    +
      +
    1. +

      + + + + Thông tin đăng ký của học viên như sau: + + + +

      +
    +
      +
    • +

      + + + Mã học viên (ID định danh): {{variable.ma_ho_so}} + + +

      +
    • +

      + + + Tên + học viên: {{variable.ho}} {{variable.ten}} + + +

      +
    • +

      + + + Số + CCCD/CMND: {{variable.cccd}} + + +

      +
    • +

      + + + Chương + trình đăng ký: {{variable.chuong_trinh_dang_ky}} + + +

      +
    • +

      + + + Đăng + ký học tiếng Đức: {{variable.dang_ky_hoc_tieng_duc}} + + +

      +
    • +

      + + + Hình + thức đào tạo: {{variable.hinh_thuc_dao_tao}} + + +

      +
    • +

      + + + Ngành + học mong muốn (nếu có): {{variable.nganh_hoc_mong_muon}} + + +

      +
    +
      +
    1. +

      + + + + Để + hoàn tất thủ tục tham gia chương trình, học viên vui + lòng làm theo hướng dẫn và chuẩn bị các tài liệu + dưới đây + + + + . + + +

      +
        +
      1. +

        + + + + Ký + hợp đồng: + + + +

        +
      +
    +

    + + + Học + viên vui lòng liên hệ với Cán bộ tuyển sinh đang hỗ + trợ để được tư vấn và hướng dẫn ký hợp đồng + trong vòng + + + + 24 + giờ + + + + + kể từ khi nhận được thư này. + + +

    +
      +
    • +

      + + + Mỗi + bộ Hợp đồng gồm 2 Hợp đồng gồm: + + +

      +
    +
      +
    • +

      + + + Hợp + đồng đào tạo và hỗ trợ học viên + Phụ lục 02 đính + kèm; + + +

      +
    • +

      + + + Hợp + đồng tư vấn du học. + + +

      +
    +
      +
    • +

      + + + Học + viên đọc kỹ các nội dung tại hợp đồng, điền chính + xác các thông tin cá nhân. + + +

      +
    • +

      + + + Sử + dụng bút màu mực xanh, Hợp đồng đảm bảo thống nhất + một màu mực và nét chữ viết. + + +

      +
    • +

      + + + Ký + tên và ghi đầy đủ họ tên bên dưới, ký nháy các + trang có thông tin. + + +

      +
    • +

      + + + Sau + khi ký hoàn tất trả lại cho Phòng thủ tục trình ký và + đóng dấu. Công ty trả hồ sơ cho học viên trong vòng + 7-10 ngày làm việc kể từ ngày Phòng thủ tục nhận + được Hợp đồng hợp lệ có chữ ký học viên (không + tính Thứ Bảy, Chủ Nhật và lễ tết theo quy định Nhà + nước). + + +

      +
    +

    +
    + +

    +
      +
        +
      1. +

        + + + + Nộp + tiền đợt 1: + + + + + + + (học + viên đã nộp đủ tiền đợt 1 vui lòng bỏ qua thông + tin này) + + + + + +

        +
      +
    +
      +
        +
      1. +

        + + + + + Thông tin nộp tiền: + + + + + + Tiền + mặt và/hoặc Chuyển khoản + + + +

        +
      +
    +
      +
    • +

      + + + + Nộp + tiền mặt: Phòng kế toán, tầng 2, 137 Nguyễn Ngọc Vũ, + Cầu Giấy, Hà Nội. + + + +

      +
    • +

      + + + + Chuyển + khoản/nộp tiền vào tài khoản: + + + +

      +
    • +
        +
      • +

        + + + Tên + công ty: CÔNG TY CỔ PHẦN CEN ACADEMY + + +

        +
      • +

        + + + STK: + 2680531857 + + +

        +
      • +

        + + + Tại + ngân hàng BIDV- Chi nhánh Thái Hà + + +

        +
      • +

        + + + Nội dung: [Tên học viên_số CCCD_ID định danh_DV1]. + + +

        +
      • +
        + +
        + +
      + +
    +

    + + + Lưu + ý: Học viên chuyển khoản theo đúng nội dung nêu trên để + đảm bảo được ghi nhận tiền đầy đủ, chính xác. + Trường hợp sai nội dung, khoản tiền sẽ tạm thời treo + và học viên cần chủ động tra soát nội dung giao dịch + tại quầy giao dịch ngân hàng hoặc liên hệ cán bộ + tuyển sinh trực tiếp hỗ trợ. + + +

    +
      +
        +
      1. +

        + + + + Số + tiền phải nộp: + + + +

        +
      +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    +
    +
    + +

    +

    + + + + STT + + + +

    +
    +

    + + + + Đợt + thanh toán + + + +

    +
    +

    + + + Nội + dung nộp tiền + + +

    +
    +

    + + + Số + tiền + + +

    +
    +

    + + + + Thời + điểm thanh toán + + + +

    +
    +

    +
    +
    + +

    +

    + + + 1 + + +

    +
    +

    + + Đợt + 1 + +

    +
    +

    + + Họ + tên_Số CCCD_ID định danh_ DT1 + DV1 + +

    +
    +

    + + 40.000.000 + VNĐ + +

    +
    +

    + + Ngay + khi đăng ký tham gia chương trình và ký Hợp đồng. + +

    +
    +

    +
    +
    + +

    +

    + + + 2 + + +

    +
    +

    + + Đợt + 2 + +

    +
    +

    + + Họ + tên_Số CCCD_ID định danh_DT2 + DV2 + +

    +
    +

    + + 46.500.000 + VNĐ + +

    +
    +

    + + Trong + vòng 45 ngày kể từ ngày nhập học chính thức nếu + tham gia đào tạo ngoại ngữ tập trung; 75 ngày kể từ + ngày nhập học chính thức nếu tham gia chương trình + đào tạo ngoại ngữ online. + +

    +
    +

    + + Họ + tên_Số CCCD_ID định danh_TV1 + +

    +
    +

    + + + 30.000.000 + VNĐ + + +

    +
    +

    + + + 3 + + +

    +
    +

    + + Đợt + 3 + +

    +
    +

    + + Họ + tên_Số CCCD_ID định danh_DV3 + +

    +
    +

    + + 83.500.000 + VNĐ + +

    +
    +

    + + Sau + khi đạt chứng chỉ ngoại ngữ đủ tiêu chuẩn xuất + cảnh (khoảng 240 ngày kể từ ngày nhập học chính + thức từ khóa A1). + +

    +
    +

    + + Họ + tên_Số CCCD_ID định danh_TV2 + +

    +
    +

    + + 20.000.000 + VNĐ + +

    +
    +

    + + + TỔNG + CỘNG + + +

    +
    +

    + + + 220.000.000 + VNĐ + + +

    +
    +

    +
    + +

    +
    +
    +
    +

    +
    + +

    +
      +
    • +

      + + + Học + viên nộp số tiền phải nộp đợt 1 theo quy định: + 40.000.000 VNĐ ( + + + + Bốn + mươi triệu đồng chẵn. + + + + ) + + +

      +
    • +

      + + + Trường + hợp chưa nộp đủ, học viên vui lòng bổ sung trong vòng + 07 ngày kể từ ngày nộp tiền lần 1 hoặc trước ngày + nhập học/khai giảng 03 ngày làm việc (tùy thời điểm + nào đến trước). + + +

      +
    • +

      + + + + + Nếu + học viên hoàn thành các thủ tục hướng dẫn trên muộn + hơn thời điểm đã quy định, học viên sẽ được sắp + xếp vào khóa học kế tiếp nếu khóa học hiện tại đã + hết chỉ tiêu + + + + + . + + +

      +
    +
      +
        +
      1. +

        + + + + Chuẩn + bị và nộp hồ sơ nhập học: + + + +

        +
      +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    + + + STT + + +

    +
    +

    + + + Danh + mục hồ sơ + + +

    +
    +

    + + + Hình + thức tài liệu + + +

    +
    +

    + + + Số + lượng + + +

    +
    +

    + + + + I + + + +

    +
    +

    + + + Nộp ngay khi nhập học: + + +

    +
    +

    +
    + +

    +
    +

    +
    + +

    +
    +
      +
    1. +

      +

      +
    +
    +

    + + Căn + cước công dân/Chứng minh nhân dân + +

    +
    +

    + + Sao + y + +

    +
    +

    + + 02 + +

    +
    +
      +
    1. +

      +

      +
    +
    +

    + + Sơ + yếu lý lịch (ghi rõ thời gian từ cấp 1 đến nay + làm gì ở đâu) + +

    +
    +

    + + Gốc + +

    +
    +

    + + 01 + +

    +
    +
      +
    1. +

      +

      +
    +
    +

    + + Bằng + Tốt nghiệp THPT + +

    +
    +

    + + Gốc + +

    +
    +

    + + 01 + +

    +
    +
      +
    1. +

      +

      +
    +
    +

    + + Bằng + tốt nghiệp TC/CĐ/ĐH (nếu có) + +

    +
    +

    + + Gốc + +

    +
    +

    + + 01 + +

    +
    +
      +
    1. +

      +

      +
    +
    +

    + + Học + bạ + +

    +
    +

    + + Gốc + +

    +
    +

    + + 01 + +

    +
    +

    + + + + II + + + +

    +
    +

    + + + Nộp + sau khi học xong B1: + + +

    +
    +

    +
    + +

    +
    +

    +
    + +

    +
    +
      +
    1. +

      +

      +
    +
    +

    + + Hộ + chiếu + +

    +
    +

    + + Gốc + +

    +
    +

    + + 01 + +

    +
    +
      +
    1. +

      +

      +
    +
    +

    + + Lý + lịch tư pháp số 1 + +

    +
    +

    + + Gốc + +

    +
    +

    + + 01 + +

    +
    +
      +
    1. +

      +

      +
    +
    +

    + + Phiếu + khám sức khỏe + +

    +
    +

    + + Gốc + +

    +
    +

    + + 01 + +

    +
    +
      +
    1. +

      +

      +
    +
    +

    + + Chứng + chỉ B1 + +

    +
    +

    + + Gốc + +

    +
    +

    + + 01 + +

    +
    +
      +
    1. +

      +

      +
    +
    +

    + + Ảnh + cỡ 3,5 x 4,5cm + +

    +
    +

    + + Nền + trắng + +

    +
    +

    + + 10 + +

    +
    +
    +
    +
      +
    • +

      + + + + Lưu + ý: Mang theo và nộp hồ sơ nhập học vào ngày nhập học + chính thức hoặc theo thông báo của Công ty. + + + +

      +
    +

    +
    + +

    +
      +
        +
      1. +

        + + + + Thông + tin nhận hồ sơ: + + + +

        +
      +
    +

    + + + Học + viên vui lòng gửi bộ tài liệu, hồ sơ trong vòng 03 ngày + kể từ ngày nhận thư này. + + +

    +
      +
    • +

      + + + Hồ + sơ cần gửi gồm: Hợp đồng đã ký, các giấy tờ nêu + tại + + + + mục + 2.3. Đối với giấy tờ nêu tại mục 2.3, học viên nộp + trong vòng 03 ngày kể từ ngày nhận thư nhưng không chậm + hơn ngày nhập học chính thức. + + + +

      +
    • +

      + + + Địa + chỉ gửi hồ sơ: Phòng thủ tục Cen Academy, Tầng 4, + tòa The Golden Palm, 21 Đường Lê Văn Lương, Nhân Chính, + Thanh Xuân, Hà Nội. + + +

      +
    • +

      + + + Người + nhận: Ms Hoài 0969159919. + + +

      +
    +

    + + + + Trân + trọng cảm ơn em đã tin tưởng và lựa chọn chương + trình của Công ty cổ phần Cen Academy. + + + +

    +

    +
    + +

    + + \ No newline at end of file diff --git a/cenhomes_student/static/template/thu_xac_nhan_dang_ky/dacob1.html b/cenhomes_student/static/template/thu_xac_nhan_dang_ky/dacob1.html new file mode 100644 index 0000000..604ca5e --- /dev/null +++ b/cenhomes_student/static/template/thu_xac_nhan_dang_ky/dacob1.html @@ -0,0 +1,758 @@ + + + + + + + + + + + + + + + + + + +

    + Gửi + em {{variable.ho}} {{variable.ten}},

    +

    + Công + ty cổ phần Cen Academy chúc mừng em đã đăng ký tham gia + thành công Chương + trình + du học kép tại Cộng hòa liên bang Đức – Đã có chứng + chỉ B1

    +
      +
    1. + Thông + tin đăng ký của học viên như sau:

      +
    +
      +
    • + Mã + ứng viên (ID định danh): {{variable.ma_ho_so}}

      +
    • + Tên + ứng viên: {{variable.ho}} {{variable.ten}}

      +
    • + Số + CCCD/CMND: {{variable.cccd}}

      +
    • + Chương + trình đăng ký: {{variable.chuong_trinh_dang_ky}}

      +
    • + Ngành + học mong muốn (nếu có): {{variable.nganh_hoc_mong_muon}}

      +
    +
      +
    1. + Để + hoàn tất thủ tục tham gia chương trình, học viên vui + lòng làm theo hướng dẫn và chuẩn bị các tài liệu + dưới đây. +

      +
        +
      1. + Ký + hợp đồng:

        +
      +
    +

    + Học + viên vui lòng liên hệ với Cán bộ tuyển sinh đang hỗ + trợ để được tư vấn và hướng dẫn ký hợp đồng + trong vòng 24 + giờ + kể từ khi nhận được thư này.

    +
      +
    • + Mỗi + bộ Hợp đồng gồm 2 Hợp đồng gồm:

      +
    +
      +
    • + Hợp + đồng đào tạo và hỗ trợ học viên + Phụ lục 02 đính + kèm;

      +
    • + Hợp + đồng tư vấn du học.

      +
    +
      +
    • + Học + viên đọc kỹ các nội dung tại hợp đồng, điền chính + xác các thông tin cá nhân.

      +
    • + Sử + dụng bút màu mực xanh, Hợp đồng đảm bảo thống nhất + một màu mực và nét chữ viết.

      +
    • + Ký + tên và ghi đầy đủ họ tên bên dưới, ký nháy các + trang có thông tin.

      +
    • + Sau + khi ký hoàn tất trả lại cho Phòng thủ tục trình ký và + đóng dấu. Công ty trả hồ sơ cho học viên trong vòng + 7-10 ngày làm việc kể từ ngày Phòng thủ tục nhận + được Hợp đồng hợp lệ có chữ ký học viên (không + tính Thứ Bảy, Chủ Nhật và lễ tết theo quy định Nhà + nước).

      +
    +

    +
    + +

    +
      +
        +
      1. + Nộp + tiền đợt 1: (học + viên đã nộp đủ tiền đợt 1 vui lòng bỏ qua thông + tin này)

        +
      +
    +
      +
        +
      1. + Thông + tin nộp tiền: Tiền + mặt và/hoặc Chuyển khoản

        +
      +
    +
      +
    • + Nộp + tiền mặt: Phòng kế toán, tầng 2, 137 Nguyễn Ngọc Vũ, + Cầu Giấy, Hà Nội.

      +
    • + +Chuyển + khoản/nộp tiền vào tài khoản:

      +
        +
      • + Tên + công ty: CÔNG TY CỔ PHẦN CEN ACADEMY +

        +
      • + STK: + 2680531857

        +
      • + Tại + ngân hàng BIDV- Chi nhánh Thái Hà

        +
      • + Nội + dung: [Tên học viên_số CCCD_ID định danh_DV1].

        +
      • +
        + +
        +
      + +
    +

    + Lưu + ý: Học viên chuyển khoản theo đúng nội dung nêu trên để + đảm bảo được ghi nhận tiền đầy đủ, chính xác. + Trường hợp sai nội dung, khoản tiền sẽ tạm thời treo + và học viên cần chủ động tra soát nội dung giao dịch + tại quầy giao dịch ngân hàng hoặc liên hệ cán bộ + tuyển sinh trực tiếp hỗ trợ.

    +
      +
        +
      1. + Số + tiền phải nộp:

        +
      +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    +
    +
    + +

    +

    STT

    +

    + Đợt + thanh toán

    +

    + Nội + dung nộp tiền

    +

    + Số + tiền

    +

    + Thời + điểm thanh toán

    +
    +
      +
    1. +
    +

    + Đợt + 1

    +

    + Họ + tên_Số CCCD_ID định danh_DV1

    +

    + 10.000.000 + VNĐ

    +

    + Ngay + khi đăng ký chương trình. Số tiền này sẽ được + chuyển thành phí dịch vụ hỗ trợ học viên đợt 1 + sau khi ký hợp đồng.

    +
    +
      +
    1. +
    +

    + Đợt + 2

    +

    + Họ + tên_Số CCCD_ID định danh_DV2

    +

    + 50.000.000 + VNĐ

    +

    + Khi + có Hợp đồng từ Doanh nghiệp bên Đức (khoảng 03 + tuần kể từ ngày phỏng vấn).

    +
    +
      +
    1. +
    +

    + Đợt + 3

    +

    + Họ + tên_Số CCCD_ID định danh_DV3

    +

    + 120.000.000 + VNĐ

    +

    + 20 + ngày trước khi bay sang Đức.

    +

    + TỔNG + CỘNG

    +

    + 180.000.000 + VNĐ

    +

    +
    + +

    +
    +
    +
    +

    +
    + +

    +
      +
    • + Học + viên nộp số tiền phải nộp đợt 1 theo quy định: + 10.000.000 VNĐ (Mười + triệu đồng chẵn.) + trong + vòng 24h + kể từ ngày nhận được thư này.

      +
    +
      +
        +
      1. + Chuẩn + bị và nộp hồ sơ đăng ký:

        +
      +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    + STT +

    +
    +

    + Danh + mục hồ sơ

    +
    +

    + Hình + thức tài liệu

    +
    +

    + Số + lượng

    +
    +

    + I +

    +
    +

    + Nộp + ngay khi nhập học:

    +
    +

    +
    + +

    +
    +

    +
    + +

    +
    +
      +
    1. +
    +
    +

    + Căn + cước công dân/Chứng minh nhân dân

    +
    +

    + Sao + y

    +
    +

    + 02 +

    +
    +
      +
    1. +
    +
    +

    + Sơ + yếu lý lịch (ghi rõ thời gian từ cấp 1 đến nay + làm gì ở đâu)

    +
    +

    + Gốc +

    +
    +

    + 01 +

    +
    +
      +
    1. +
    +
    +

    + Bằng + Tốt nghiệp THPT

    +
    +

    + Gốc +

    +
    +

    + 01 +

    +
    +
      +
    1. +
    +
    +

    + Bằng + tốt nghiệp TC/CĐ/ĐH (nếu có)

    +
    +

    + Gốc +

    +
    +

    + 01 +

    +
    +
      +
    1. +
    +
    +

    + Học + bạ

    +
    +

    + Gốc +

    +
    +

    + 01 +

    +
    +
      +
    1. +
    +
    +

    + Hộ + chiếu

    +
    +

    + Gốc +

    +
    +

    + 01 +

    +
    +
      +
    1. +
    +
    +

    + Lý + lịch tư pháp số 1

    +
    +

    + Gốc +

    +
    +

    + 01 +

    +
    +
      +
    1. +
    +
    +

    + Phiếu + khám sức khỏe

    +
    +

    + Gốc +

    +
    +

    + 01 +

    +
    +
      +
    1. +
    +
    +

    + Chứng + chỉ B1

    +
    +

    + Gốc +

    +
    +

    + 01 +

    +
    +
      +
    1. +
    +
    +

    + Ảnh + cỡ 3,5 x 4,5cm

    +
    +

    + Nền + trắng

    +
    +

    + 10 +

    +
    +
    +
    +


    + +

    +
      +
        +
      1. + Thông + tin nhận hồ sơ:

        +
      +
    +

    + Học + viên vui lòng gửi bộ tài liệu, hồ sơ trong vòng 03 ngày + kể từ ngày nhận thư này. +

    +
      +
    • + Hồ + sơ cần gửi gồm: Hợp đồng đã ký, các giấy tờ nêu + tại mục + 2.3. +

      +
    • + Địa + chỉ gửi hồ sơ: Phòng thủ tục Cen Academy, Tầng 4, + tòa The Golden Palm, 21 Đường Lê Văn Lương, Nhân Chính, + Thanh Xuân, Hà Nội.

      +
    • + Người + nhận: Ms Hoài 0969159919.

      +
    +

    Trân + trọng cảm ơn em đã tin tưởng và lựa chọn chương + trình của Công ty cổ phần Cen Academy.

    +


    + +

    + + \ No newline at end of file diff --git a/cenhomes_student/static/template/thu_xac_nhan_dang_ky/duhockep.html b/cenhomes_student/static/template/thu_xac_nhan_dang_ky/duhockep.html new file mode 100644 index 0000000..cace03a --- /dev/null +++ b/cenhomes_student/static/template/thu_xac_nhan_dang_ky/duhockep.html @@ -0,0 +1,849 @@ + + + + + + + + + + + + + + + + + + +

    + + Gửi em {{variable.ho}} {{variable.ten}},

    +

    + Công + ty cổ phần Cen Academy chúc mừng em đã đăng ký tham gia + thành công Chương + trình + chuyển đổi văn bằng + +

    +
      +
    1. + Thông + tin đăng ký của học viên như sau:

      +
    +
      +
    • + + Mã học viên (ID định danh): {{variable.ma_ho_so}}

      +
    • + Tên + học viên: {{variable.ho}} {{variable.ten}}

      +
    • + Số + CCCD/CMND: {{variable.cccd}}

      +
    • + Chương + trình đăng ký: {{variable.chuong_trinh_dang_ky}}

      +
    • + Đăng + ký học tiếng Đức: {{variable.dang_ky_hoc_tieng_duc}}

      +
    • + Hình + thức đào tạo: {{variable.hinh_thuc_dao_tao}}

      +
    • + Ngành + học mong muốn (nếu có): {{variable.nganh_hoc_mong_muon}}

      +
    +
      +
    1. + Để + hoàn tất thủ tục tham gia chương trình, học viên vui + lòng làm theo hướng dẫn và chuẩn bị các tài liệu + dưới đây. +

      +
        +
      1. + Ký + hợp đồng:

        +
      +
    +

    + Học + viên vui lòng liên hệ với Cán bộ tuyển sinh đang hỗ + trợ để được tư vấn và hướng dẫn ký hợp đồng + trong vòng 24 + giờ + kể từ khi nhận được thư này.

    +
      +
    • +

      + + Mỗi bộ Hợp đồng gồm 2 Hợp đồng gồm: +

      +
        +
      • +

        + Hợp + đồng đào tạo và hỗ trợ học viên + Phụ lục 02 đính + kèm;

        +
      • + Hợp + đồng tư vấn du học.

        +
      +
    • +
    + +
      +
    • + Học + viên đọc kỹ các nội dung tại hợp đồng, điền chính + xác các thông tin cá nhân.

      +
    • + Sử + dụng bút màu mực xanh, Hợp đồng đảm bảo thống nhất + một màu mực và nét chữ viết.

      +
    • + Ký + tên và ghi đầy đủ họ tên bên dưới, ký nháy các + trang có thông tin.

      +
    • + Sau + khi ký hoàn tất trả lại cho Phòng thủ tục trình ký và + đóng dấu. Công ty trả hồ sơ cho học viên trong vòng + 7-10 ngày làm việc kể từ ngày Phòng thủ tục nhận + được Hợp đồng hợp lệ có chữ ký học viên (không + tính Thứ Bảy, Chủ Nhật và lễ tết theo quy định Nhà + nước).

      +
    +

    +
    + +

    +
      +
        +
      1. + Nộp + tiền đợt 1: (học + viên đã nộp đủ tiền đợt 1 vui lòng bỏ qua thông + tin này)

        +
      +
    +
      +
        +
      1. + Thông + tin nộp tiền: Tiền + mặt và/hoặc Chuyển khoản

        +
      +
    +
      +
    • + Nộp + tiền mặt: Phòng kế toán, tầng 2, 137 Nguyễn Ngọc Vũ, + Cầu Giấy, Hà Nội.

      +
    • + Chuyển + khoản/nộp tiền vào tài khoản:

      +
        +
      • + Tên + công ty: CÔNG TY CỔ PHẦN CEN ACADEMY +

        +
      • + STK: + 2680531857

        +
      • + Tại + ngân hàng BIDV- Chi nhánh Thái Hà

        +
      • + Nội + dung: [Tên học viên_số CCCD_ID định danh_DV1].

        +
        + +
        +
      +
    • +
    +

    + Lưu + ý: Học viên chuyển khoản theo đúng nội dung nêu trên để + đảm bảo được ghi nhận tiền đầy đủ, chính xác. + Trường hợp sai nội dung, khoản tiền sẽ tạm thời treo + và học viên cần chủ động tra soát nội dung giao dịch + tại quầy giao dịch ngân hàng hoặc liên hệ cán bộ + tuyển sinh trực tiếp hỗ trợ.

    +
      +
        +
      1. + Số + tiền phải nộp:

        +
      +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    +
    +
    + +

    +

    STT

    +

    + Đợt + thanh toán

    +

    + Nội + dung nộp tiền

    +

    + Số + tiền

    +

    + Thời + điểm thanh toán

    +

    +
    +
    + +

    +

    1

    +

    + Đợt + 1

    +

    + Họ + tên_Số CCCD_ID định danh_ DT1 + DV1

    +

    + 40.000.000 + VNĐ

    +

    + Ngay + khi đăng ký tham gia chương trình và ký Hợp đồng.

    +

    +
    +
    + +

    +

    2

    +

    + Đợt + 2

    +

    + Họ + tên_Số CCCD_ID định danh_DT2 + DV2

    +

    + 56.500.000 + VNĐ

    +

    + Trong + vòng 45 ngày kể từ ngày nhập học chính thức nếu + tham gia đào tạo ngoại ngữ tập trung; 75 ngày kể từ + ngày nhập học chính thức nếu tham gia chương trình + đào tạo ngoại ngữ online.

    +

    + Họ + tên_Số CCCD_ID định danh_TV1

    +

    + 30.000.000 + VNĐ

    +

    + 3 +

    +

    + Đợt + 3

    +

    + Họ + tên_Số CCCD_ID định danh_DV3

    +

    + 83.500.000 + VNĐ

    +

    + Sau + khi đạt chứng chỉ ngoại ngữ đủ tiêu chuẩn xuất + cảnh (khoảng 240 ngày kể từ ngày nhập học chính + thức từ khóa A1).

    +

    + Họ + tên_Số CCCD_ID định danh_TV2

    +

    + 20.000.000 + VNĐ

    +

    + TỔNG + CỘNG

    +

    + 230.000.000 + VNĐ

    +

    +
    + +

    +
    +
    +
    +

    +
    + +

    +
      +
    • + Học + viên nộp số tiền phải nộp đợt 1 theo quy định: + 40.000.000 VNĐ (Bốn + mươi triệu đồng chẵn.) +

      +
    • + Trường + hợp chưa nộp đủ, học viên vui lòng bổ sung trong vòng + 07 ngày kể từ ngày nộp tiền lần 1 hoặc trước ngày + nhập học/khai giảng 03 ngày làm việc (tùy thời điểm + nào đến trước).

      +
    • + Nếu + học viên hoàn thành các thủ tục hướng dẫn trên muộn + hơn thời điểm đã quy định, học viên sẽ được sắp + xếp vào khóa học kế tiếp nếu khóa học hiện tại đã + hết chỉ tiêu. +

      +
    +
      +
        +
      1. + Chuẩn + bị và nộp hồ sơ nhập học:

        +
      +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    + STT +

    +
    +

    + Danh + mục hồ sơ

    +
    +

    + Hình + thức tài liệu

    +
    +

    + Số + lượng

    +
    +

    + I +

    +
    +

    + Nộp ngay khi + nhập học:

    +
    +

    +
    + +

    +
    +

    +
    + +

    +
    +
      +
    1. +
    +
    +

    + Căn + cước công dân/Chứng minh nhân dân

    +
    +

    + Sao + y

    +
    +

    + 02 +

    +
    +
      +
    1. +
    +
    +

    + Sơ + yếu lý lịch (ghi rõ thời gian từ cấp 1 đến nay + làm gì ở đâu)

    +
    +

    + Gốc +

    +
    +

    + 01 +

    +
    +
      +
    1. +
    +
    +

    + Bằng + Tốt nghiệp THPT

    +
    +

    + Gốc +

    +
    +

    + 01 +

    +
    +
      +
    1. +
    +
    +

    + Bằng + tốt nghiệp TC/CĐ/ĐH (nếu có)

    +
    +

    + Gốc +

    +
    +

    + 01 +

    +
    +
      +
    1. +
    +
    +

    + Học + bạ

    +
    +

    + Gốc +

    +
    +

    + 01 +

    +
    +

    + II +

    +
    +

    + Nộp + sau khi học xong B1:

    +
    +

    +
    + +

    +
    +

    +
    + +

    +
    +
      +
    1. +
    +
    +

    + Hộ + chiếu

    +
    +

    + Gốc +

    +
    +

    + 01 +

    +
    +
      +
    1. +
    +
    +

    + Lý + lịch tư pháp số 1

    +
    +

    + Gốc +

    +
    +

    + 01 +

    +
    +
      +
    1. +
    +
    +

    + Phiếu + khám sức khỏe

    +
    +

    + Gốc +

    +
    +

    + 01 +

    +
    +
      +
    1. +
    +
    +

    + Chứng + chỉ B1

    +
    +

    + Gốc +

    +
    +

    + 01 +

    +
    +
      +
    1. +
    +
    +

    + Ảnh + cỡ 3,5 x 4,5cm

    +
    +

    + Nền + trắng

    +
    +

    + 10 +

    +
    +
    +
    +
      +
    • + Lưu + ý: Mang theo và nộp hồ sơ nhập học vào ngày nhập học + chính thức hoặc theo thông báo của Công ty.

      +
    +


    + +

    +
      +
        +
      1. + Thông + tin nhận hồ sơ:

        +
      +
    +

    + Học + viên vui lòng gửi bộ tài liệu, hồ sơ trong vòng 03 ngày + kể từ ngày nhận thư này. +

    +
      +
    • + Hồ + sơ cần gửi gồm: Hợp đồng đã ký, các giấy tờ nêu + tại mục + 2.3. Đối với giấy tờ nêu tại mục 2.3, học viên nộp + trong vòng 03 ngày kể từ ngày nhận thư nhưng không chậm + hơn ngày nhập học chính thức.

      +
    • + Địa + chỉ gửi hồ sơ: Phòng thủ tục Cen Academy, Tầng 4, + tòa The Golden Palm, 21 Đường Lê Văn Lương, Nhân Chính, + Thanh Xuân, Hà Nội.

      +
    • + Người + nhận: Ms Hoài 0969159919.

      +
    +

    Trân + trọng cảm ơn em đã tin tưởng và lựa chọn chương + trình của Công ty cổ phần Cen Academy.

    +


    + +

    + + \ No newline at end of file diff --git a/cenhomes_student/static/template/thu_xac_nhan_dang_ky/online-khoale.html b/cenhomes_student/static/template/thu_xac_nhan_dang_ky/online-khoale.html new file mode 100644 index 0000000..8753da9 --- /dev/null +++ b/cenhomes_student/static/template/thu_xac_nhan_dang_ky/online-khoale.html @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + +

    + CEN + GLOBAL ACADEMY

    +

    + + XÁC NHẬN ĐĂNG KÝ THÀNH CÔNG CHƯƠNG TRÌNH HỌC TIẾNG ĐỨC ONLINE +

    +

    + + Công ty cổ phần Cen Academy xác nhận Quý Học viên đăng ký tham gia chương trình học tiếng Đức Online như + sau:

    +
      +
    1. Thông + tin học viên:

      +
    +
      +
    • Tên + học viên: {{variable.ho}} {{variable.ten}}                                                                                       Ngày tháng năm sinh: {{variable.ngay_thang_nam_sinh}}

    • +
    • Mã + học viên (ID định danh): {{variable.ma_ho_so}}

    • +
    • Số + CCCD/CMND/Hộ chiếu: {{variable.cccd}}

    • +
    • Ngày + cấp: {{variable.cccd_ngay_cap}}                                                                                        Nơi cấp: {{variable.cccd_noi_cap}}

    • +
    • Địa + chỉ thường trú: {{variable.dia_chi_thuong_tru}}

    • +
    • Địa + chỉ liên hệ: {{variable.dia_chi_hien_tai}}

    • +
    • Số + điện thoại liên lạc: {{variable.so_dien_thoai_lien_he}}                                                                                        Email: {{variable.email}}

    • +
    +
      +
    1. Thông + tin khóa học:

    2. +
    +
      +
    • Khóa + học đăng ký: {{variable.khoa_hoc}}

    • + + + + +
    • Tài + khoản tham gia lớp học: {{variable.ma_ho_so}} +

    • +
    • Mật + khẩu: Cen@123456

    • +
    +
      +
    1. + + Quy định và cam kết của học viên:

    2. +
        +
      1. + Các + khoá học tại CGA chỉ dành cho học viên đủ 16 tuổi + trở lên;

      2. +
      3. + Theo + quy định về bảo mật thông tin, CGA không cung cấp + thông tin cá nhân và kết quả học tập của học viên + cho người thứ ba;

      4. +
      5. + Đăng + ký học và xếp lớp: Thực hiện ghi danh tại Website + Duhockep.vn hoặc đăng ký trực tiếp với các chuyên viên + tuyển sinh thuộc CGA;

      6. +
      7. + Phương + thức thanh toán: học phí được thanh toán bằng hình + thức chuyển và/hoặc nộp tiền vào tài khoản của + Công ty. Công ty không cử bất cứ một cá nhân nào đại + diện nhận tiền thay;

      8. +
      9. + Điều + kiện mở lớp: mỗi lớp có ít nhất 08 học viên có + cùng trình độ;

      10. +
      11. + Điều + khoản hoàn phí: chương trình học được chia nhỏ thành + từng gói, cùng chi phí và giá thành thấp. Ngoài ra các + chuyên viên tuyển sinh sẽ tư vấn miễn phí 1:1 trong + giai đoạn bắt đầu nhập học, vì vậy CGA không hỗ + trợ hoàn phí trong bất cứ trường hợp nào;

      12. +
      13. + Điều + kiện bảo lưu: học viên không được bảo lưu học phí + trong mọi trường hợp;

      14. +
      15. + Đổi + lớp (chỉ thực hiện trong tuần học đầu tiên): Học + viên phải thanh toán phần học phí chênh lệch nếu + chuyển sang lớp có học phí cao hơn, phần học phí + chênh lệch sẽ không được hoàn lại nếu học viên + chuyển sang lớp có học phí thấp hơn;

      16. +
      17. + Học + viên sẽ được cấp tài khoản để truy cập vào kho dữ + liệu sách trực tiếp và đề thi tiếng Đức.

      18. +
      19. +

        + + + Lịch học (Thời khóa biểu): theo sự sắp xếp và thông báo của CGA. + +

      20. +
      +
    + + \ No newline at end of file diff --git a/cenhomes_student/utils/__init__.py b/cenhomes_student/utils/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/cenhomes_student/utils/lang.py b/cenhomes_student/utils/lang.py new file mode 100644 index 0000000..fa18ad0 --- /dev/null +++ b/cenhomes_student/utils/lang.py @@ -0,0 +1,27 @@ +import calendar +import json +import os + +path_file = os.path.dirname(__file__) + +dict_languages = { + 'de': json.load(open(f'{path_file}/../static/lang/de.json')) +} + + +def convert_month(month: int): + if month < 1 or month > 12: + return None + return calendar.month_name[month] + + +def convert_common(text: str, lang: str = 'de'): + if lang not in dict_languages or text is None or text == False: + return None + return dict_languages.get(lang).get(text.lower()) + + +if __name__ == '__main__': + print(convert_month(0)) + print(convert_month(3)) + print(convert_common('english')) diff --git a/cenhomes_student/utils/mail.py b/cenhomes_student/utils/mail.py new file mode 100644 index 0000000..5e8749b --- /dev/null +++ b/cenhomes_student/utils/mail.py @@ -0,0 +1,60 @@ +import base64 +import html +from email.mime.image import MIMEImage +from email.mime.multipart import MIMEMultipart +from email.mime.text import MIMEText +from smtplib import SMTP + +MAIL_HOST = "email-smtp.ap-southeast-1.amazonaws.com" +MAIL_PORT = 587 +MAIL_USERNAME = "AKIA2QKDGMD2T4HS4YEW" +MAIL_PASSWORD = "BHna7DQSNOQozfkve/Cnf5PHzRoxubKuPcoWgr5pjasO" +MAIL_FROM = "no.reply@cenhomes.vn" + +# MAIL_FROM = 'noreply@gianhadat.cenhomes.vn' +# MAIL_HOST = 'email-smtp.ap-southeast-1.amazonaws.com' # 'mail.cengroup.vn' +# MAIL_PORT = 587 +# MAIL_USERNAME = 'AKIAV5AKOOKTCTQ44U43' # 'inf' +# MAIL_PASSWORD = 'BH4+AwKm1Ph1kqi8/WR1+k67K158Gah6KG3iTyXi2JCy' # 'BGblSpfOdW+RKsvVkmLrTn9LTSk0mlakN7l9dXC/ZSgw' +# MAIL_ENCRYPTION = 'tls' + + +def send_email(to, subject='Thông báo từ ERP Cenhomes', content='', images=None): + """ + :param to: gửi đến email nào + :param subject: tiêu đề là gì + :param content: chuỗi html nội dung mail + :param images: mảng các image cần gắn vào mail. Định dạng mỗi phần từ của mảng là tuple (, ) + :return: + """ + if images is None: + images = [] + try: + if content is None: + return None + message = MIMEMultipart() + message["From"] = MAIL_FROM + message["To"] = to + # message["Cc"] = destination + message["Subject"] = subject + message.attach(MIMEText(html.unescape(content), 'html')) + + for image in images: + fp = open(image[0], 'rb') + msg_image = MIMEImage(fp.read()) + fp.close() + + msg_image.add_header('Content-ID', f'<{image[1]}>') + message.attach(msg_image) + + conn = SMTP(host=MAIL_HOST, port=MAIL_PORT) + conn.starttls() + conn.login(user=MAIL_USERNAME, password=MAIL_PASSWORD) + conn.sendmail(MAIL_FROM, to.split(","), message.as_string()) + return True + except Exception as error: + raise error + + +if __name__ == '__main__': + send_email(to="tiennv.110@gmail.com") diff --git a/cenhomes_student/utils/util_datetime.py b/cenhomes_student/utils/util_datetime.py new file mode 100644 index 0000000..fe3c4a5 --- /dev/null +++ b/cenhomes_student/utils/util_datetime.py @@ -0,0 +1,37 @@ +from datetime import datetime + + +def validate(date_text: str): + if not isinstance(date_text, str): + return date_text + ret = date_text + for form in ["%d-%m-%Y", "%d/%m/%Y", "%m/%Y", "%m-%Y"]: + try: + ret_form = '%d.%m.%Y' + if '%d' not in form: + ret_form = ret_form.replace('%d.', '') + ret = datetime.strptime(date_text, form).strftime(ret_form) + except ValueError as err: + pass + return ret + +# def validate(date_text: str, return_format='%d.%m.%Y'): +# try: +# data = parse(date_text, dayfirst=True, ) +# print(data.day) +# return data.strftime(return_format) +# except ValueError as err: +# print("Incorrect data format", err) +# return date_text + + +if __name__ == '__main__': + print(validate('2003-12-23')) + # print(validate('2003-12-32')) + print(validate('2003-12-23')) + # print(parse('2003-12-32')) + print(validate('23-12-2003')) + print(validate('23/12/2003')) + print(validate('12/23/2003')) + print(validate('05/04/2003')) + print(validate('04/2003')) diff --git a/cenhomes_student/views/co_so_vat_chat/views_ky_tuc_xa.xml b/cenhomes_student/views/co_so_vat_chat/views_ky_tuc_xa.xml new file mode 100644 index 0000000..1e8bd19 --- /dev/null +++ b/cenhomes_student/views/co_so_vat_chat/views_ky_tuc_xa.xml @@ -0,0 +1,49 @@ + + + cenhomes.ky_tuc_xa.tree + cenhomes.ky_tuc_xa + + + + + + + + + + + + cenhomes.ky_tuc_xa.search + cenhomes.ky_tuc_xa + + + + + + + + + + cenhomes.ky_tuc_xa.form + cenhomes.ky_tuc_xa + +
    + + + + + + + + +
    +
    +
    + + + Ký túc xá + ir.actions.act_window + cenhomes.ky_tuc_xa + tree,form + +
    \ No newline at end of file diff --git a/cenhomes_student/views/doi_tac/views_du_hoc_kep_doi_tac.xml b/cenhomes_student/views/doi_tac/views_du_hoc_kep_doi_tac.xml new file mode 100644 index 0000000..260b9a1 --- /dev/null +++ b/cenhomes_student/views/doi_tac/views_du_hoc_kep_doi_tac.xml @@ -0,0 +1,45 @@ + + + cenhomes.du_hoc_kep_doi_tac.tree + cenhomes.du_hoc_kep_doi_tac + + + + + + + + + + + + + cenhomes.du_hoc_kep_doi_tac.form + cenhomes.du_hoc_kep_doi_tac + +
    + + + + + + + + + + + + + +
    +
    +
    + + + Profile Đối tác + ir.actions.act_window + cenhomes.du_hoc_kep_doi_tac + tree,form + + +
    \ No newline at end of file diff --git a/cenhomes_student/views/doi_tac/views_quan_he_doi_tac_hoc_vien.xml b/cenhomes_student/views/doi_tac/views_quan_he_doi_tac_hoc_vien.xml new file mode 100644 index 0000000..2a412f8 --- /dev/null +++ b/cenhomes_student/views/doi_tac/views_quan_he_doi_tac_hoc_vien.xml @@ -0,0 +1,112 @@ + + + cenhomes.quan_he_hoc_vien_doi_tac.tree + cenhomes.quan_he_hoc_vien_doi_tac + + + + + + + + + + + + + + + cenhomes.quan_he_hoc_vien_doi_tac.form + cenhomes.quan_he_hoc_vien_doi_tac + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + + + Quan hệ đối tác - học viên + ir.actions.act_window + cenhomes.quan_he_hoc_vien_doi_tac + tree,form + + +
    \ No newline at end of file diff --git a/cenhomes_student/views/giao_vien/views_giao_vien_chu_nhiem.xml b/cenhomes_student/views/giao_vien/views_giao_vien_chu_nhiem.xml new file mode 100644 index 0000000..595541e --- /dev/null +++ b/cenhomes_student/views/giao_vien/views_giao_vien_chu_nhiem.xml @@ -0,0 +1,55 @@ + + + cenhomes.giao_vien_chu_nhiem.tree + cenhomes.giao_vien_chu_nhiem + + + + + + + + + + + + + cenhomes.giao_vien_chu_nhiem.search + cenhomes.giao_vien_chu_nhiem + + + + + + + + + + + + + cenhomes.giao_vien_chu_nhiem.form + cenhomes.giao_vien_chu_nhiem + +
    + + + + + + + + + +
    +
    +
    + + + Giáo viên chủ nhiệm + ir.actions.act_window + cenhomes.giao_vien_chu_nhiem + tree,form + + +
    \ No newline at end of file diff --git a/cenhomes_student/views/giao_vien/views_giao_vien_day_tieng.xml b/cenhomes_student/views/giao_vien/views_giao_vien_day_tieng.xml new file mode 100644 index 0000000..bdc75d5 --- /dev/null +++ b/cenhomes_student/views/giao_vien/views_giao_vien_day_tieng.xml @@ -0,0 +1,57 @@ + + + cenhomes.giao_vien_day_tieng.tree + cenhomes.giao_vien_day_tieng + + + + + + + + + + + + + + + cenhomes.giao_vien_day_tieng.search + cenhomes.giao_vien_day_tieng + + + + + + + + + + + cenhomes.giao_vien_day_tieng.form + cenhomes.giao_vien_day_tieng + +
    + + + + + + + + + + + +
    +
    +
    + + + Giáo viên dạy tiếng + ir.actions.act_window + cenhomes.giao_vien_day_tieng + tree,form + + +
    \ No newline at end of file diff --git a/cenhomes_student/views/giao_vien/views_quan_he_giao_vien_chu_nhiem_hoc_vien.xml b/cenhomes_student/views/giao_vien/views_quan_he_giao_vien_chu_nhiem_hoc_vien.xml new file mode 100644 index 0000000..bee9498 --- /dev/null +++ b/cenhomes_student/views/giao_vien/views_quan_he_giao_vien_chu_nhiem_hoc_vien.xml @@ -0,0 +1,61 @@ + + + cenhomes.quan_he_giao_vien_chu_nhiem_hoc_vien.tree + cenhomes.quan_he_giao_vien_chu_nhiem_hoc_vien + + + + + + + + + + + + + + + cenhomes.quan_he_giao_vien_chu_nhiem_hoc_vien.search + cenhomes.quan_he_giao_vien_chu_nhiem_hoc_vien + + + + + + + + + + + + + + + cenhomes.quan_he_giao_vien_chu_nhiem_hoc_vien.form + cenhomes.quan_he_giao_vien_chu_nhiem_hoc_vien + +
    + + + + + + + + + + + +
    +
    +
    + + + Quan hệ GVCN - Học viên + ir.actions.act_window + cenhomes.quan_he_giao_vien_chu_nhiem_hoc_vien + tree,form + + +
    \ No newline at end of file diff --git a/cenhomes_student/views/giao_vien/views_quan_he_giao_vien_day_tieng_hoc_vien.xml b/cenhomes_student/views/giao_vien/views_quan_he_giao_vien_day_tieng_hoc_vien.xml new file mode 100644 index 0000000..4b94078 --- /dev/null +++ b/cenhomes_student/views/giao_vien/views_quan_he_giao_vien_day_tieng_hoc_vien.xml @@ -0,0 +1,61 @@ + + + cenhomes.quan_he_giao_vien_day_tieng_hoc_vien.tree + cenhomes.quan_he_giao_vien_day_tieng_hoc_vien + + + + + + + + + + + + + + + cenhomes.quan_he_giao_vien_day_tieng_hoc_vien.search + cenhomes.quan_he_giao_vien_day_tieng_hoc_vien + + + + + + + + + + + + + + + cenhomes.quan_he_giao_vien_day_tieng_hoc_vien.form + cenhomes.quan_he_giao_vien_day_tieng_hoc_vien + +
    + + + + + + + + + + + +
    +
    +
    + + + Quan hệ Giáo viên dạy tiếng - Học viên + ir.actions.act_window + cenhomes.quan_he_giao_vien_day_tieng_hoc_vien + tree,form + + +
    \ No newline at end of file diff --git a/cenhomes_student/views/hoc_tap/views_bai_thi.xml b/cenhomes_student/views/hoc_tap/views_bai_thi.xml new file mode 100644 index 0000000..ef3e953 --- /dev/null +++ b/cenhomes_student/views/hoc_tap/views_bai_thi.xml @@ -0,0 +1,66 @@ + + + cenhomes.bai_thi.tree + cenhomes.bai_thi + + + + + + + + + + + + + + + + + cenhomes.bai_thi.search + cenhomes.bai_thi + + + + + + + + + + + + + + + + + cenhomes.bai_thi.form + cenhomes.bai_thi + +
    + + + + + + + + + + + + + +
    +
    +
    + + + Bài Thi + ir.actions.act_window + cenhomes.bai_thi + tree,form + +
    \ No newline at end of file diff --git a/cenhomes_student/views/hoc_tap/views_ket_qua_thi.xml b/cenhomes_student/views/hoc_tap/views_ket_qua_thi.xml new file mode 100644 index 0000000..c55c1fb --- /dev/null +++ b/cenhomes_student/views/hoc_tap/views_ket_qua_thi.xml @@ -0,0 +1,60 @@ + + + cenhomes.ket_qua_thi.tree + cenhomes.ket_qua_thi + + + + + + + + + + + + + + + cenhomes.ket_qua_thi.search + cenhomes.ket_qua_thi + + + + + + + + + + + + + + + cenhomes.ket_qua_thi.form + cenhomes.ket_qua_thi + +
    + + + + + + + + + + + +
    +
    +
    + + + Kết quả bài thi + ir.actions.act_window + cenhomes.ket_qua_thi + tree,form + +
    \ No newline at end of file diff --git a/cenhomes_student/views/hoc_tap/views_kiem_tra_bai_cu.xml b/cenhomes_student/views/hoc_tap/views_kiem_tra_bai_cu.xml new file mode 100644 index 0000000..b4ef04e --- /dev/null +++ b/cenhomes_student/views/hoc_tap/views_kiem_tra_bai_cu.xml @@ -0,0 +1,55 @@ + + + cenhomes.kiem_tra_bai_cu.tree + cenhomes.kiem_tra_bai_cu + + + + + + + + + + + + + cenhomes.kiem_tra_bai_cu.search + cenhomes.kiem_tra_bai_cu + + + + + + + + + + + cenhomes.kiem_tra_bai_cu.form + cenhomes.kiem_tra_bai_cu + +
    + + + + + + + + + + + + +
    +
    +
    + + + Kiểm tra bài cũ + ir.actions.act_window + cenhomes.kiem_tra_bai_cu + tree,form + +
    \ No newline at end of file diff --git a/cenhomes_student/views/hoc_tap/views_quan_ly_hoc_tap.xml b/cenhomes_student/views/hoc_tap/views_quan_ly_hoc_tap.xml new file mode 100644 index 0000000..973612e --- /dev/null +++ b/cenhomes_student/views/hoc_tap/views_quan_ly_hoc_tap.xml @@ -0,0 +1,93 @@ + + + cenhomes.quan_ly_hoc_tap.tree + cenhomes.quan_ly_hoc_tap + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + cenhomes.quan_ly_hoc_tap.search + cenhomes.quan_ly_hoc_tap + + + + + + + + + + + + cenhomes.quan_ly_hoc_tap.form + cenhomes.quan_ly_hoc_tap + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + + + Quản lý học tập + ir.actions.act_window + cenhomes.quan_ly_hoc_tap + tree,form + +
    \ No newline at end of file diff --git a/cenhomes_student/views/hoc_tap/views_quan_ly_thi_b1.xml b/cenhomes_student/views/hoc_tap/views_quan_ly_thi_b1.xml new file mode 100644 index 0000000..92def93 --- /dev/null +++ b/cenhomes_student/views/hoc_tap/views_quan_ly_thi_b1.xml @@ -0,0 +1,90 @@ + + + cenhomes.quan_ly_thi_b1.tree + cenhomes.quan_ly_thi_b1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + cenhomes.quan_ly_thi_b1.search + cenhomes.quan_ly_thi_b1 + + + + + + + + + + + + cenhomes.quan_ly_thi_b1.form + cenhomes.quan_ly_thi_b1 + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + + + Quản lý thi B1 + ir.actions.act_window + cenhomes.quan_ly_thi_b1 + tree,form + +
    \ No newline at end of file diff --git a/cenhomes_student/views/hoc_tap/views_quy_chuan_dao_tao.xml b/cenhomes_student/views/hoc_tap/views_quy_chuan_dao_tao.xml new file mode 100644 index 0000000..3dfb33a --- /dev/null +++ b/cenhomes_student/views/hoc_tap/views_quy_chuan_dao_tao.xml @@ -0,0 +1,62 @@ + + + cenhomes.quy_chuan_dao_tao.tree + cenhomes.quy_chuan_dao_tao + + + + + + + + + + + + + + + + + + cenhomes.quy_chuan_dao_tao.search + cenhomes.quy_chuan_dao_tao + + + + + + + + + + + cenhomes.quy_chuan_dao_tao.form + cenhomes.quy_chuan_dao_tao + +
    + + + + + + + + + + + + + + +
    +
    +
    + + + Quy chuẩn đào tạo + ir.actions.act_window + cenhomes.quy_chuan_dao_tao + tree,form + +
    \ No newline at end of file diff --git a/cenhomes_student/views/hoc_vien/views_ban_giao_hoc_vien.xml b/cenhomes_student/views/hoc_vien/views_ban_giao_hoc_vien.xml new file mode 100644 index 0000000..99714be --- /dev/null +++ b/cenhomes_student/views/hoc_vien/views_ban_giao_hoc_vien.xml @@ -0,0 +1,73 @@ + + + cenhomes.ban_giao_hoc_vien.tree + cenhomes.ban_giao_hoc_vien + + + + + + + + + + + + + + + + + + + + cenhomes.ban_giao_hoc_vien.search + cenhomes.ban_giao_hoc_vien + + + + + + + + + + + + + + + + + + + cenhomes.ban_giao_hoc_vien.form + cenhomes.ban_giao_hoc_vien + +
    + + + + + + + + + + + + + + + +
    +
    +
    + + + Bàn giao học viên + ir.actions.act_window + cenhomes.ban_giao_hoc_vien + tree,form + +
    \ No newline at end of file diff --git a/cenhomes_student/views/hoc_vien/views_bao_luu.xml b/cenhomes_student/views/hoc_vien/views_bao_luu.xml new file mode 100644 index 0000000..bbcd7bb --- /dev/null +++ b/cenhomes_student/views/hoc_vien/views_bao_luu.xml @@ -0,0 +1,63 @@ + + + cenhomes.bao_luu.tree + cenhomes.bao_luu + + + + + + + + + + + + + + + + cenhomes.bao_luu.search + cenhomes.bao_luu + + + + + + + + + + + + + + + + cenhomes.bao_luu.form + cenhomes.bao_luu + +
    + + + + + + + + + + + + +
    +
    +
    + + + Bảo lưu + ir.actions.act_window + cenhomes.bao_luu + tree,form + +
    \ No newline at end of file diff --git a/cenhomes_student/views/hoc_vien/views_hoc_vien.xml b/cenhomes_student/views/hoc_vien/views_hoc_vien.xml new file mode 100644 index 0000000..88a6ce9 --- /dev/null +++ b/cenhomes_student/views/hoc_vien/views_hoc_vien.xml @@ -0,0 +1,548 @@ + + + cenhomes.hoc_vien.tree + cenhomes.hoc_vien + + + + + + + + + + + + + + + cenhomes.hoc_vien.search + cenhomes.hoc_vien + + + + + + + + + + + + + + + + + + + + + + + + cenhomes.hoc_vien.form + cenhomes.hoc_vien + +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    +
    +
    + + + + + + + + + + + +
    + + + + + + + + + +
    +
    +
    + + + + + + + + + + + + +
    + + + + + + + + + + +
    +
    +
    + + + + + + + + + + +
    + + + + + + + + +
    +
    +
    + + + + + + +
    + + + + +
    +
    +
    + + + + + + +
    + + + + +
    +
    +
    + + + + + + + +
    + + + + + +
    +
    +
    + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + +
    +
    +
    + + + + + + + +
    + + + + + +
    +
    +
    + + + + + + + + + + +
    + + + + + + + +
    + +
    +
    + + + + + + + + + + +
    + + + + + + + + +
    +
    +
    + + + + + +