refactor: Remove licensing comment and update settings form view with copyright notice

This commit is contained in:
Altahir Hassan 2026-01-07 02:20:42 +04:00
parent d3623bf5f7
commit 032c6d3f1b
3 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import models

View File

@ -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

View File

@ -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>