Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Real Estate
    • Real Estate Agency
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consulting
    • Accounting Firm
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Solar Energy Systems
    • Shoe Maker
    • Serveis de neteja
    • HVAC Services
    Others
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Inventory adjustment error

Subscriure's

Get notified when there's activity on this post

This question has been flagged
inventoryquantityQuantity on Hand
3 Respostes
7279 Vistes
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
Descartar
Avatar
Balagopal R
Best Answer

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


3
Avatar
Descartar
Avatar
rachelgomez
Best Answer

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
Descartar
Avatar
Manu Miu
Best Answer

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
Descartar
Enjoying the discussion? Don't just read, join in!

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

Registrar-se
Related Posts Respostes Vistes Activitat
Negative quantities on hand
inventory quantity Quantity on Hand
Avatar
Avatar
2
d’oct. 24
3200
Access right for "Inventory/User" to update Quantity On Hand. Odoo 14 Enterprise Solved
inventory Quantity on Hand
Avatar
Avatar
Avatar
2
de març 22
6554
Warehouse | QTY
inventory quantity
Avatar
Avatar
1
de jul. 21
3164
Inventory report at date
inventory report quantity count Quantity on Hand
Avatar
0
de gen. 23
2996
The Product Creating Multiple Location Solved
stock inventory quantity inventories Quantity on Hand
Avatar
Avatar
3
de set. 19
4824
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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