mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
- 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
19 lines
588 B
Python
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"],
|
|
}
|