Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Food & Hospitality
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Guest House
    • Distributor nápojů
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Trades
    • Údržbář
    • IT hardware a podpora
    • Solar Energy Systems
    • Výrobce obuvi
    • Úklidové služby
    • HVAC Services
    Others
    • Nonprofit Organization
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Browse all Industries
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Services for Partners
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

Inventory adjustment error

Odebírat

Get notified when there's activity on this post

This question has been flagged
inventoryquantityQuantity on Hand
3 Odpovědi
7270 Zobrazení
Avatar
MOHAMMAD HAMZA YOUNAS

I am trying to update product quantity. Everything goes well until I try to validate it. 

on clicking validate it shows this error.

Validation Error

The operation cannot be completed: - Create/update: a mandatory field is not set. - Delete: another model requires the record being deleted. If possible, archive it instead. Model: Stock Move (stock.move), Field: Source Location (location_id)


1
Avatar
Zrušit
Avatar
Balagopal R
Nejlepší odpověď

Set the destination location name/ ID in the excel file and try to import. Find the below example.


3
Avatar
Zrušit
Avatar
rachelgomez
Nejlepší odpověď

Error received when attempting to process inventory adjustment in Inventory Adjustment Operations screen.During 'process inventory adjustment', system checks for confirmation that destination load number and associated subnum are permanent. If invlod prmflg  fields are not set, system ERROR 10016 occurs, preventing completion of inventory adjustment.

Resolution


Perform the following from Server Command Operations.

1. Check permanent flag on your load and sub numbers. Enter your location and warehouse ID (wh_id).
For Example:

[select s.lodnum,l.prmflg, s.subnum, s.prmflg from invlod l, invsub s where l.stoloc = 'PERM-ADJ-LOC' and l.wh_id = '1918' and s.lodnum = l.lodnum ]
PERM-ADJ-LOD-1918 Unchecked PERM-ADJ-SUB-1918 Checked

2. Above shows invlod.prmflg is unchecked.

3. Set the permanent flag on the inventory load and sub records, by updating the invlod.prmflg = '1' and/or the
invsub.prmflg = '1'. This will allow inventory adjustments to be processed.

For example:

[update invlod set prmflg = '1' where lodnum = 'PERM-ADJ-LOD-1918']

OR

[update invsub set prmflg = '1' where subnum = 'PERM-ADJ-SUB-1918']

4. Retry inventory adjustment.


Regards,

Rachel Gomez 

0
Avatar
Zrušit
Avatar
Manu Miu
Nejlepší odpověď

This is because one or multiple product(s) have no Inventory Location set.

You only see this field with the Developer mode activated (Settings application > General Settings (in the left sidebar) > scroll down > Activate the developer mode).

Then go to the Inventory application > Products > Products > search and open the products > go to the Inventory tab > here you can see the Inventory Location setting. Make sure that an inventory location is set for every product.

This should fix the problem and you should be able to validate the Inventory Adjustment.

0
Avatar
Zrušit
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
Negative quantities on hand
inventory quantity Quantity on Hand
Avatar
Avatar
2
říj 24
3193
Access right for "Inventory/User" to update Quantity On Hand. Odoo 14 Enterprise Vyřešeno
inventory Quantity on Hand
Avatar
Avatar
Avatar
2
bře 22
6553
Warehouse | QTY
inventory quantity
Avatar
Avatar
1
čvc 21
3162
Inventory report at date
inventory report quantity count Quantity on Hand
Avatar
0
led 23
2984
The Product Creating Multiple Location Vyřešeno
stock inventory quantity inventories Quantity on Hand
Avatar
Avatar
3
zář 19
4821
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة 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 je balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

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