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
2 changes: 1 addition & 1 deletion viin_brand_website_sale/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# Check https://github.com/tvtma/odoo/blob/13.0/odoo/addons/base/data/ir_module_category_data.xml
# for the full list
'category': 'Hidden',
'version': '0.1',
'version': '0.2',

# any module necessary for this one to work correctly
'depends': ['website_sale'],
Expand Down
9 changes: 2 additions & 7 deletions viin_brand_website_sale/i18n/vi_VN.po
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,5 @@ msgstr ""

#. module: viin_brand_website_sale
#: model_terms:ir.ui.view,arch_db:viin_brand_website_sale.brand_promotion
msgid "#1 Open Source eCommerce Software"
msgstr "Phần mềm Thương mại Điện tử Mã nguồn mở số 1"

#. module: viin_brand_website_sale
#: model_terms:ir.ui.view,arch_db:viin_brand_website_sale.brand_promotion
msgid "The"
msgstr " "
msgid "Open Source eCommerce Software"
msgstr "Phần mềm Thương mại Điện tử Mã nguồn mở"
7 changes: 1 addition & 6 deletions viin_brand_website_sale/i18n/viin_brand_website_sale.pot
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,5 @@ msgstr ""

#. module: viin_brand_website_sale
#: model_terms:ir.ui.view,arch_db:viin_brand_website_sale.brand_promotion
msgid "#1 Open Source eCommerce Software"
msgstr ""

#. module: viin_brand_website_sale
#: model_terms:ir.ui.view,arch_db:viin_brand_website_sale.brand_promotion
msgid "The"
msgid "Open Source eCommerce Software"
msgstr ""
4 changes: 2 additions & 2 deletions viin_brand_website_sale/views/templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
position="replace">
<t t-call="web.brand_promotion_message">
<t t-set="_message">
The
<!-- Label must not assert a "#1"/superiority ranking (VN advertising law). -->
<a target="_blank"
href="https://viindoo.com/intro/ecommerce?utm_source=db&amp;utm_medium=website">#1 Open Source eCommerce Software</a>
href="https://viindoo.com/intro/ecommerce?utm_source=db&amp;utm_medium=website">Open Source eCommerce Software</a>
</t>
<t t-set="_utm_medium" t-valuef="website" />
</t>
Expand Down