Overview
This is a lightweight technical placeholder module that extends the sale and purchase order models. It was originally created to keep manually entered unit prices from being overwritten when Odoo recomputed them on sale and purchase order lines. Odoo 19 now handles that price preservation natively through its built-in technical_price_unit mechanism, so the module currently ships empty inherited models and is retained as a stable extension point for future sales, purchase, and accounting customizations.
Key Features
- Declares a clean dependency on Sales, Purchase, and Accounting (Accountant) so it loads only where those apps are present.
- Extends the purchase.order and purchase.order.line models as ready-to-use customization points.
- Extends the sale.order and sale.order.line models as ready-to-use customization points.
- Documents that manual price preservation is now native to Odoo 19, avoiding redundant or conflicting overrides.
- Adds no UI, data, or schema changes, so it installs and uninstalls with zero side effects.