Zum Inhalt springen
Odoo Menü
  • Anmelden
  • Jetzt gratis testen
  • Apps
    Finanzen
    • Buchhaltung
    • Rechnungsstellung
    • Spesenabrechnung
    • Tabellenkalkulation (BI)
    • Dokumente
    • E-Signatur
    Vertrieb
    • CRM
    • Vertrieb
    • Kassensystem – Shop
    • Kassensystem – Restaurant
    • Abonnements
    • Vermietung
    Websites
    • Website-Builder
    • E-Commerce
    • Blog
    • Forum
    • Livechat
    • E-Learning
    Lieferkette
    • Lager
    • Fertigung
    • PLM
    • Einkauf
    • Wartung
    • Qualität
    Personalwesen
    • Mitarbeiter
    • Personalbeschaffung
    • Abwesenheiten
    • Mitarbeiterbeurteilung
    • Personalempfehlungen
    • Fuhrpark
    Marketing
    • Social Marketing
    • E-Mail-Marketing
    • SMS-Marketing
    • Veranstaltungen
    • Marketing-Automatisierung
    • Umfragen
    Dienstleistungen
    • Projekte
    • Zeiterfassung
    • Außendienst
    • Kundendienst
    • Planung
    • Termine
    Produktivität
    • Dialog
    • Genehmigungen
    • IoT
    • VoIP
    • Wissensdatenbank
    • WhatsApp
    Apps von Drittanbietern Odoo Studio Odoo Cloud-Plattform
  • Branchen
    Einzelhandel
    • Buchladen
    • Kleidergeschäft
    • Möbelhaus
    • Lebensmittelgeschäft
    • Baumarkt
    • Spielwarengeschäft
    Essen & Gastgewerbe
    • Bar und Kneipe
    • Restaurant
    • Fast Food
    • Gästehaus
    • Getränkehändler
    • Hotel
    Immobilien
    • Immobilienagentur
    • Architekturbüro
    • Baugewerbe
    • Immobilienverwaltung
    • Gartenarbeit
    • Eigentümervereinigung
    Beratung
    • Buchhaltungsfirma
    • Odoo-Partner
    • Marketingagentur
    • Anwaltskanzlei
    • Talentakquise
    • Prüfung & Zertifizierung
    Fertigung
    • Textil
    • Metall
    • Möbel
    • Speisen
    • Brauerei
    • Firmengeschenke
    Gesundheit & Fitness
    • Sportklub
    • Brillengeschäft
    • Fitnessstudio
    • Therapeut
    • Apotheke
    • Friseursalon
    Handel
    • Handyman
    • IT-Hardware & -Support
    • Solarenergiesysteme
    • Schuster
    • Reinigungsdienstleistungen
    • HLK-Dienstleistungen
    Sonstiges
    • Gemeinnützige Organisation
    • Umweltschutzagentur
    • Plakatwandvermietung
    • Fotostudio
    • Fahrrad-Leasing
    • Software-Händler
    Alle Branchen ansehen
  • Community
    Lernen
    • Tutorials
    • Dokumentation
    • Zertifizierungen
    • Schulung
    • Blog
    • Podcast
    Bildung fördern
    • Bildungsprogramm
    • Scale-Up! Planspiel
    • Odoo besuchen
    Software anfragen
    • Herunterladen
    • Editionen vergleichen
    • Releases
    Zusammenarbeiten
    • Github
    • Forum
    • Veranstaltungen
    • Übersetzungen
    • Partner werden
    • Dienstleistungen für Partner
    • Buchhaltungsfirma registrieren
    Services anfragen
    • Partner finden
    • Buchhalter finden
    • Einen Experten treffen
    • Implementierungsservices
    • Kundenreferenzen
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Eine Demo erhalten
  • Preiskalkulation
  • Hilfe

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Buchhaltung
  • Lager
  • PoS
  • Projekte
  • MRP
All apps
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Hilfe

Unable to drag builds between branches in Odoo.sh (works on other computers)

Abonnieren

Erhalten Sie eine Benachrichtigung, wenn es eine Aktivität zu diesem Beitrag gibt

Diese Frage wurde gekennzeichnet
odoo.shOdoo.sh
1 Antworten
970 Ansichten
Avatar
Leon Curchack

I’m encountering a persistent issue in Odoo.sh where I can no longer drag builds between environments (for example, from Development to Staging or Production).

