Initial commit: OCA Mrp packages (117 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:05 +02:00
commit 277e84fd7a
4403 changed files with 395154 additions and 0 deletions

View file

@ -0,0 +1,4 @@
* `Camptocamp <https://www.camptocamp.com>`_
* Ivàn Todorovich <ivan.todorovich@camptocamp.com>
* Sébastien Alix <sebastien.alix@camptocamp.com>

View file

@ -0,0 +1,4 @@
This module allows you to configure how to compute the cost of a manufactured product:
* *Effective*: standard Odoo behavior, the cost is computed based on the real duration of the workcenter.
* *Theoretical*: the cost is computed based on the theoretical duration of the workcenter.

View file

@ -0,0 +1,5 @@
On a product form, you can configure the *Workcenter Cost Duration* method.
By default it is set to *Effective* (standard Odoo behavior). By setting it to
*Theoretical*, the cost will be computed based on the theoretical duration of
the workcenter (ignoring the real duration fill by the user).