add purchase_price_review_status

This commit is contained in:
Luis 2026-04-02 12:43:36 +02:00
parent d9a0eeb878
commit f586c99df9
10 changed files with 260 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# 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,
}