TIP: You can type at any time to perform a new search.
Stock Intercompany Delivery-Reception
stock_intercompany · OCA/multi-company
- Repository
- OCA/multi-company · module folder · Try on Runboat
- Module version
- Category
- Warehouse Management
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/multi-company
- Last tracking update
- 2026-08-14 11:16:13
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Víctor Martínez, Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows to create counterpart transfers between companies defined in multi-company configuration. For each company 'intercompany operation type' field must be set. Based on this, when a picking from company A to company B is processed, a new incoming picking in company B is created, using the picking type defined in the settings of that company. Caution: currently, lots and packages are not handled.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
intercompany_res_config_settings_view_form |
intercompany.res.config.settings.view.form | res.config.settings | form | Inherits stock.res_config_settings_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (5)
New fields (1)
-
intercompany_in_type_idMany2one → stock.picking.typestring='Intercompany operation type' args: 'stock.picking.type'
No public methods.
New fields (1)
-
intercompany_in_type_idMany2onereadonly=Falserelated='company_id.intercompany_in_type_id'
No public methods.
New fields (1)
-
counterpart_of_move_idMany2one → stock.movecheck_company=False args: 'stock.move'
No public methods.
New fields (1)
-
counterpart_of_line_idMany2one → stock.move.linecheck_company=False args: 'stock.move.line'
No public methods.
New fields (1)
-
counterpart_of_picking_idMany2one → stock.pickingcheck_company=False args: 'stock.picking'
No public methods.
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 533 days ago
- Last activity
- 33 days ago
- Repository
- OCA/multi-company
- Pull request
- [17.0][MIG] stock_intercompany: Migration to 17.0 (#795)