forked from OCA/sale-workflow
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path__manifest__.py
More file actions
22 lines (22 loc) · 833 Bytes
/
__manifest__.py
File metadata and controls
22 lines (22 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2021 Akretion - Florian Mounier
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Sale Partner Primeship",
"summary": """Allow you to manage time limited prime memberships
and prime membership activation products.""",
"version": "18.0.1.0.0",
"author": "Akretion, Odoo Community Association (OCA)",
"maintainers": ["nayatec", "paradoxxxzero"],
"website": "https://github.com/OCA/sale-workflow",
"category": "Sales",
"depends": ["sale", "account_invoice_start_end_dates"],
"data": [
"views/product_template_views.xml",
"views/sale_primeship_views.xml",
"views/res_partner_views.xml",
"security/ir.model.access.csv",
"security/sale_partner_primeship.xml",
"data/ir_cron.xml",
],
"license": "AGPL-3",
}