| .. | ||
| i18n | ||
| models | ||
| views | ||
| __init__.py | ||
| __manifest__.py | ||
| README.md | ||
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).