Skip to content

Commit

Permalink
[MIG] website_whatsapp: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ioans73 committed Jan 17, 2023
1 parent afb9c0e commit d7ab178
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website_whatsapp/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Website Whatsapp",
"summary": "Whatsapp integration",
"category": "Website",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"website": "https://github.com/OCA/website",
"author": "Studio73, Odoo Community Association (OCA)",
"maintainers": ["ioans73"],
Expand Down
4 changes: 2 additions & 2 deletions website_whatsapp/views/res_config_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<field name="model">res.config.settings</field>
<field name="inherit_id" ref="website.res_config_settings_view_form" />
<field name="arch" type="xml">
<xpath expr="//div[@id='social_media_settings']" position="after">
<div class="col-12 col-lg-6 o_setting_box" id="website_setting">
<xpath expr="//div[@id='website_email_marketing']" position="inside">
<div class="col-12 col-lg-6 o_setting_box" id="website_whatsapp_setting">
<div class="o_setting_left_pane">
<field name="whatsapp_enabled" />
</div>
Expand Down

0 comments on commit d7ab178

Please sign in to comment.