Skip to content

Commit d1836f3

Browse files
[IMP] accounting: withholding tax
taskid-3615963 closes #7236 X-original-commit: cc03963 Signed-off-by: Chiara Prattico (chpr) <[email protected]>
1 parent e765370 commit d1836f3

File tree

4 files changed

+23
-51
lines changed

4 files changed

+23
-51
lines changed

content/applications/finance/accounting/taxes/retention.rst

Lines changed: 23 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -2,69 +2,41 @@
22
Withholding taxes
33
=================
44

5-
A withholding tax, also called a retention tax, is a government
6-
requirement for the payer of a customer invoice to withhold or deduct
7-
tax from the payment, and pay that tax to the government. In most
8-
jurisdictions, withholding tax applies to employment income.
9-
10-
With normal taxes, the tax is added to the subtotal to give you the
11-
total to pay. As opposed to normal taxes, withholding taxes are deducted
12-
from the amount to pay, as the tax will be paid by the customer.
13-
14-
As, an example, in Colombia you may have the following invoice:
15-
16-
.. image:: retention/retention03.png
17-
:align: center
18-
19-
In this example, the **company** who sent the invoice owes $20 of taxes to
20-
the **government** and the **customer** owes $10 of taxes to the **government**.
5+
A **withholding tax**, also known as retention tax, mandates the payer of a customer invoice to
6+
deduct a tax from the payment and remit it to the government. Typically, a tax is included in the
7+
subtotal to calculate the total amount paid, while withholding taxes are directly subtracted from
8+
the payment.
219

2210
Configuration
2311
=============
2412

25-
In Odoo, a withholding tax is defined by creating a negative tax. For a
26-
retention of 10%, you would configure the following tax (accessible
27-
through :menuselection:`Configuration --> Taxes`):
13+
In Odoo, a withholding tax is defined by creating a negative tax. To create one, go
14+
to :menuselection:`Accounting --> Configuration --> Taxes` and, in the :guilabel:`Amount` field,
15+
enter a negative amount.
2816

29-
.. image:: retention/retention04.png
30-
:align: center
17+
.. image:: retention/negative-amount.png
18+
:alt: negative tax amount in field
3119

32-
In order to make it appear as a retention on the invoice, you should set
33-
a specific tax group **Retention** on your tax, in the **Advanced Options**
34-
tab.
20+
Then, go to the :menuselection:`Advanced Options` tab and create a retention :guilabel:`Tax Group`.
3521

36-
.. image:: retention/retention02.png
37-
:align: center
38-
39-
Once the tax is defined, you can use it in your products, sales order or
40-
invoices.
22+
.. image:: retention/tax-group.png
23+
:alt: tax group for retention tax.
4124

4225
.. tip::
43-
If the retention is a percentage of a regular tax, create a Tax with a
44-
**Tax Computation** as a **Tax Group** and set the two taxes in this group
45-
(normal tax and retention).
46-
47-
Applying retention taxes on invoices
48-
====================================
49-
50-
Once your tax is created, you can use it on customer forms, sales order
51-
or customer invoices. You can apply several taxes on a single customer
52-
invoice line.
53-
54-
.. image:: retention/retention01.png
55-
:align: center
26+
If the retention is a percentage of a regular tax, create a :guilabel:`Tax` with a
27+
:guilabel:`Tax Computation` as a :guilabel:`Group of Taxes`. Then, set both the regular tax and
28+
the retention one in the :guilabel:`Definition` tab.
5629

57-
.. note::
58-
When you see the customer invoice on the screen, you get only a
59-
**Taxes line** summarizing all the taxes (normal taxes & retentions).
60-
But when you print or send the invoice, Odoo does the correct
61-
grouping amongst all the taxes.
30+
Retention taxes on invoices
31+
===========================
6232

63-
The printed invoice will show the different amounts in each tax group.
33+
Once the retention tax has been created, it can be used on customer forms, sales orders, and
34+
customer invoices.
35+
Several taxes can be applied on a single customer invoice line.
6436

65-
.. image:: retention/retention03.png
66-
:align: center
37+
.. image:: retention/invoice-tax.png
38+
:alt: invoice lines with taxes
6739

6840
.. seealso::
6941

70-
* :doc:`../taxes`
42+
:doc:`../taxes`
16.9 KB
Loading
8.23 KB
Loading
10.8 KB
Loading

0 commit comments

Comments
 (0)