mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
16 lines
540 B
Python
16 lines
540 B
Python
# Copyright 2020 Camptocamp SA
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
|
|
{
|
|
"name": "Stock Move Common Destination",
|
|
"summary": "Adds field for common destination moves",
|
|
"version": "14.0.1.0.0",
|
|
"category": "Warehouse Management",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": ["stock"],
|
|
"data": ["views/stock_move.xml"],
|
|
}
|