feat: update config and add requirement file changes

This commit is contained in:
KaySar12 2025-05-19 17:35:35 +07:00
parent 60c65a603e
commit 9f5dfad7f8
3 changed files with 4 additions and 3 deletions

View File

@ -2,12 +2,12 @@
<template>
<div t-name='res_config_edition'>
<Setting addLabel="false">
<div class="user-heading">
<!-- <div class="user-heading">
<h3 class="px-0">
Odoo <t t-esc="serverVersion"/>
(Community Edition)
</h3>
</div>
</div> -->
<div>
<div class="tab-content">
<div role="tabpanel" id="settings" class="tab-pane active text-muted o_web_settings_compact_subtitle">

@ -1 +1 @@
Subproject commit 9743b278de885fdf0807496561bc41fabd6e84b5
Subproject commit e6d5ae154d69183a06f58932d6a0f8a4460aa80b

View File

@ -85,3 +85,4 @@ XlsxWriter==3.1.9 ; python_version >= '3.12'
xlwt==1.3.0
zeep==4.1.0 ; python_version < '3.11' # (jammy)
zeep==4.2.1 ; python_version >= '3.11'
python-jose==0.4.8 ; python_version >= '3.12'