addons-cm/product_get_price_helper/__manifest__.py

14 lines
507 B
Python

# Copyright 2023 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Product Get Price Helper",
"summary": """
This module provides a helper function to compute product prices.""",
"version": "18.0.1.1.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/product-attribute",
"depends": ["account", "product"],
"demo": ["demo/account.xml", "demo/pricelist.xml"],
}