Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
37f108d
[ADD] stock_location_flowable: new module
Nov 6, 2023
39156b0
[IMP] stock_location_flowable: hide buttons on flowable operation
deeniiz Feb 25, 2025
5be47b9
[FIX] stock_location_flowable: Error to archive locations
bjkumal Mar 12, 2025
2b705d1
[IMP] stock_location_flowable: added uom rounding coherence dependency
eantones Feb 17, 2026
6012799
[IMP] stock_location_flowable: added tests
eantones Feb 17, 2026
9ba35ed
[FIX] stock_location_flowable: wrong product uom validation
eantones Feb 17, 2026
198b655
[IMP] stock_location_flowable: singleton error message for flowable l…
eantones Feb 17, 2026
15a6afd
[REF] stock_location_flowable: refactor _create_returns method to str…
eantones Feb 17, 2026
4cf7043
[REF] stock_location_flowable: refactor _create_returns method and re…
eantones Feb 17, 2026
c33bb47
[FIX] stock_location_flowable: flowable locations won't never be full
eantones Feb 17, 2026
e0b18f9
[REF] stock_location_flowable: not using a shallow lot variable, use …
eantones Feb 17, 2026
753a6a2
[IMP] stock_location_flowable: adapt tests to flowable locations will…
eantones Feb 17, 2026
59503c9
[REF] stock_location_flowable: avoid redundant mrp_operation_type sea…
eantones Feb 17, 2026
d746498
[FIX] stock_location_flowable: non-MO moves bypass blocked location c…
eantones Feb 27, 2026
ad7401d
[FIX] stock_location_flowable: prevent premature blocking and reserva…
eantones Feb 27, 2026
78b8ccf
[REF] stock_location_flowable: improve stock move write readability
eantones Feb 27, 2026
e1251f2
[IMP] stock_location_flowable: add blocking lifecycle tests
eantones Feb 27, 2026
18adb39
[IMP] stock_location_flowable: add flowable blocking technical docume…
eantones Feb 27, 2026
d9dc996
[IMP] stock_location_flowable: update metadata and contributors
eantones Feb 27, 2026
b96997b
[I18N] stock_location_flowable: add Catalan and Spanish translations
eantones Feb 27, 2026
350d621
[IMP] stock_location_flowable: validate quant count before creating f…
eantones Feb 27, 2026
f854f24
[REF] stock_location_flowable: consolidate duplicated test helpers in…
eantones Feb 27, 2026
a780841
[IMP] stock_location_flowable: increase test coverage to 99%
eantones Feb 28, 2026
94ae4a5
[REF] stock_location_flowable: use domain-consistent names in tests
eantones Mar 1, 2026
b413546
[IMP] stock_location_flowable: test multi-line reception aggregation
eantones Mar 1, 2026
d4cc377
[IMP] stock_location_flowable: clarify pre-check error for conflictin…
eantones Mar 1, 2026
df98be4
[IMP] stock_location_flowable: add defensive post-production quant check
eantones Mar 1, 2026
32c44c9
[IMP] stock_location_flowable: add tests for edge cases and mixed wor…
eantones Mar 1, 2026
9f4e66e
[IMP] stock_location_flowable: pre-commit auto fixes
deeniiz Mar 16, 2026
330129e
[MIG] stock_location_flowable: Migration to 18.0
deeniiz Mar 16, 2026
d22e471
[DO NOT MERGE] test-requirements.txt
deeniiz Mar 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 66 additions & 0 deletions stock_location_flowable/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
=======================
Stock Location Flowable
=======================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:54ad28ddc49473710e7dd86ba1a9dfbf22c66c1f791fd97a5a03da055b977589
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-NuoBiT%2Fodoo--addons-lightgray.png?logo=github
:target: https://github.com/NuoBiT/odoo-addons/tree/18.0/stock_location_flowable
:alt: NuoBiT/odoo-addons

|badge1| |badge2| |badge3|

- Customizations that allow organizing, controlling, and mixing bulk
liquid and solid products in a location.

**Table of contents**

.. contents::
:local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/NuoBiT/odoo-addons/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/NuoBiT/odoo-addons/issues/new?body=module:%20stock_location_flowable%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* NuoBiT Solutions SL

Contributors
------------

- `NuoBiT <https://www.nuobit.com>`__:

- Frank Cespedes fcespedes@nuobit.com
- Deniz Gallo dgallo@nuobit.com
- Bijaya Kumal bkumal@nuobit.com
- Eric Antones eantones@nuobit.com

Maintainers
-----------

This module is part of the `NuoBiT/odoo-addons <https://github.com/NuoBiT/odoo-addons/tree/18.0/stock_location_flowable>`_ project on GitHub.

You are welcome to contribute.
1 change: 1 addition & 0 deletions stock_location_flowable/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
21 changes: 21 additions & 0 deletions stock_location_flowable/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright NuoBiT Solutions - Frank Cespedes <fcespedes@nuobit.com>
# Copyright 2026 NuoBiT Solutions SL- Deniz Gallo <dgallo@nuobit.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
{
"name": "Stock Location Flowable",
"summary": "Customizations that allow organizing, controlling, and"
" mixing bulk liquid and solid products in a location",
"version": "18.0.1.0.1",
"author": "NuoBiT Solutions SL",
"website": "https://github.com/NuoBiT/odoo-addons",
"category": "Stock",
"depends": ["mrp", "uom_rounding_coherence"],
"license": "AGPL-3",
"data": [
"views/stock_location_views.xml",
"views/stock_picking_views.xml",
"views/stock_picking_type_views.xml",
"views/mrp_production_views.xml",
"views/stock_move_views.xml",
],
}
84 changes: 84 additions & 0 deletions stock_location_flowable/doc/diagrams/00_tank_lifecycle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions stock_location_flowable/doc/diagrams/01_first_reception.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading