Files
stock-logistics-warehouse/stock_scrap_location_default/__manifest__.py
2024-07-01 09:57:45 +02:00

18 lines
568 B
Python

# Copyright 2023 ACSONE SA/NV
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Stock Scrap Location Default",
"summary": """
Allows to define a setting at company level that reference a default scrap location""",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"maintainers": ["rousseldenis"],
"website": "https://github.com/OCA/stock-logistics-warehouse",
"depends": ["stock"],
"data": [
"views/res_config_settings.xml",
],
}