Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

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

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

Importing serialized product in inventory with additional properties

Subscribe

Get notified when there's activity on this post

This question has been flagged
propertiesserial_numberimporting
2 Replies
2306 Views
Avatar
Sebastian Desmette

Hi, I am trying to import products with serial number and several additional properties. I already have a few products in my database but need to add a few hundreds more.

I thus created these additional properties for the SN, exported and figured out how Odoo is handling this. However, it seems that it is not possible to reimport the product with the additional properties.

Any help is appreciated.

Thanks!

0
Avatar
Discard
Cliff Kujala

What version of Odoo are you using?

Are you talking about the new Lot/Serial Properties feature introduced in V17?

Avatar
Thuy Ngoc
Best Answer

Hi Sebastian,

I think this video can help you: https://www.youtube.com/watch?v=XW0UIWIYKac&list=PLSKcWRTtEl5qzvRaI-VTGavfReiHS_EEb&index=7 (starting at 48:00 in this video) 

0
Avatar
Discard
Sebastian Desmette
Author

Hi Thuy, thanks for your reply. I looked at your video and see you are indeed importing SN and updating inventory. I can work that out. My issue is about the additional properties that I need for each serial number, as per the additional message here below. All the best, Sebastian

Thuy Ngoc

Hi Sebastian,

In the video I sent above, please watch carefully the part about searching fields to export data to excel (from 50:03 to 51:09 in the video). You can absolutely select the Rental and Manuf Date fields as in the image you describe.

Sebastian Desmette
Author

Hi Thuy,
Thanks again for your message.
The Rental, Manuf Date, First Renting Date, Inventory value, Initial Inv Value and Last Month Inv Value are not field available in Odoo. I have added these as (custom) properties for the serial number and they are not visible directly in Odoo, with the "Add a Property" in the serial number window

It is possible to export the lot properties and properties, but they export as complicated field: such as :

[{'name': 'e424cf8662b1c4ba', 'type': 'boolean', 'string': 'Rental', 'default': False, 'view_in_kanban': True}, {'name': '4b0b912652a51cfc', 'type': 'float', 'string': 'Inventory Value (€)', 'default': 0, 'view_in_kanban': True}, {'name': 'd78db6cf05ded031', 'type': 'date', 'string': 'First Renting Date', 'default': False, 'view_in_kanban': True}, {'name': 'e9ebdea34265eebd', 'type': 'float', 'string': 'Initial Inv Value (€)', 'default': 0, 'view_in_kanban': True}, {'name': '80a08dc8215eb807', 'type': 'date', 'string': 'Manuf Date', 'default': False, 'view_in_kanban': True}, {'name': '77b420381675775f', 'type': 'float', 'string': 'Last Month Inv Value (€)', 'default': 0}]

and their properties also:

{'4b0b912652a51cfc': 1591, '77b420381675775f': 3408, '80a08dc8215eb807': '2024-01-15', 'd78db6cf05ded031': '2023-03-06', 'e424cf8662b1c4ba': True, 'e9ebdea34265eebd': 13633}

I have tried to reimport them, but I suspect that some of the hexadecimal number are index and need to be generated by Odoo. When I tried, The message in the import area is: not possible to import the type 'properties'.

Thuy Ngoc

Hi Sebastian,
Can you record a video of your file export operation?

Sebastian Desmette
Author

Hello Thuy, finally managed to find time to make the video: Here it is:https://youtu.be/PreO3nOONOY
then I get this xls file https://youtu.be/2BYUkL-HRwQ , which I can't reimport given the lot property field.

Thuy Ngoc

Hi Sebastian,

Based on the video you posted, I see you are exporting the wrong data field. For example, if you want to export the value of the Manuf Date field, you must select the Manuf Date field, not the Properties field (in the video I saw you select the Properties field).

Sebastian Desmette
Author

Hi Thuy, this is the only way I foudn to export the custom properties of the serial number. Manuf Date, Rental, and the other custom properties are not explicit field that are exportable. I have searched for it all through all the field and expanded each of them one by one but could not find them. The only way I found is to export the lotproperty and associated property in Product and I get both the name of the custom property and its value, but not usable in the export and import. If you have a way to find where these custom lot/SN properties, that would be great.

Thuy Ngoc

Hi Sebastian,

I have never created new fields on the interface like this before. I usually create them in code so I can't help you this time.

Sebastian Desmette
Author

Hi Thuy, OK, thanks for having tried.

Sebastian Desmette
Author

Hello Thuy, I think I found the way. I am indeed adding the additional properties as new field using Studio. then it can be exported and imported again. Using the native additional property field does not allow to export and reimport. I believe this is similar to what you were suggesting. Thanks and all the best, Sebastian

Avatar
Sebastian Desmette
Author Best Answer

Hi Cliff, I am using the V16.4. It is possible to add properties for a serial number of a product that we manufucture. 

But it is not possible (or easy?) to export then reimport.


0
Avatar
Discard
Enjoying the discussion? Don't just read, join in!

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

Sign up
Related Posts Replies Views Activity
v13 Batch linking of serials numbers to stock on hand.
batch serial_number importing serial_numbers
Avatar
0
Oct 20
1960
Issue with Properties app – renewed contracts not updating Solved
properties
Avatar
Avatar
1
Nov 25
326
V17 .sh import excel file: time data '2025-01-31' does not match format '%m.%d.%Y'
importing
Avatar
Avatar
Avatar
3
Jul 25
3130
Disable auto-assign of Serial Numbers to Sales Order Operations
serial_number
Avatar
Avatar
Avatar
3
Jun 25
2522
Odoo journal entry modification after posting by import
importing
Avatar
Avatar
1
Apr 25
2333
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة 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 is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

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