addons-cm/purchase_price_review_status/__manifest__.py

16 lines
512 B
Python

# Copyright 2026 Criptomart
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Purchase Price Review Status",
"version": "16.0.1.0.0",
"summary": "Track if purchase prices were reviewed and color PO/receipt lists",
"license": "AGPL-3",
"author": "Criptomart",
"website": "https://criptomart.net",
"depends": ["purchase_stock"],
"data": [
"views/purchase_order_views.xml",
"views/stock_picking_views.xml",
],
"installable": True,
}