forked from OCA/wms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
30 lines (29 loc) · 1 KB
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 2023 ACSONE SA/NV
# Copyright 2023 Jacques-Etienne Baudoux (BCIM) <[email protected]>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Stock Release Channel Preparation Plan",
"summary": "Manage release channel preparation plan",
"version": "16.0.1.3.0",
"development_status": "Beta",
"license": "AGPL-3",
"author": "ACSONE SA/NV,BCIM,Odoo Community Association (OCA)",
"maintainers": ["jbaudoux"],
"website": "https://github.com/OCA/wms",
"depends": [
"base_time_window",
"stock_release_channel",
],
"data": [
"security/stock_release_channel_preparation_plan.xml",
"security/stock_release_channel_plan_launch.xml",
"wizards/launch_plan.xml",
"views/res_partner.xml",
"views/stock_release_channel_preparation_plan.xml",
"views/stock_release_channel.xml",
],
"demo": [
"demo/stock_release_channel.xml",
"demo/stock_release_channel_preparation_plan.xml",
],
}