-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[18.0][MIG] web_responsive: Migration to 18.0 #3037
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
base: 18.0
Are you sure you want to change the base?
Conversation
The issue is inside web_pivot_computed_measure module tests. |
Hi, I opened another PR #3057, welcome you review it |
ac1f548
to
daaafd6
Compare
I referred to you in another PR that is a dependency for this PR tests |
Please, note this pr #3069 |
804cb3f
to
786da5e
Compare
* Add Tecnativa as author * Remove untestable JS method * Rename to web_responsive
* Bump version * Change all openerp to odoo * Fix qunit suite injection * Remove jQuery require * Change to new selectors: * `oe_leftbar` to `o_sub_menu` * `oe_logo` to `o_sub_menu_logo` * `oe_footer` to `o_sub_menu_footer` * `oe_secondary_menus_container` to `o_sub_menu_content` * Add style to hide oe_footer instead of remove to not break `support_branding` * Add note in ReadMe explaining override of `support_branding` * Set top margin of app drawer title to 0 to fit v10 proportions * Fix notification badge positioning * Add o_web_client class to body to fix overlaps * Scroll control panel with page * Change navbar z-index to not be overlapped by buttons * Raise z-index on header to raise over buttons * Handle layered notifications via z-index * Remove `#` from navigation links HREF to prevent history littering
* Rebalance z-indexes to fix overlay issue while still providing notification support
* Bold titles for apps in the app-drawer * Remove z-index from Control Panel buttons, so it doesn't overlap the menu. * Better responsive menus * Move systray icons/menus out of the menu and up to the top bar. * Increase avatar size and visibility. * Other minor menu behavior fixes. * Changes to fit odoo variables * And a little margin adjust on navbar-right * Top menu always thick * Removed overflow:hidden!important from main.less * Local patch: prevent body overflow auto * Stop using `style=` on `<body>` * Fix jquery drawer in anticipation of: blivesta/drawer#36
On screens with less than 768px content is limited to 2 columns. On mobile field labels have their own line. Fix elements width for XS screens
Make image editing controls always available, instead of depending on resolution or hover.
Small makeup to make it look good in XS screens.
* [IMP] drawer-toggle * [IMP] Hitbox of close drawer-toggle * [IMP] Removed outline on menu item * [IMP] Logo positionings * [FIX] Try me on runbot button * [REM] Reversed outline change
* Change accesskey for `edit` in form view back to `e` to fix OCA#587
Before this patch, there was an incompatibility between this addon and l10n_es_toponyms, caused by the lack of wrapping of the special address field that was being added. Now layout works as expected in that case. In any other case, it seems sensible to wrap inputs so no more weird overflows happen and less chances of needing horizontal scrolling happen.
* Initial commit * Initial commit
8555e0b
to
85f2334
Compare
This migration still loses the preview display that is not opening automatically the attachments (for example in invoices), and that has the previous possibilities. Please restore that behavior. |
yes, its a bug here |
85f2334
to
3d7aad1
Compare
There was an issue with scss, on my side I saw chatter is taking 90% of the page I am still seeing document but in the big view only. please check again if you don't see the document try to minimize the fonts or maximize the resolution. |
Hi @kobros-tech , I have created refactor code PR kobros-tech#1 in your repo. Please review, merge and squash it |
@kobros-tech I made a basic functional test and everything looks great. What is missing? |
@etobella |
3d7aad1
to
e49566d
Compare
e49566d
to
37d27dd
Compare
71115d2
to
1ff2104
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1ff2104
to
37e6232
Compare
37e6232
to
284a6c7
Compare
after I ran tests twice I confirm the timeout issue is solved by increasing the step_delay, reference: PR: |
@pedrobaeza but for the preview, if I didn't understand you or I did and having it fine. as if I zoom out screen it pops up and if I zoom in the previow goes away, and I will record a video to show. |
I can't ignore you, but sometimes I misunderstand or unable to answer if I have a good answer. |
Preview in invoices screen:web_responsive_preview.mp4 |
I already stated in #3057 (review) and here in #3037 (comment). My initial comment with detailed explanation: #2405 (comment) Extracted from there:
|
@kobros-tech I insist: the problem is the automatic display of that preview in the invoices. It should be disabled by default. We want the preview, but not automatic. Do you understand me? |
let me understand this and see what I can do, at least to try. |
I did try odoo without web_responsive and with it. I saw the preview is poping up automatically, and in case of clicking the attachment the big screen of it pops up. If I catch your point, I am asked to disable the default one but keeping the function if I click on attachmen? becaue of the pros of the one we see when cliking on attachment over the other auto one? If I am correct ok, I will try. |
Yes. This is what we have as part of
Yes, already explained in quotes, but summarizing:
|
No description provided.