Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions viin_brand_website/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
'web.assets_backend': [
'viin_brand_website/static/src/components/configurator/configurator.scss',
],
'website.assets_editor': [
'viin_brand_website/static/src/components/resource_editor/resource_editor_warning.xml',
],
},
'images': [
# 'static/description/main_screenshot.png'
Expand Down
29 changes: 8 additions & 21 deletions viin_brand_website/i18n/vi_VN.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-09-26 07:21+0000\n"
"PO-Revision-Date: 2025-09-26 07:21+0000\n"
"POT-Creation-Date: 2025-10-13 02:52+0000\n"
"PO-Revision-Date: 2025-10-13 02:52+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -46,6 +46,12 @@ msgstr "Công Ty Cổ phần Công Nghệ Viindoo."
msgid "Viindoo Version"
msgstr "Phiên bản Viindoo"

#. module: viin_brand_website
#. odoo-javascript
#: code:addons/viin_brand_website/static/src/components/resource_editor/resource_editor_warning.xml:0
msgid "Your changes might be lost during future Viindoo upgrade."
msgstr "Các thay đổi bạn thực hiện có thể bị mất khi Viindoo được nâng cấp trong các phiên bản tiếp theo."

#. module: viin_brand_website
#: model_terms:ir.ui.view,arch_db:viin_brand_website.brand_promotion
msgid "free website"
Expand Down Expand Up @@ -97,22 +103,3 @@ msgstr ""
"tiêu. Sau đó, điều chỉnh tiêu đề và mô tả của bạn cho phù hợp để tăng lưu "
"lượng truy cập."

#. module: viin_brand_website
#. odoo-javascript
#: code:addons/viin_brand_website/static/src/xml/website_backend.xml:0
#: model_terms:ir.ui.view,arch_db:viin_brand_website.res_config_settings_view_form
#, python-format
msgid "https://viindoo.com/documentation/16.0/applications.html"
msgstr ""

#. module: viin_brand_website
#: model_terms:ir.ui.view,arch_db:viin_brand_website.res_config_settings_view_form
msgid ""
"https://viindoo.com/documentation/16.0/applications/websites/website/optimize/how-"
"to-track-your-website-s-traffic-in-google-analytics.html"
msgstr ""

#. module: viin_brand_website
#: model_terms:ir.ui.view,arch_db:viin_brand_website.brand_promotion
msgid "https://viindoo.com/intro/website?utm_source=db&utm_medium=website"
msgstr ""
29 changes: 8 additions & 21 deletions viin_brand_website/i18n/viin_brand_website.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-09-26 07:21+0000\n"
"PO-Revision-Date: 2025-09-26 07:21+0000\n"
"POT-Creation-Date: 2025-10-13 02:49+0000\n"
"PO-Revision-Date: 2025-10-13 02:49+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -43,6 +43,12 @@ msgstr ""
msgid "Viindoo Version"
msgstr ""

#. module: viin_brand_website
#. odoo-javascript
#: code:addons/viin_brand_website/static/src/components/resource_editor/resource_editor_warning.xml:0
msgid "Your changes might be lost during future Viindoo upgrade."
msgstr ""

#. module: viin_brand_website
#: model_terms:ir.ui.view,arch_db:viin_brand_website.brand_promotion
msgid "free website"
Expand Down Expand Up @@ -80,22 +86,3 @@ msgid ""
"description accordingly to boost your traffic."
msgstr ""

#. module: viin_brand_website
#. odoo-javascript
#: code:addons/viin_brand_website/static/src/xml/website_backend.xml:0
#: model_terms:ir.ui.view,arch_db:viin_brand_website.res_config_settings_view_form
#, python-format
msgid "https://viindoo.com/documentation/16.0/applications.html"
msgstr ""

#. module: viin_brand_website
#: model_terms:ir.ui.view,arch_db:viin_brand_website.res_config_settings_view_form
msgid ""
"https://viindoo.com/documentation/16.0/applications/websites/website/optimize/how-"
"to-track-your-website-s-traffic-in-google-analytics.html"
msgstr ""

#. module: viin_brand_website
#: model_terms:ir.ui.view,arch_db:viin_brand_website.brand_promotion
msgid "https://viindoo.com/intro/website?utm_source=db&utm_medium=website"
msgstr ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
<t t-name="website.ResourceEditorWarningOverlay" t-inherit="website.ResourceEditorWarningOverlay" t-inherit-mode="extension">
<xpath expr="//h1[hasclass('text-dark')]" position="replace" mode="inner">
Your changes might be lost during future Viindoo upgrade.
</xpath>
</t>
</templates>