web_sheet_full_width in enterprise edition 15
Hi, my objective is to hide7move the side panel with the chat. I've implemented the web_sheet_full_width module in enterprise edition 15 and seems it doesn't work out. do I miss something? thanks in advance Claudio
I think that OCA modules are compatible with EE except for some OCA/web modules, because EE integrate other incompatible element. So no garanty it works. That bug report is limited because it is not reproducible on OCA framework. (CI / runbot / runboat / etc...) I advise you to make a correction and propose it to the OCA. In the other direction, we can check that the fix is compatible with the Community edition.
Regard.
@ccandito use this in the .scss file:
.o_form_view {
@include media-breakpoint-up(md) {
display: block;
}
@include media-breakpoint-up(xl) {
display: block;
.o_form_sheet_bg > .o_form_sheet {
max-width: 100% !important;
}
}
@include media-breakpoint-up(xxl) {
display: block;
.o_FormRenderer_chatterContainer {
width: auto;
max-width: 1474px;
}
}
.o_form_sheet_bg {
width: auto;
}
}
Works well here and has been since v14!
@Jerther thanks for the trick but on the invoice form not looking fine !

@m3asmi I'm sorry this happens for invoices. We've been using my CSS only for purchase orders. Looks like you'll have to make some tweaks in there :( Let us know if you manage to get something nice.
I found the web_sheet_full_width app worked in v14 EE but not in v15 EE. web_responsive doesn's work with EE. Alternative app https://apps.odoo.com/apps/modules/15.0/web_chatter_position/ (open source, also in this OCA repository) seems to work in v15 EE.
thanks a lot !!! I've bought Full Screen Form View On Enterprise and it works. Anyway, this suggestion will be useful afterwards. Regards Claudio
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.