forked from OCA/sale-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
23 lines (22 loc) · 843 Bytes
/
__manifest__.py
File metadata and controls
23 lines (22 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2021 Tecnativa - Jairo Llopis
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Sell resource bookings",
"summary": "Link resource bookings with sales",
"version": "13.0.1.0.0",
"development_status": "Beta",
"category": "Appointments",
"website": "https://github.com/OCA/sale-workflow",
"author": "Tecnativa, Odoo Community Association (OCA)",
"maintainers": ["Yajo"],
"license": "AGPL-3",
"depends": ["sale", "resource_booking", "web_ir_actions_act_multi"],
"data": [
"views/product_template_views.xml",
"views/resource_booking_type_views.xml",
"views/resource_booking_views.xml",
"views/sale_order_views.xml",
"wizards/resource_booking_sale_views.xml",
"wizards/sale_order_booking_confirm_views.xml",
],
}