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
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • 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
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • 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

OpenERP V7 : Product Serial Number

Subscriure's

Get notified when there's activity on this post

This question has been flagged
serial_number
5 Respostes
21886 Vistes
Avatar
r.openerp

Hi, We are looking for implementing the OpenERP v7 in our business.

How to use the Serial Number in OpenERP 7

Our business is based on products with serial number, each one have a unique serial number even if it's the same product

Here is a use case :

We Buy 10 computers IBM-ThinkPad-T430 each one have a unique Serial Number We Stock theme We Sale 5 computers with the serial number in Point of sales (POS) -> So in the POS Order/Receipt we must have 5 lines of the same product with different Serial Number

We need to track each product with his serial number

I started use it in picking order but i get error when clicking on the split icon

Any idea how to use?

thanks in advance

5
Avatar
Descartar
Davide Corio

what error?

Avatar
Fabrice Henrion (fhe)
Best Answer

OpenERP 7 doesn't support serialization at the product level, only at the lot level. The only workaround is to create lots with only 1 item in them. It is time-consuming if you have a lot of serials.

4
Avatar
Descartar
r.openerp
Autor

Thanks, That is the only way, by traking whith lot, I get a new error : In delivery order I create a line to deliver a prodcut, i go to split listbox in order to choose the right product serial number to deliver, when selecting a serial number i get these error : these is the most importante lines :

r.openerp
Autor

File "/home/odoo/runbot/static/openerp-dev-7-0-6503/server/openerp/addons/stock/stock.py", line 1813, in onchange_lot_id product_uom = product_obj.browse(cr, uid, product_id, context=ctx).uom_id File "/home/odoo/runbot/static/openerp-dev-7-0-6503/server/openerp/osv/orm.py", line 484, in __getattr__ return self[name] ...... ProgrammingError: operator does not exist: integer = boolean LINE 1: ...d FROM "product_product" WHERE product_product.id IN (false)... HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.

Ray Carnes

I wonder if 'Serial Number' in 7.0 needs to be renamed back to 'Lot Number'?

Fabrice Henrion (fhe)

Ray, several people think it should: https://bugs.launchpad.net/openobject-addons/+bug/1089879

Avatar
Sebastien beau
Best Answer

Hi my co-worker have port the product_serial some day ago you can find it on the project "OpenERP Stock And Logistic - Flows" in launchpad "launchpad.net/stock-logistic-flows" (sorry I can no add the link because my karma is unsufficient)

We use it since V5. Try it and if you have some question ask my help.

See you

2
Avatar
Descartar
KOMIT COMPANY LIMITED, Jean-Charles Drubay

Hi Sebastien, We have been using the product_serial which works like a charm in some situations. However, there is a point to take into account before choosing this option. We found that it was not suitable when you need to receive / ship large quantities of products because it will generate one stock move line for each unit. It is the case of phone cards distributor. When facing the problem, we used a concept of Range (of serial numbers) on the stock move. We create serial numbers (production lot) automatically at reception, each serial number (production lot) is still created.

Erdem Uney

Hi..

You need to go to the product page. In the Sales tab (if there is none, click can be sold option) select a packaging information. If there is one click on it. If none, click add an item at the bottom. Adjust the needed fields. Change the quantity in the package to 0 for to keep the large quantities as the logistical unit acting as one. When you are receiving you will see that it keeps the items together not seperate.

Also we have developed another module on top of this using serial numbers with barcodes.

Hi Sebastien, is it possible it allow multiple instance of a serial number by product ? I was able to have 3 product with the same serial number ?

Avatar
Bla lasldasd
Best Answer

