Skip to content

Commit 0f03118

Browse files
committed
[IMP] l10n_eu_oss: Adding tax mapping for Switzerland
Make it easy for any Swiss company that wants to operate B2C sales of goods to customers located in the EU to take advantage of the EU One Stop Shop (OSS) Module, aka l10n_eu_oss_reports. We will ease the discoverability and the configuration Adding the Tax Mapping between Switzerland and the rest of the EU countries task-4943589 closes odoo#220200 X-original-commit: d9ba6df Signed-off-by: John Laterre (jol) <[email protected]>
1 parent 9ec4e0d commit 0f03118

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

addons/l10n_eu_oss/models/eu_tax_map.py

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2275,4 +2275,31 @@
22752275
('GB', 20.0, 'SE'): 25.0,
22762276
('GB', 20.0, 'SI'): 22.0,
22772277
('GB', 20.0, 'SK'): 23.0,
2278+
('CH', 8.1, 'AT'): 20.0,
2279+
('CH', 8.1, 'BE'): 21.0,
2280+
('CH', 8.1, 'BG'): 20.0,
2281+
('CH', 8.1, 'CY'): 19.0,
2282+
('CH', 8.1, 'CZ'): 21.0,
2283+
('CH', 8.1, 'DE'): 19.0,
2284+
('CH', 8.1, 'DK'): 25.0,
2285+
('CH', 8.1, 'EE'): 24.0,
2286+
('CH', 8.1, 'ES'): 21.0,
2287+
('CH', 8.1, 'FI'): 25.5,
2288+
('CH', 8.1, 'FR'): 20.0,
2289+
('CH', 8.1, 'GR'): 24.0,
2290+
('CH', 8.1, 'HR'): 25.0,
2291+
('CH', 8.1, 'HU'): 27.0,
2292+
('CH', 8.1, 'IE'): 23.0,
2293+
('CH', 8.1, 'IT'): 22.0,
2294+
('CH', 8.1, 'LT'): 21.0,
2295+
('CH', 8.1, 'LU'): 17.0,
2296+
('CH', 8.1, 'LV'): 21.0,
2297+
('CH', 8.1, 'MT'): 18.0,
2298+
('CH', 8.1, 'NL'): 21.0,
2299+
('CH', 8.1, 'PL'): 23.0,
2300+
('CH', 8.1, 'PT'): 23.0,
2301+
('CH', 8.1, 'RO'): 19.0,
2302+
('CH', 8.1, 'SE'): 25.0,
2303+
('CH', 8.1, 'SI'): 22.0,
2304+
('CH', 8.1, 'SK'): 23.0,
22782305
}

0 commit comments

Comments
 (0)