| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Discuss (mail) |
| Lines of code | 288 |
| Technical Name |
no_stock_aging |
| License | OPL-1 |
| Website | https://www.oudayet.com |
| Versions | 18.0 19.0 |
Stock Aging Report
Bucket on-hand stock by how long it's been sitting — with buckets you define.
SQL view over stock.quant · Configurable buckets · Pivot · Graph · List
Odoo 19 $34.99 · OPL-1 For Inventory Managers 9 LanguagesHow much of your warehouse hasn't moved in 90 days?
Native Odoo 19 ships an inventory-at-date wizard, a forecasted-quantity view, and a per-product reordering screen — but no aging report. So nobody can answer the dead-stock question without exporting CSVs and pivoting them by hand. This module fills the gap with a single landing page under Inventory → Reporting → Stock Aging.
Without this module
Export quants → load into Excel → subtract dates → bucket manually → pivot. Repeat next month. No one is sure if the dead-stock pile is shrinking or growing.
With this module
Open Stock Aging, see your age buckets, click the oldest one, see the products. The pivot stays current automatically — no cron, no recompute step.
What it does
Define any number of named age bands with your own day ranges. Ships with 0-30, 31-60, 61-90 and 90+ out of the box.
Default pivot is bucket-by-product. Bar graph for the boardroom. List view for drill-down.
Bucket, product, category, location, warehouse — all in the search panel.
Type any bucket name in the search box to focus it, or group by age bucket to see every band at once.
Transit, customer, supplier and inventory adjustment locations are excluded automatically.
Pure SQL view — no stored fields, no cron, no triggers. The buckets shift forward as time passes.
See It In Action
A single landing page under Inventory → Reporting — pivot, graph and list, all bucketed by age. Define the bands under Inventory → Configuration → Aging Buckets.
Pivot. On-hand quantity by age bucket and product — drill into any cell to see exactly what's aging.
Graph. See at a glance how much stock sits in each age bucket.
Grouped list. Every quant bucketed by your bands — with on-hand quantity and age in days. Type a bucket name in the search box to focus any single band.
How it works
A read-only model stock.aging.report is mapped to a Postgres CREATE VIEW over stock_quant.
The view filters on location.usage = 'internal' and quantity > 0, computes age_days from quant.in_date, then maps each quant to one of your buckets via a CASE generated from your bucket definitions.
Pivot, graph and list views read from the SQL view directly. Every page load gives the buckets as of now() — no recompute, no staleness.
Technical Details
| Odoo Version | 19.0 Community + Enterprise |
| License | OPL-1 |
| Dependencies | stock |
| Backend code | ~240 LOC, two models + a generated CREATE VIEW |
| Frontend code | none (standard pivot / graph / list) |
| Override point | models/stock_aging_report.py |
Available in 9 Languages
Field labels, search filters and age buckets speak your team's language. Each user sees them in their own Odoo language setting — no extra setup.
Installation
1. Download from the Odoo App Store.
2. Drop no_stock_aging/ into your Odoo addons directory.
3. Apps → Update Apps List → Install Stock Aging Report.
4. Inventory → Reporting → Stock Aging.
Found a bug?
Reach out via the Odoo App Store contact form.
Stock Aging Report — $34.99 — Odoo 19
© Naim OUDAYET — OPL-1
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Discuss (mail) |
| Lines of code | 288 |
| Technical Name |
no_stock_aging |
| License | OPL-1 |
| Website | https://www.oudayet.com |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module