Initial commit: OCA Technical packages (595 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:03 +02:00
commit 2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions

View file

@ -0,0 +1,3 @@
* Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>
* Kitti U. <kittiu@ecosoft.co.th>
* Alexei Rivera <arivera@archeti.com> (migration to 15.0)

View file

@ -0,0 +1,12 @@
This module provide abstract models to manage customizable
substates to be applied on different models (sale order, purchase, ...).
example:
--------
* for the quotation state of a sale order we can define 3 substates "In negotiation",
"Won" and "Lost".
* We can also send mail when the substate is reached.
It is not useful by itself. You can see an example of implementation
in the 'purchase_substate' module. (purchase-workflow repository).

View file

@ -0,0 +1 @@
#. You must install an application module depending this one (for example purchase_substate)