VAT rates update for France
diff --git a/erpnext/setup/setup_wizard/data/country_wise_tax.json b/erpnext/setup/setup_wizard/data/country_wise_tax.json
index 780b88f..0ac89b4 100644
--- a/erpnext/setup/setup_wizard/data/country_wise_tax.json
+++ b/erpnext/setup/setup_wizard/data/country_wise_tax.json
@@ -448,11 +448,15 @@
 	},
 
 	"France": {
-		"France VAT 19.6%": {
-			"account_name": "VAT 19.6%",
-			"tax_rate": 19.6,
+		"France VAT 20%": {
+			"account_name": "VAT 20%",
+			"tax_rate": 20,
 			"default": 1
 		},
+		"France VAT 10%": {
+			"account_name": "VAT 10%",
+			"tax_rate": 10
+		},
 		"France VAT 5.5%": {
 			"account_name": "VAT 5.5%",
 			"tax_rate": 5.5
@@ -1377,4 +1381,4 @@
 			"tax_rate": 15.00
 		}
 	}
-}
\ No newline at end of file
+}