diff --git a/product_pricelist_total_margin/models/product_pricelist_item.py b/product_pricelist_total_margin/models/product_pricelist_item.py index 3bc5de0..9b1981f 100644 --- a/product_pricelist_total_margin/models/product_pricelist_item.py +++ b/product_pricelist_total_margin/models/product_pricelist_item.py @@ -28,7 +28,7 @@ class ProductPricelistItem(models.Model): ("markup", "Markup (on cost)"), ("margin", "Commercial Margin (on PVP)"), ], - string="Margin Type", + string="Calculation Method", default="markup", help="Type of margin calculation:\n" "- Markup: PVP = Cost × (1 + markup%). Margin is calculated on cost.\n"