diff --git a/website_sale_stock_ux/__manifest__.py b/website_sale_stock_ux/__manifest__.py
new file mode 100644
index 00000000..2d68a7c8
--- /dev/null
+++ b/website_sale_stock_ux/__manifest__.py
@@ -0,0 +1,42 @@
+<<<<<<< HEAD
+||||||| MERGE BASE
+=======
+##############################################################################
+#
+# Copyright (C) 2015 ADHOC SA (http://www.adhoc.com.ar)
+# All Rights Reserved.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see .
+#
+##############################################################################
+{
+ "name": "Website Sale Stock UX",
+ "category": "base.module_category_knowledge_management",
+ "version": "18.0.1.2.0",
+ "author": "ADHOC SA",
+ "website": "www.adhoc.com.ar",
+ "license": "AGPL-3",
+ "depends": [
+ "website_sale_stock",
+ ],
+ "data": [
+ "views/templates.xml",
+ "views/snippets.xml",
+ ],
+ "installable": True,
+ "auto_install": True,
+ "application": False,
+}
+
+>>>>>>> FORWARD PORTED
diff --git a/website_sale_stock_ux/views/templates.xml b/website_sale_stock_ux/views/templates.xml
new file mode 100644
index 00000000..9ac0c4df
--- /dev/null
+++ b/website_sale_stock_ux/views/templates.xml
@@ -0,0 +1,23 @@
+<<<<<<< HEAD
+||||||| MERGE BASE
+=======
+
+
+
+
+ Out of stock
+
+
+ oe_product_cart h-100 d-flex #{'out_of_stock_img_blur' if (len(product.product_variant_ids) == 1 and product._is_sold_out() and not product.allow_out_of_stock_order) else ''}
+
+
+
+
+
+
+
+
+
+
+
+>>>>>>> FORWARD PORTED