Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix web client in cases of long installed modules list #3

Open
wants to merge 1 commit into
base: 14.0
Choose a base branch
from

Conversation

enterlineconnor
Copy link

@enterlineconnor enterlineconnor commented Nov 18, 2021

Description of the issue/feature this PR addresses:
414 when the http request hits the CDN - Cloudflare

Current behavior before PR:
http response 414 request too large when over 1000 chars, about 561 modules

select name, state, count(*) over (partition by 1) cnt
, length(name) l , sum(length(name)) over (partition by 1) total_len
from ir_module_module
where state='installed'
order by  length(name) desc;

Desired behavior after PR is merged:
the web client operates without 414 even over the 1000 length of sum module names

--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

@enterlineconnor enterlineconnor force-pushed the fix_web_client branch 2 times, most recently from b41e3d5 to 0de102b Compare November 18, 2021 21:58
@dnplkndll dnplkndll force-pushed the fix_web_client branch 3 times, most recently from 19e03ec to 45f6855 Compare November 19, 2021 04:59
@dnplkndll dnplkndll changed the title DRAFT: Fix web client Fix web client in cases of long installed modules list Nov 20, 2021
@ChrisOForgeFlow ChrisOForgeFlow force-pushed the fix_web_client branch 2 times, most recently from ac1e42c to 1e73471 Compare April 6, 2023 16:16
… as log

[ID:21190]Process Approval Scheduled Action.: Add to log
JordiBForgeFlow pushed a commit to ForgeFlow/odoo that referenced this pull request Jul 8, 2024
dnplkndll pushed a commit that referenced this pull request Jan 3, 2025
AlexPForgeFlow pushed a commit to ForgeFlow/odoo that referenced this pull request Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants