# 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", }