When I click and attempt to drag a build, the cursor changes to a pointer-finger icon instead of the normal four-arrow “move” cursor, and the drop zone never activates. The operation fails silently — no error message appears, and there are no permission or network errors in the browser console.

Other users in the same Odoo.sh project, with identical admin rights, can drag and drop builds successfully. On a different computer using my same Odoo.sh and GitHub accounts, the drag-and-drop works perfectly. The problem occurs only on one specific Windows computer, regardless of which browser or user account I use.

This issue appeared recently, after working flawlessly for years on this same machine. No major hardware or OS changes were made right before it started.

Troubleshooting already performed:

  • Confirmed I am listed as Project Admin in Odoo.sh.
  • Tried multiple browsers (Chrome, Edge, Firefox).
  • Cleared all cache and cookies.
  • Tested in Incognito / Private Mode.
  • Revoked and re-authorized GitHub OAuth.
  • Reinstalled Chrome (initially installed with Hebrew UI, later reset to English).
  • Disabled hardware acceleration.
  • Disabled or uninstalled all browser extensions.
  • Uninstalled Snagit (screen capture) and closed Ditto (clipboard manager).
  • Created a brand-new Windows local user profile — issue persists there too.
  • Verified the same project and builds can be dragged successfully from another PC.

This strongly suggests the cause is not Odoo.sh, not my account, and not the browsers themselves, but something at the Windows system level on this computer.

The pointer-finger cursor indicates that the browser isn’t firing the dragstart event at all — meaning something in the OS is intercepting or altering mouse-down and drag behavior before it reaches the browser.

Possible causes may include:

  • a background service or overlay intercepting input events,
  • a mouse or touchpad driver issue,
  • a GPU or UI acceleration conflict, or
  • OS-level corruption affecting HTML5 drag-and-drop handling.

Has anyone encountered a case where browser-based drag-and-drop suddenly stopped working on one Windows system, particularly in Odoo.sh? Any known conflicts with input drivers, overlays, or recent Windows 11 updates would be very helpful.

0
Avatar
Verwerfen
Leon Curchack
Autor

No, I support a number of instances on Odoo.sh in various versions of v16, v17, v18, v19

Hadi Dayeh

Yes, same happened to a project I am working on after upgrading from v15 to v18 on 17-Oct-25. I thought this is related to the upgrade that I did. Were you working on any upgrade recently?


Leon Curchack
Autor

Thanks!  Just for curiousity sake, I'd love to know what was changed if you can share.

Avatar
Timothy McCormick (timc)
Beste Antwort

Hello!

This issue has been corrected by our team

1
Avatar
Verwerfen
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!

Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!

Registrieren
Verknüpfte Beiträge Antworten Ansichten Aktivität
How can I extend an Odoo.sh staging branch due to expire soon? Gelöst
odoo.sh Odoo.sh
Avatar
Avatar
2
Nov. 25
5061
module working fine on staging but not production on odoo.sh
odoo.sh Odoo.sh
Avatar
Avatar
1
März 24
3048
CVE-2023-44487 vulnerability Gelöst
odoo.sh Odoo.sh
Avatar
Avatar
1
Okt. 25
4652
How to avoid using certain data from production on the test environment? - Odoo.sh
Stages odoo.sh Odoo.sh
Avatar
Avatar
1
Apr. 25
3227
Hoot tests failing on original Odoo from odoo.sh
odoo.sh Odoo.sh hoot
Avatar
0
Feb. 25
2245
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Herunterladen
  • Github
  • Runbot
  • Übersetzungen
Dienstleistungen
  • Odoo.sh-Hosting
  • Support
  • Upgrade
  • Individuelle Entwicklungen
  • Bildung
  • Buchhalter finden
  • Partner finden
  • Partner werden
Über uns
  • Unsere Firma
  • Markenwerte
  • Kontakt
  • Karriere
  • Veranstaltungen
  • Podcast
  • Blog
  • Kunden
  • Rechtliches • Datenschutz
  • Sicherheit
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo ist eine Suite von Open-Source-Betriebsanwendungen, die alle Bedürfnisse Ihres Unternehmens abdecken: CRM, E-Commerce, Buchhaltung, Lager, Kassensystem, Projektmanagement etc.

Das einzigartige Wertversprechen von Odoo ist, dass es gleichzeitig sehr einfach zu bedienen und voll integriert ist.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now