addons-cm/purchase_price_review_status
2026-04-02 12:43:36 +02:00
..
i18n add purchase_price_review_status 2026-04-02 12:43:36 +02:00
models add purchase_price_review_status 2026-04-02 12:43:36 +02:00
views add purchase_price_review_status 2026-04-02 12:43:36 +02:00
__init__.py add purchase_price_review_status 2026-04-02 12:43:36 +02:00
__manifest__.py add purchase_price_review_status 2026-04-02 12:43:36 +02:00
README.md add purchase_price_review_status 2026-04-02 12:43:36 +02:00

Purchase Price Review Status

Adds a boolean field on purchase orders to indicate whether purchase prices were reviewed against receipts.

It decorates list views according to these rules:

  • Green: not fully received and prices reviewed.
  • Red: not fully received and prices not reviewed.
  • Default color: fully received (unchanged behavior).