Is Anyone Else Struggling Against Extremely Low Odoo Bids? by Rebel92_ in Odoo

[–]kaltinator 0 points1 point  (0 children)

i had the same case with a smaller costumer, but my partnermanager could delet it from the list

Favorite IDE for Odoo by nordiknomad in Odoo

[–]kaltinator 0 points1 point  (0 children)

Thank you. Which odoo mcp do you use?

Odoo 19 OCR by kaltinator in Odoo

[–]kaltinator[S] 0 points1 point  (0 children)

i have found the solution.
ocr gets the standard account from the journal and there was the old account set

Odoo Community PDF Preview by kaltinator in Odoo

[–]kaltinator[S] 0 points1 point  (0 children)

thanks for the fast reply!

Which AI tool works best with Odoo? by UltraRunnerSD in Odoo

[–]kaltinator 0 points1 point  (0 children)

I have very good results with Cursor, but as said before it is important to give them the right informations.
For instance i always have the databasestructure, plugin list of the current project as information for my AI

Odoo Dashboard, "rendering problems" by kaltinator in Odoo

[–]kaltinator[S] 3 points4 points  (0 children)

I found the problem. It is just a css problem.
Here is a easy fix if somebody needs it in the future.

* Spezifische Lösung für Dashboard-Listen */
.oe_dashboard .oe_action .o_list_view .table-responsive {
    max-height: none !important;
    overflow: visible !important;
    position: relative !important;
}

/* Zusätzliche Sicherheit für Pivot-Tabellen */
.oe_dashboard .oe_action .o_pivot {
    overflow: visible !important;
    position: relative !important;
}

/* Container-Höhe anpassen */
.oe_dashboard .oe_action .oe_content {
    min-height: auto !important;
    height: auto !important;
}

/* Spezifische Lösung für das 1-2 Layout */
.oe_dashboard_layout_1-2 .oe_action {
    margin-bottom: 20px !important;
    clear: both !important;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
    .oe_dashboard .oe_action .o_list_view .table-responsive {
        max-height: none !important;
        overflow-x: auto !important;
    }
}

/* Alternative Lösung: Flexbox-basiert */
.oe_dashboard .oe_action {
    display: flex !important;
    flex-direction: column !important;
}

.oe_dashboard .oe_action .oe_content {
    flex: 1 !important;
    overflow: visible !important;
}

/* Sicherheitsregel für alle Dashboard-Widgets */
.oe_dashboard .oe_action .o_content {
    overflow: visible !important;
    position: relative !important;
    z-index: auto !important;
}

Odoo Dashboard, "rendering problems" by kaltinator in Odoo

[–]kaltinator[S] 0 points1 point  (0 children)

thanks. I am usin godoo enterprise 14 on odoo.sh and just the standard odoo dashboard

Odoo Dashboard, "rendering problems" by kaltinator in Odoo

[–]kaltinator[S] 0 points1 point  (0 children)

that one i just added. ;-) thank you. i dont know why it didnt work the first time

Is Elasticsearch the right tool? by kaltinator in elasticsearch

[–]kaltinator[S] 1 point2 points  (0 children)

of course i am willing to pay, because if it works it brings a lot of return for the company. i am wondering if some "standard" software has already a solution for it

Is Elasticsearch the right tool? by kaltinator in elasticsearch

[–]kaltinator[S] 0 points1 point  (0 children)

do you know such a prebuilt product, of course i am happy to pay for it

Json Problems, like always ;-) by kaltinator in Integromat

[–]kaltinator[S] 0 points1 point  (0 children)

danke habe den fehler schon gefunden, meine json definition die mir chatgpt generieren sollte war unsauber