refactor: Remove licensing comment and update settings form view with copyright notice
This commit is contained in:
parent
d3623bf5f7
commit
032c6d3f1b
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import models
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import ir_http
|
||||
from . import res_users_settings
|
||||
|
|
|
|||
|
|
@ -5,10 +5,17 @@
|
|||
|
||||
<xpath expr="//h3" position="replace">
|
||||
<h3 class="px-0">
|
||||
Odex 30
|
||||
Odex 30 Platform
|
||||
</h3>
|
||||
</xpath>
|
||||
|
||||
|
||||
<xpath expr="//div[@id='settings']" position="replace">
|
||||
<div role="tabpanel" id="settings" class="tab-pane active text-muted o_web_settings_compact_subtitle">
|
||||
<small>Copyright © 2017 <a target="_blank" href="https://www.exp-sa.com" style="text-decoration: underline;">Expert Ltd. SA</a></small>
|
||||
</div>
|
||||
</xpath>
|
||||
|
||||
</t>
|
||||
|
||||
</templates>
|
||||
|
|
|
|||
Loading…
Reference in New Issue