feat: update config and add requirement file changes
This commit is contained in:
parent
60c65a603e
commit
9f5dfad7f8
@ -2,12 +2,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<div t-name='res_config_edition'>
|
<div t-name='res_config_edition'>
|
||||||
<Setting addLabel="false">
|
<Setting addLabel="false">
|
||||||
<div class="user-heading">
|
<!-- <div class="user-heading">
|
||||||
<h3 class="px-0">
|
<h3 class="px-0">
|
||||||
Odoo <t t-esc="serverVersion"/>
|
Odoo <t t-esc="serverVersion"/>
|
||||||
(Community Edition)
|
(Community Edition)
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div> -->
|
||||||
<div>
|
<div>
|
||||||
<div class="tab-content">
|
<div class="tab-content">
|
||||||
<div role="tabpanel" id="settings" class="tab-pane active text-muted o_web_settings_compact_subtitle">
|
<div role="tabpanel" id="settings" class="tab-pane active text-muted o_web_settings_compact_subtitle">
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 9743b278de885fdf0807496561bc41fabd6e84b5
|
Subproject commit e6d5ae154d69183a06f58932d6a0f8a4460aa80b
|
@ -85,3 +85,4 @@ XlsxWriter==3.1.9 ; python_version >= '3.12'
|
|||||||
xlwt==1.3.0
|
xlwt==1.3.0
|
||||||
zeep==4.1.0 ; python_version < '3.11' # (jammy)
|
zeep==4.1.0 ; python_version < '3.11' # (jammy)
|
||||||
zeep==4.2.1 ; python_version >= '3.11'
|
zeep==4.2.1 ; python_version >= '3.11'
|
||||||
|
python-jose==0.4.8 ; python_version >= '3.12'
|
Loading…
Reference in New Issue
Block a user