Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Manufacturing (mrp)
• Inventory (stock) • Discuss (mail) • Invoicing (account) |
Lines of code | 278 |
Technical Name |
bom_selection_on_so_line |
License | OPL-1 |
Versions | 16.0 17.0 18.0 |
- With this app, you can select a BoM on the sale order line as well as choose a BoM on the component line.
- And one interesting feature of this app is that you can decide whether to create a manufacturing order (MO) if you want to deliver the finished product to the customer,
or you can deliver the BoM components and let the customer build the finished product themselves.
- This will be very convenient when you sell products that need to be assembled. You can either assemble them for the customer or, if the customer prefers to assemble them themselves, you can deliver the parts (components) to the customer.


1. Routes Configuration.
- This app still relies on Odoo's basic workflow. To be able to create a MO after the Sale Order is confirmed, the "Replenish on Order" and "Manufacture" routes need to be enabled.
- By default, Odoo archives the Replenish on Order (MTO) route. Please see the link below to learn how to unarchive MTO.
https://www.odoo.com/documentation/18.0/applications/inventory_and_mrp/inventory/warehouses_storage/replenishment/mto.html
- Enable the feature that allows users to select "Manufacture" route on the sales order line.
2. Select a Bom on the Component line.
- If a product in the component line requires manufacturing, this app will allow the user to select a BOM directly on the component line.
- When a sales order is confirmed, if this component line has a BOM, Odoo will create a MO for this component line.
- Note that the creation of the MO after the sales order is confirmed also depends on whether the "Is Manufacture" option on the sale order line is ticked.
- If this option is ticked, all MOs, including child MOs, will be created. On the other hand, if this option is not ticked, instead of creating an MO, all components, including those of the child MOs, will be delivered to the customer through stock picking.
3. Deliver components instead of the finished product.
- Sometimes, customers just want you to deliver the components, and they will build the finished product themselves. This app will help you do that easily.
On the sales order, you only need to select the finished product instead of selecting each component manually.
- For example, there is a finished product with the following components:
- In which the component "BOM-right" has the following bill of materials:
- Now, we will create a sale order and these components will be delivered instead of creating a manufacturing order (MO) and delivering the finished product.
- On the sales order line, you only need to select the finished product instead of selecting each component from the BOM.
- Then, select the Bill of Materials you want to use for this finished product. Note that when you select a Bill of Materials, the "Manufacture" route will be automatically selected,
if you have properly followed the configuration steps above.
- Untick "Is Manufacture" and Odoo will generate a stock picking to deliver the components.
- After the sales order is confirmed, based on the components of the finished product, Odoo will create a stock picking with the following stock moves:
- The app can retrieve all components from recursive BOMs.
4. Automatically create MOs for the finished product.
- From the example above, tick the "Is Manufacture" option on the sales order line.
- After the sales order is confirmed, a stock picking will be created to deliver the finished product,
and a MO will be automatically generated for the finished product as well as for the components if these components have a BOM.
- This is stock picking for finished product.
- This is the list of MOs is generated.
- This is the MO for the finished product, and it will use the Bill of Materials that the user selected on the sales order line.
- This MO will link to a child MO used to manufacture the "Bom-right" component.
- This is child MO for "Bom-right" component, and it will use the Bill of Materials that the user selected on the component line
- The app can generate all MOs from recursive BOMs.
Apps May You Like
Email Support: huynh.giang.son.gs@gmail.com
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module