Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP[17.0][UPG] viin_brand_base_setup: upgrade to version 17.0 #519

Open
wants to merge 2 commits into
base: 17.0
Choose a base branch
from
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
5 changes: 3 additions & 2 deletions viin_brand_base_setup/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@
],
'assets': {
'web.assets_qweb': [
'viin_brand_base_setup/static/src/xml/res_config_edition.xml',
# 'viin_brand_base_setup/static/src/xml/res_config_edition.xml',
],
},
'installable': False, # set auto_install True after upgrading for v17 after upgrading for v17
'installable': True,
'auto_install': True, # set auto_install True after upgrading for v17 after upgrading for v17
'price': 0.0,
'currency': 'EUR',
'license': 'OPL-1',
Expand Down
19 changes: 2 additions & 17 deletions viin_brand_base_setup/views/res_config_settings_views.xml
Original file line number Diff line number Diff line change
@@ -1,26 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="res_config_settings_view_form" model="ir.ui.view">
<field name="name">res.config.setting.viin_mobile.inherit</field>
<field name="name">res.config.setting.inherit</field>
<field name="model">res.config.settings</field>
<field name="inherit_id" ref="base_setup.res_config_settings_view_form" />
<field name="arch" type="xml">
<xpath expr="//div[./label[@for='module_mail_plugin']]/a" position="attributes">
<attribute name="href">https://viindoo.com/documentation/16.0/applications/getting-started.html</attribute>
</xpath>
<xpath expr="//div[./label[@for='module_auth_ldap']]/a" position="attributes">
<attribute name="href">https://viindoo.com/documentation/15.0/applications/getting-started/external-apps-integration/ldap.html?highlight=ldap</attribute>
</xpath>
<xpath expr="//div[./label[@for='module_microsoft_calendar']]/a" position="attributes">
<attribute name="href">https://viindoo.com/documentation/16.0/applications/productivity/calendar/sychronization-with-outlook-s-calendar.html</attribute>
</xpath>
<xpath expr="//div[./label[@for='module_google_calendar']]/a" position="attributes">
<attribute name="href">https://viindoo.com/documentation/16.0/applications/productivity/calendar/sychronization-with-google-s-calendar.html</attribute>
</xpath>
<xpath expr="//div[./label[@for='module_web_unsplash']]/a" position="attributes">
<attribute name="href">https://viindoo.com/documentation/16.0/applications/websites/website/optimize/how-to-intergrate-with-free-image-library-at-unsplash.html</attribute>
</xpath>
<xpath expr="//div[@id='sms']" position="attributes">
<xpath expr="//setting[@id='sms']" position="attributes">
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dù đã có Link trong file mapping url, tuy nhiên tính năng này chưa được phát triển, vì thế vẫn cần phải ẩn đi. Tránh việc move nhầm sang link của odoo

<attribute name="invisible">1</attribute>
</xpath>
</field>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.