Skip to Content
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Zatwierdzenia
    • IoT
    • VoIP
    • Baza wiedzy
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc

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

  • CRM
  • e-Commerce
  • Księgowość
  • Zapasy
  • PoS
  • Projekt
  • MRP
All apps
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Pomoc

Barcode command Validate in Work Order Tablet View

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
manufacturingbarcodescannervalidateworkorder
1 Odpowiedz
4587 Widoki
Awatar
Morten Brødbæk Halvorsen

Hi

We are quit new to Odoo and working on setting up manufactering operations and steps. Our products consists of sub-parts which has unique serial numbers and in the Work Order, the subparts are set to be Register Consumed Components, so we can track the serial numbers in the final product.

This process, we will do with a barcode reader to speed up the process. After it has been scanned, the user needs to press Validate to go to the next step.

I would like to make that process easier (so the user should not need to click the Validate button).

My thoughts are:


  • Use the barcode scanner to scan a "Validate" command. When I try this, I get an error message saying that the O-BTN.Validate is not a known command. Is it possible to modify the Work Order View so the Validate button is associated with the O-BTN.Validate command?
  • Add a USB Footswitch with the action assigned to Validate. Though I am unsure whether this can be done without the IOT module. In the Odoo docs, it says that the button should be linked in the Work Center/IOT, but without the IOT module, this is not possible. So I don't know how to connect a USB footswitch directly to the PC and then assign the button to Validate in Odoo.

If someone has another/better solution, I am all ears :)

0
Awatar
Odrzuć
Awatar
Leonardo L
Najlepsza odpowiedź

Hello, excuse my bad English,


The solution to configure the code reader they use, since they usually have a configuration code where you need to emulate the keyboard, since Odoo does not take it as COM input, that is why simulating the keyboard reads it without problem.


In addition to this you could use the command



odoo.__DEBUG__. services['web.core'].bus.trigger('barcode_scanned', "O-BTN.validate", $(".o_web_client")[0])


that emulates the behavior of the barcode reader, you should validate it with the settings of your physical barcode reader and configure it to emulate a keyboard.



video:

ht tps://watch. screencastify. com/v/YDS2fL1ckfqkPatlE3k6


Since I don't have enough karma, remove the link spaces so you can view the full video.



0
Awatar
Odrzuć
Morten Brødbæk Halvorsen
Autor

Hi, thank you for your suggestion. It makes good sense and a good solution. We have in the meantime changed our production flow so the final product is a kit instead of a manufacturing, so basically moved it from manufacturing to barcode app.

I will keep your sollution in the back of my head. We use barcode scanning in multiple places so maybe I can come up with something smart with configurering the barcode scanner for other Odoo usages.

Podoba Ci się ta dyskusja? Dołącz do niej!

Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!

Zarejestruj się
Powiązane posty Odpowiedzi Widoki Czynność
Odoo 17.sh = How can I create and assign a whole group of operators to a Work Order in an MO? Rozwiązane
manufacturing workorder
Awatar
Awatar
1
wrz 24
2994
V16 Work Order Cancel undo
manufacturing workorder
Awatar
Awatar
1
sie 24
2863
Open workorder by scanning serial number
manufacturing barcodescanner workorder barcode tablet
Awatar
Awatar
1
maj 23
2695
Multiple products on the same work order?
manufacturing workorder
Awatar
Awatar
1
sty 23
3726
Partially finished manufacturing order (using work orders)
manufacturing workorder
Awatar
Awatar
Awatar
3
sty 23
11761
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة 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 to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

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