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

How to increment stock in product page Odoo 18

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
developmentstockproductodooonlineodoo18
2 Odpowiedzi
1502 Widoki
Awatar
Simonis David

I'm trying to add a button that would allow me to +1 the stock with a single click. 

I use Odoo Online, does anyone have a solution? 

I tried several things via server actions with python code but I cannot increment the stock line and creating a line does not work either. 

Thank you in advance for your help

0
Awatar
Odrzuć
Awatar
Odiware Technologies
Najlepsza odpowiedź

To add a button that increments the stock by 1 with a single click in Odoo Online, you'll need to use a combination of a server action and Python code. Since you are working with Odoo Online, the customization options are limited compared to the on-premise version. 

0
Awatar
Odrzuć
Awatar
Ritik (Wan Buffer Services)
Najlepsza odpowiedź

​Implementing a feature in Odoo 18 Online that allows users to increment product stock directly from the product page can enhance inventory management efficiency. Here's how you can approach this:​

1. Understanding Odoo Online's Limitations:

Odoo Online restricts direct customization of server-side actions and code modifications. This means that adding a custom button to increment stock levels directly on the product page isn't straightforward due to these limitations.​

2. Alternative Solutions:

Given the constraints, consider the following approaches:​

  • Utilize Existing Inventory Adjustment Features:
    • Odoo provides robust inventory adjustment functionalities that allow you to update stock levels efficiently.​
    • Steps to Adjust Inventory:
      • Navigate to the Inventory module.
      • Go to Operations and select Inventory Adjustments.
      • Click on Create to initiate a new adjustment.
      • Add the product and specify the new quantity.
      • Validate the adjustment to update the stock levels.
      • For detailed instructions, refer to Odoo's documentation on Inventory Adjustments.
  • Leverage Scheduled Actions or Automated Rules:
    • If your stock increments follow a predictable pattern or schedule, you can set up automated reordering rules.​
    • Steps to Configure Reordering Rules:
      • Navigate to the Inventory module.
      • Go to Operations and select Replenishment.
      • Click on New to create a reordering rule for the desired product.
      • Set the minimum and maximum quantities, and define the quantities to order.
      • For a comprehensive guide, see Odoo's documentation on Reordering Rules.

3. Recommendations for Automation and Best Practices:

  • Regularly Review Stock Levels:
    • Periodically assess your inventory to ensure that stock levels are accurate and reflect actual quantities.​
  • Train Staff on Inventory Procedures:
    • Ensure that team members are familiar with Odoo's inventory adjustment processes to maintain consistency and accuracy.​
  • Document Changes:
    • Maintain records of all inventory adjustments for auditing and tracking purposes.​

At Wan Buffer Services, we specialize in optimizing Odoo's capabilities to align with your business needs. While Odoo Online has certain customization limitations, we can assist in exploring alternative solutions or transitioning to Odoo.sh or On-Premise versions for greater flexibility. 

0
Awatar
Odrzuć
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ść
Hide providers from accounting
odooonline odoo18
Awatar
Awatar
Awatar
2
maj 25
1335
Option "Stock Product" is missing in "Product Type" Rozwiązane
stock product
Awatar
Awatar
Awatar
3
sie 24
2770
Error on Product Creation. State in Archived.
stock product
Awatar
0
sie 21
2790
Product Duplication
stock product
Awatar
Awatar
Awatar
2
mar 15
9138
Ho can I filter the products in stock.picking depend on partner.
development stock filter
Awatar
Awatar
1
maj 25
1223
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