diff --git a/company.py b/company.py
index b3c8633..0305ac8 100644
--- a/company.py
+++ b/company.py
@@ -22,3 +22,5 @@ class Company:
invoice_background = fields.Char('Invoice Background', translate=True)
show_uom = fields.Boolean('Show UoM', help='Show the UoM')
show_origins = fields.Boolean('Show Origins', help='Show the origins')
+ rgpd = fields.Char('RGPD', translate=True,
+ help='Reglamento General de Proteccion de Datos (RGPD)')
diff --git a/view/company_form.xml b/view/company_form.xml
index c8c2538..a6307da 100644
--- a/view/company_form.xml
+++ b/view/company_form.xml
@@ -24,6 +24,8 @@ The COPYRIGHT file at the top level of this repository contains the full copyrig
+
+