diff --git a/product_print_category_supermarket/models/product_print_category.py b/product_print_category_supermarket/models/product_print_category.py
index 7f74578..ac7bd6c 100644
--- a/product_print_category_supermarket/models/product_print_category.py
+++ b/product_print_category_supermarket/models/product_print_category.py
@@ -6,3 +6,5 @@ class ProductPrintCategorySupermarket(models.Model):
show_ref = fields.Boolean(string="Show Product Code")
show_barcode = fields.Boolean(string="Show Product Barcode")
+ price_label = fields.Char(string="Members Price Label", default="PVS")
+ price_label_public = fields.Char(string="Public Price Label", default="PVP")
diff --git a/product_print_category_supermarket/views/product_print_category.xml b/product_print_category_supermarket/views/product_print_category.xml
index 6a4e5b7..7878224 100644
--- a/product_print_category_supermarket/views/product_print_category.xml
+++ b/product_print_category_supermarket/views/product_print_category.xml
@@ -8,6 +8,8 @@