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,4 @@
To configure this module, you need to:
1. Go to *Sales \> Configuration \> Settings*.
2. Under *Product Catalog*, enable *Product Packagings*.

View File

@@ -0,0 +1,12 @@
Some companies, like food distributors, need to emphasize the usage of product
packaging in the sale process.
Product packaging in Odoo is designed to be computed automatically when you
choose the final amount of products to sell. For example, if you sell 12 kgs of
apples and those can be packaged by bags of 4kg, you'll get automatically
suggested to sell 3 bags.
Although you can still do that, with this module the natural usage is inverted:
it's easier for you to select the packaging and quantity first, and then the
final amount of products is computed automatically. Following the same example,
you'll choose bags, then 3, and then the 12kg will be computed automatically.

View File

@@ -0,0 +1,3 @@
- Jairo Llopis ([Moduon](https://www.moduon.team/))
- Emilio Pascual ([Moduon](https://www.moduon.team/))
- Sabrina Rodriguez ([Moduon](https://www.moduon.team/))

View File

@@ -0,0 +1,7 @@
This module simplifies and emphasizes the usage of packaging in sales
orders.
- Packaging fields in sale order lines appear before product quantity
fields.
- When selecting a product to sell, its default packaging is added
automatically.

View File

@@ -0,0 +1,21 @@
To use this module, you need to configure a product with packaging:
1. Go to *Sales \> Products \> Products* and select or create a
product.
2. In the *Inventory* tab, add some packaging(s).
3. Enable *Sales* and in one packaging.
4. Sort the packaging options at will. The first one enabled for *Sales* will
be considered the default one.
Then you have to sell it:
1. Go to *Sales \> Orders \> Quotations* and create a new quotation.
2. Select any customer.
3. Select that product.
You will notice that:
- The product is added with the default sale packaging.
- The packaging quantity is set to 1 packaging unit.
- The product UoM quantity is set to the amount of units contained in 1 packaging.
- When changing to another product, instead of keeping the amount of UoM units,
we now keep the packaging qty, and the UoM qty is recomputed accordingly.