diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/base_setup/static/src/xml/res_config_edition.xml | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/base_setup/static/src/xml/res_config_edition.xml')
| -rw-r--r-- | addons/base_setup/static/src/xml/res_config_edition.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/addons/base_setup/static/src/xml/res_config_edition.xml b/addons/base_setup/static/src/xml/res_config_edition.xml new file mode 100644 index 00000000..3555ebfd --- /dev/null +++ b/addons/base_setup/static/src/xml/res_config_edition.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- TODO See if this has to be editable in some way, see if it is easy for someone to change this --> +<!-- TODO Also see what is done to override the (Community Edition) --> +<template> + <div t-name='res_config_edition'> + <div class="col-12 o_setting_box" id="edition"> + <div class="o_setting_right_pane"> + <div class="user-heading"> + <h3> + Odoo <t t-esc="widget.server_version"/> + (Community Edition) + </h3> + </div> + <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.odoo.com" style="text-decoration: underline;">Odoo S.A.</a> <a id="license" target="_blank" href="http://www.gnu.org/licenses/lgpl.html" style="text-decoration: underline;">GNU LGPL Licensed</a></small> + </div> + </div> + </div> + </div> + </div> + </div> +</template> |
