mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
This new module adds a stored computed field on locations that stores the last inventory date for the location, for validated inventories. This is only computed for leaf locations, not parent ones.
4 lines
116 B
Python
4 lines
116 B
Python
# Copyright 2021 Camptocamp SA
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
|
|
from . import models
|