Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
22
sale_partner_primeship/__manifest__.py
Executable file
22
sale_partner_primeship/__manifest__.py
Executable file
@@ -0,0 +1,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",
|
||||
}
|
||||
Reference in New Issue
Block a user