mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 10:12:05 +00:00
15 lines
477 B
Python
15 lines
477 B
Python
# Copyright 2021 Tecnativa - Carlos Dauden
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
|
|
|
|
{
|
|
"name": "Partner pricelist search",
|
|
"version": "2.0.1.0.1",
|
|
"author": "Tecnativa,Odoo Community Association (OCA)",
|
|
"website": "https://gitlab.com/flectra-community/partner-contact",
|
|
"category": "Partner Management",
|
|
"depends": ["product"],
|
|
"data": ["views/product_pricelist_views.xml"],
|
|
"installable": True,
|
|
"license": "AGPL-3",
|
|
}
|