The error have been fixed in the last brunch in runbot platform, now the split works but you need to refresh the screen to get the list of product splited (in V6 it's refreshed automatically after closing the split wizard ), thank you

0
Avatar
Descartar
Avatar
Cesar Lopez Aguillon
Best Answer

Hello, i wrote this module, maybe you find it useful.

https://launchpad.net/openerp-serial-number

Best regards,

 

Cesar Lopez

0
Avatar
Descartar
Avatar
ifan kang
Best Answer

Hi I looking for  how to use serial number in Odoo.

Our product is mobile device. Each product has 1 serial number and 2 imei number (or 1 imei number).

We need to track each product with his serial number or imei

I had try module wrote by Cesar Lopez in Odoo and mobile data management by Vertel from apps.openerp.com

change the import path but get error when installing 

File "C:\Program Files (x86)\Odoo 8.0-20150213\server\.\openerp\modules\registry.py", line 101, in __getitem__ KeyError: 'stock.picking.in'

Please help me 

Thanks before

Traceback (most recent call last): File "C:\Program Files (x86)\Odoo 8.0-20150213\server\.\openerp\http.py", line 530, in _handle_exception File "C:\Program Files (x86)\Odoo 8.0-20150213\server\.\openerp\http.py", line 567, in dispatch File "C:\Program Files (x86)\Odoo 8.0-20150213\server\.\openerp\http.py", line 303, in _call_function File "C:\Program Files (x86)\Odoo 8.0-20150213\server\.\openerp\service\model.py", line 113, in wrapper File "C:\Program Files (x86)\Odoo 8.0-20150213\server\.\openerp\http.py", line 300, in checked_call File "C:\Program Files (x86)\Odoo 8.0-20150213\server\.\openerp\http.py", line 796, in __call__ File "C:\Program Files (x86)\Odoo 8.0-20150213\server\.\openerp\http.py", line 396, in response_wrap File "C:\Program Files (x86)\Odoo 8.0-20150213\server\openerp\addons\web\controllers\main.py", line 953, in call_button File "C:\Program Files (x86)\Odoo 8.0-20150213\server\openerp\addons\web\controllers\main.py", line 941, in _call_kw File "C:\Program Files (x86)\Odoo 8.0-20150213\server\.\openerp\api.py", line 241, in wrapper File "C:\Program Files (x86)\Odoo 8.0-20150213\server\openerp\addons\base\module\module.py", line 450, in button_immediate_install File "C:\Program Files (x86)\Odoo 8.0-20150213\server\.\openerp\api.py", line 241, in wrapper File "C:\Program Files (x86)\Odoo 8.0-20150213\server\openerp\addons\base\module\module.py", line 498, in _button_immediate_function File "C:\Program Files (x86)\Odoo 8.0-20150213\server\.\openerp\modules\registry.py", line 366, in new File "C:\Program Files (x86)\Odoo 8.0-20150213\server\.\openerp\modules\loading.py", line 355, in load_modules File "C:\Program Files (x86)\Odoo 8.0-20150213\server\.\openerp\modules\loading.py", line 255, in load_marked_modules File "C:\Program Files (x86)\Odoo 8.0-20150213\server\.\openerp\modules\loading.py", line 152, in load_module_graph File "C:\Program Files (x86)\Odoo 8.0-20150213\server\.\openerp\modules\registry.py", line 162, in load File "C:\Program Files (x86)\Odoo 8.0-20150213\server\.\openerp\models.py", line 591, in _build_model File "C:\Program Files (x86)\Odoo 8.0-20150213\server\.\openerp\modules\registry.py", line 101, in __getitem__ KeyError: 'stock.picking.in'

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
Disable auto-assign of Serial Numbers to Sales Order Operations
serial_number
Avatar
Avatar
Avatar
3
de juny 25
2544
delete serial number odoo
serial_number
Avatar
Avatar
1
de set. 23
3645
How to create unique parts serial number
serial_number
Avatar
Avatar
1
de març 15
5677
Track Serial No Product with UOM?
serial_number
Avatar
0
de març 15
4981
Serial Number per Invoice Line
serial_number
Avatar
Avatar
2
de març 15
12755
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