From 275705443ede762f4079dd750bcfc95b42920cd9 Mon Sep 17 00:00:00 2001 From: duyquyen96 Date: Thu, 15 Jun 2023 13:49:23 +0700 Subject: [PATCH 1/3] [IMP] viin_brand_hr*: replace odoo brand by viindoo --- viin_brand_hr_expense/data/mail_templates.xml | 9 +++++++++ viin_brand_hr_expense/i18n/vi_VN.po | 7 +++++++ viin_brand_hr_expense/i18n/viin_brand_hr_expense.pot | 7 +++++++ .../static/xml/expense_qr_modal_template.xml | 8 ++++++++ viin_brand_hr_skills/__manifest__.py | 1 + viin_brand_hr_skills/demo/hr_resume_demo.xml | 9 +++++++++ 6 files changed, 41 insertions(+) create mode 100644 viin_brand_hr_expense/data/mail_templates.xml create mode 100644 viin_brand_hr_expense/static/xml/expense_qr_modal_template.xml create mode 100644 viin_brand_hr_skills/demo/hr_resume_demo.xml diff --git a/viin_brand_hr_expense/data/mail_templates.xml b/viin_brand_hr_expense/data/mail_templates.xml new file mode 100644 index 00000000..8ef97abe --- /dev/null +++ b/viin_brand_hr_expense/data/mail_templates.xml @@ -0,0 +1,9 @@ + + + + diff --git a/viin_brand_hr_expense/i18n/vi_VN.po b/viin_brand_hr_expense/i18n/vi_VN.po index 0a21126a..fbf2d965 100644 --- a/viin_brand_hr_expense/i18n/vi_VN.po +++ b/viin_brand_hr_expense/i18n/vi_VN.po @@ -37,3 +37,10 @@ msgid "" msgstr "" "Đừng giữ hóa đơn chi phí trong túi áo. Chỉ cần chụp một bức ảnh và để phần mềm " "số hóa giúp bạn. OCR và trí tuệ nhân tạo sẽ tự động điền dữ liệu." + +#. module: hr_expense +#. odoo-javascript +#: code:addons/hr_expense/static/src/xml/expense_qr_modal_template.xml:0 +#, python-format +msgid "Scan this QR code to get the Viindoo app:" +msgstr "Quét mã QR này để tải ứng dụng Viindoo:" diff --git a/viin_brand_hr_expense/i18n/viin_brand_hr_expense.pot b/viin_brand_hr_expense/i18n/viin_brand_hr_expense.pot index 66bd3e64..5cae0d25 100644 --- a/viin_brand_hr_expense/i18n/viin_brand_hr_expense.pot +++ b/viin_brand_hr_expense/i18n/viin_brand_hr_expense.pot @@ -35,3 +35,10 @@ msgid "" "picture of your receipt and let the software digitalizes it for you. The OCR and " "Artificial Intelligence will fill the data automatically." msgstr "" + +#. module: hr_expense +#. odoo-javascript +#: code:addons/hr_expense/static/src/xml/expense_qr_modal_template.xml:0 +#, python-format +msgid "Scan this QR code to get the Viindoo app:" +msgstr "" diff --git a/viin_brand_hr_expense/static/xml/expense_qr_modal_template.xml b/viin_brand_hr_expense/static/xml/expense_qr_modal_template.xml new file mode 100644 index 00000000..5f0b78cf --- /dev/null +++ b/viin_brand_hr_expense/static/xml/expense_qr_modal_template.xml @@ -0,0 +1,8 @@ + + + + +

Scan this QR code to get the Viindoo app:

+
+
+
diff --git a/viin_brand_hr_skills/__manifest__.py b/viin_brand_hr_skills/__manifest__.py index 066fd499..41f645ee 100644 --- a/viin_brand_hr_skills/__manifest__.py +++ b/viin_brand_hr_skills/__manifest__.py @@ -41,6 +41,7 @@ # always loaded 'data': [ + 'demo/hr_resume_demo.xml', 'views/hr_views.xml', ], 'installable': True, diff --git a/viin_brand_hr_skills/demo/hr_resume_demo.xml b/viin_brand_hr_skills/demo/hr_resume_demo.xml new file mode 100644 index 00000000..203ecf95 --- /dev/null +++ b/viin_brand_hr_skills/demo/hr_resume_demo.xml @@ -0,0 +1,9 @@ + + + + + + + + + From fe51646fa5a33eb00427b0267e5fa5f649bf6781 Mon Sep 17 00:00:00 2001 From: Leo Tran <63898164+leotranviindoo@users.noreply.github.com> Date: Mon, 19 Jun 2023 08:50:27 +0700 Subject: [PATCH 2/3] Update viin_brand_hr_expense/data/mail_templates.xml --- viin_brand_hr_expense/data/mail_templates.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viin_brand_hr_expense/data/mail_templates.xml b/viin_brand_hr_expense/data/mail_templates.xml index 8ef97abe..d5eaf6b8 100644 --- a/viin_brand_hr_expense/data/mail_templates.xml +++ b/viin_brand_hr_expense/data/mail_templates.xml @@ -3,7 +3,7 @@ From aaccc21388e1ee73a14a7ca2aedda2ab1c7b4d6a Mon Sep 17 00:00:00 2001 From: Roy Le <43790414+royleviindoo@users.noreply.github.com> Date: Wed, 6 Sep 2023 10:18:06 +0700 Subject: [PATCH 3/3] Update viin_brand_hr_skills/__manifest__.py --- viin_brand_hr_skills/__manifest__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/viin_brand_hr_skills/__manifest__.py b/viin_brand_hr_skills/__manifest__.py index 41f645ee..326ea40a 100644 --- a/viin_brand_hr_skills/__manifest__.py +++ b/viin_brand_hr_skills/__manifest__.py @@ -41,9 +41,11 @@ # always loaded 'data': [ - 'demo/hr_resume_demo.xml', 'views/hr_views.xml', ], + 'demo': [ + 'demo/hr_resume_demo.xml', + ], 'installable': True, 'application': False, 'auto_install': True,