Initial commit: Odoo 18.0-20251222 extra-addons
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled

This commit is contained in:
tocmo0nlord
2026-03-13 20:43:25 +00:00
parent 36e847a7df
commit adbe430761
9472 changed files with 1265727 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
To be able to select a specific Bill of Materials in a sale order, the
user needs the special permission: "Allows to define a BOM on sale order
lines".

View File

@@ -0,0 +1,5 @@
- Renato Lima \<<renato.lima@akretion.com.br>\>
Trobz:
- Hai Lang \<<hailn@trobz.com>\>

2
sale_mrp_bom/readme/CREDITS.md Executable file
View File

@@ -0,0 +1,2 @@
The migration of this module from 12.0 to 14.0 was financially supported
by Camptocamp.

View File

@@ -0,0 +1,3 @@
This modules allows to specify a Bill Of Materials directly inside a
sale order line. It is specially useful to select alternative
manufacturing and sub-contracting routings.

1
sale_mrp_bom/readme/INSTALL.md Executable file
View File

@@ -0,0 +1 @@

1
sale_mrp_bom/readme/ROADMAP.md Executable file
View File

@@ -0,0 +1 @@

9
sale_mrp_bom/readme/USAGE.md Executable file
View File

@@ -0,0 +1,9 @@
When adding a new sale order line, you can eventually select a specific
Bill Of Materials.
![](../static/description/sale_order_1.png)
When confirming the sale order, if the routing is manufacturing then the
production order will be using the specified Bill Of Materials.
![](../static/description/manufacturing_order_1.png)