From 42d137448a39d775e4a1e11165f703e8d1f5b310 Mon Sep 17 00:00:00 2001 From: tong-odoo Date: Tue, 14 May 2024 18:06:26 +0800 Subject: [PATCH] [IMP] accounting: employment hero added taxes mapping descriptions Impacted Versions: - saas-17.1 and above closes odoo/documentation#9700 X-original-commit: b9695b0e5d56923ba80ba413357013ac5b6c8869 Related: odoo/enterprise#64072 Signed-off-by: Tommy Ng (tong) --- .../finance/fiscal_localizations/employment_hero.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/applications/finance/fiscal_localizations/employment_hero.rst b/content/applications/finance/fiscal_localizations/employment_hero.rst index 7566d8882..26d9ca946 100644 --- a/content/applications/finance/fiscal_localizations/employment_hero.rst +++ b/content/applications/finance/fiscal_localizations/employment_hero.rst @@ -46,6 +46,9 @@ Configuration :alt: The Employment Hero "Business ID" number is in the URL - You can choose any Odoo journal to post the payslip entries. +#. Configure the tax by going to :menuselection:`Accounting --> Configuration --> Taxes`. Create the + necessary taxes for the Employment Hero payslip entries. Fill in the tax code from + **Employment Hero** in the :guilabel:`Matching Employment Hero Tax` field. How does the API work? ----------------------