diff --git a/intrastat_product/intrastat.py b/intrastat_product/intrastat.py
index 11fd2f2..b4f5d6c 100644
--- a/intrastat_product/intrastat.py
+++ b/intrastat_product/intrastat.py
@@ -72,6 +72,13 @@ class ProductTemplate(models.Model):
"available from the World Customs Organisation, see "
"http://www.wcoomd.org/. Some countries have made their own "
"extensions to this nomenclature.")
+ origin_country_id = fields.Many2one(
+ 'res.country', string='Country of Origin',
+ help="Country of origin of the product i.e. product "
+ "'made in ____'. If you have different countries of origin "
+ "depending on the supplier from which you purchased the product, "
+ "leave this field empty and use the equivalent field on the "
+ "'product supplier info' form.")
class ProductCategory(models.Model):
diff --git a/intrastat_product/intrastat_demo.xml b/intrastat_product/intrastat_demo.xml
index e831a6d..e0a8c33 100644
--- a/intrastat_product/intrastat_demo.xml
+++ b/intrastat_product/intrastat_demo.xml
@@ -26,39 +26,58 @@
+
+ 5
+
+ 6
-
-
-
-
+
+ 6.5
+
+ 0.5
+
+ 0.5
+
+ 0.5
+
+ 0.7
+
+ 0.8
+
+
+
+ 2
+
+
+
diff --git a/intrastat_product/intrastat_view.xml b/intrastat_product/intrastat_view.xml
index 635724c..66c1a4f 100644
--- a/intrastat_product/intrastat_view.xml
+++ b/intrastat_product/intrastat_view.xml
@@ -17,6 +17,7 @@
+