partner-contact/partner_pricelist_search/__manifest__.py

15 lines
477 B
Python
Raw Permalink Normal View History

2024-05-03 08:58:43 +00:00
# Copyright 2021 Tecnativa - Carlos Dauden
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
{
"name": "Partner pricelist search",
"version": "3.0.1.0.0",
"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",
}