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

Transfer of serialized products from the parent company to the subsidiary branch V18

Subscribe

Get notified when there's activity on this post

This question has been flagged
inventorytransferserial_numberbranchesintercompany
1 Reply
1725 Views
Avatar
Diana Garcés Martínez

I have a question regarding inter-branch transfers in Odoo v18.

Currently, I have a main company configured with two branches, "A" and "B", which are set up as independent companies in the system. I created a product that is tracked by serial number.

When I try to transfer the product from the main company to branch "A", the system allows me to register the outbound movement using serial number 00001. However, when I try to receive the product in branch "A", Odoo prompts me to enter a serial number, and when I search for 00001, it doesn't appear. It even asks me to create a new one, which doesn’t make sense since the product is just being moved within the same corporate group.


My question is:

Shouldn’t the serial number remain consistent throughout the entire product traceability, even when moving between companies?

How can I configure Odoo so that it recognizes the same serial number in the receiving company, without forcing me to create a new one or generating errors?

In addition, I would like to know how to manage returns of the product from branch "A" back to the main company, using the same serial number (00001). Currently, when I try to validate the outbound movement, the system throws an error saying that the serial number already exists, and it won’t let me complete the transfer.

I would really appreciate your guidance on how to properly set up this flow and avoid conflicts with serial numbers across companies.

Best regards!

0
Avatar
Discard
Diana Garcés Martínez
Author

Thank you very much for the response. My question is the following:


In the operations settings, there is an option called "Serial/Batch Numbers" with the following options:


Create new

Use existing

When activating the second option, which is when making the transfer from the parent company to the daughter branch, it lets me choose the serial number assigned from the parent branch, I get a warning error:

After clicking close, it lets me save it and accept the transfer, where it's reflected in the child branch's inventory.


When I try to return that item from the child branch to the parent branch, I get the same error, but when I click validate, it tells me there's another problem because it already exists and won't let me make the transfer.

Thanks

D Enterprise

Thank you for your detailed follow-up.
You're absolutely right that selecting “Use Existing” under the Serial/Batch Numbers setting allows you to receive the serial number created by the parent company. However, the warning you're seeing is due to Odoo's default behavior of treating serial numbers (stock.production.lot) as company-specific.
Best Practice Going Forward
To ensure smooth intercompany transfers (including returns), and to maintain consistent serial number traceability across branches, the recommended solution is:
Customize Odoo to Make Serial Numbers Global
We can implement a small custom module that:

Removes the company restriction on serial numbers

Allows shared serial numbers across all companies

Prevents duplicate errors during returns or intercompany transfers

Ensures that a single serial number (like 0000019) is always recognized system-wide

This way, you won’t be forced to recreate or duplicate serial numbers, and returns from one branch to another will work without errors.

Jaideep

Are the transfers completed with a delivery and receipt operation or are they done with internal transfers?

Avatar
D Enterprise
Best Answer

Hii

  1. Shouldn’t the serial number remain consistent throughout the entire product traceability, even when moving between companies?

-> Yes, in an ideal inventory system, serial numbers should remain unique and consistent across the entire organization, regardless of company boundaries, to ensure accurate traceability of individual items.

However, in Odoo’s default multi-company setup, serial numbers (stock.production.lot) are company-specific records. This means the same serial number (e.g., 00001) is stored separately in each company, which breaks seamless traceability between companies. Odoo treats serials as separate lots in each company.


2) How can I configure Odoo so that it recognizes the same serial number in the receiving company, without forcing me to create a new one or generating errors?

-> By default, Odoo does not support sharing serial numbers across companies. To achieve this, you have two main options:

Option A: Use a Single Company with Multiple Warehouses:

Keep all branches under one company.

Configure each branch as a warehouse or location.

Serial numbers will be unique and consistent across all warehouses.

No need to recreate serial numbers on transfers between warehouses.

This is the simplest and most reliable approach.

Option B: Customize Odoo for Cross-Company Serial Sharing:

Develop a custom module that:

  • Makes serial numbers global (not company-specific).
  • Synchronizes serial numbers during inter-company transfers.
  • Prevents duplication errors by linking the same serial number across companies.

This requires advanced development and thorough testing.


0
Avatar
Discard
Christine Deutsch

Hi Desk Enterprise, I have the following set up:
CompanyA, with connected Branches B and C. I want to transfer serial numbers between these warehouses, but the system considers branches as different companies. Is there a way to avoid that?

D Enterprise

Use a Single Company with Multiple Warehouses
How to Set It Up:
Keep only one company in Odoo (e.g., Company A).

Configure each branch (e.g., Branch B, Branch C) as:

A separate Warehouse

With its own locations

Perform transfers between warehouses using internal transfers (stock moves between locations).

Serial numbers will be recognized system-wide and won’t need to be recreated or duplicated.
i hope it is solve your error

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
Record does not exist or has been deleted. Solved
inventory transfer
Avatar
Avatar
Avatar
2
Nov 25
2987
How do we create an internal transfer between two different warehouses where the destination warehouse would have to validate the transfer as a second step. Solved
inventory transfer
Avatar
Avatar
Avatar
Avatar
Avatar
4
Mar 25
15823
Select owner for inventory transfer Solved
inventory transfer
Avatar
Avatar
Avatar
2
Jan 24
4236
Can the inventory from Transfer Receipt reflect on Onhand at a future date?
inventory transfer
Avatar
Avatar
1
Jun 23
3040
I cant transfer my product from one inventory to another inventory Solved
inventory transfer
Avatar
Avatar
1
Mar 22
4481
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