diff --git a/modules/company/company.py b/modules/company/company.py
index f8bd3c5..522c05a 100755
--- a/modules/company/company.py
+++ b/modules/company/company.py
@@ -47,6 +47,8 @@ class Company(ModelSQL, ModelView):
help="Used to compute the today date.")
employees = fields.One2Many('company.employee', 'company', 'Employees',
help="Add employees to the company.")
+
+ logo = fields.Binary("Logo")
@property
def header_used(self):
diff --git a/modules/company/view/company_form.xml b/modules/company/view/company_form.xml
index 07c9c1e..14731c7 100755
--- a/modules/company/view/company_form.xml
+++ b/modules/company/view/company_form.xml
@@ -17,6 +17,8 @@ this repository contains the full copyright notices and license terms. -->
+
+