4 changed files with 2 additions and 42 deletions
@ -1,23 +0,0 @@ |
|||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||
<templates xml:space="preserve"> |
|
||||
<t t-extend="res_config_edition"> |
|
||||
<!-- Branding in Settings --> |
|
||||
<t t-jquery="div[id='edition']" t-operation="replace"> |
|
||||
<div class="col-12 o_setting_box" id="edition"> |
|
||||
<div class="o_setting_right_pane"> |
|
||||
<div> |
|
||||
<div class="tab-content"> |
|
||||
<div role="tabpanel" id="settings" |
|
||||
class="tab-pane active text-muted o_web_settings_compact_subtitle"> |
|
||||
<small>Copyright © 2004 <a target="_blank" href="https://www.yourcompany.com" |
|
||||
style="text-decoration: underline;">Your Company</a> |
|
||||
<a target="_blank" href="http://www.gnu.org/licenses/lgpl.html" |
|
||||
style="text-decoration: underline;">GNU LGPL Licensed</a></small> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</t> |
|
||||
</t> |
|
||||
</templates> |
|
@ -1,11 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<odoo> |
|
||||
<record id="res_config_settings_view_form_inherit" model="ir.ui.view"> |
|
||||
<field name="name">res.config.settings.view.form.inherit.remove.about</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"> |
|
||||
<div id="appstore" position="replace"/> |
|
||||
</field> |
|
||||
</record> |
|
||||
</odoo> |
|
Loading…
Reference in new issue