Files
stock-logistics-reporting/stock_quantity_history_location/__manifest__.py
anaïs f28ee0ebad [MIG] stock_quantity_history_location: Migration to 17.0
- refactored .js code by inheriting `get_views` method to display a different button text for those users having the Multi Locations group enabled. Added a test case to cover the change
2024-10-21 11:33:00 +02:00

19 lines
588 B
Python

# Copyright 2019 ForgeFlow S.L.
# Copyright 2019 Aleph Objects, Inc.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Stock Quantity History Location",
"summary": "Provides stock quantity by location on past date",
"version": "17.0.1.0.0",
"license": "AGPL-3",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"maintainers": [
"luisg123v",
"rolandojduartem",
],
"website": "https://github.com/OCA/stock-logistics-reporting",
"depends": ["stock"],
"data": ["wizards/stock_quantity_history.xml"],
}