Skip to content

Commit 440c18c

Browse files
chiarapratticoxpl-odoo
authored andcommitted
[IMP] accounting: fiscal position update
task-3272939 closes #4151 Signed-off-by: Platteau Xavier (xpl) <[email protected]>
1 parent 0bea5d8 commit 440c18c

9 files changed

+59
-56
lines changed

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

Lines changed: 59 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -3,108 +3,111 @@ Fiscal positions (tax and account mapping)
33
==========================================
44

55
Default taxes and accounts are set on products and customers to create new transactions on the fly.
6-
However, you might have to use different taxes and record the transactions on different accounts,
7-
according to your customers' and providers' localizations and business types.
6+
However, depending on the customers' and providers' localization and business type, using different
7+
taxes and accounts for a transaction might be necessary.
88

9-
**Fiscal Positions** allow you to create *sets of rules* to automatically adapt the taxes and the
10-
accounts used for a transaction.
9+
**Fiscal positions** allow the creation of rules to adapt the taxes and accounts used for a
10+
transaction automatically.
1111

12-
.. image:: fiscal_positions/fiscal-positions-intra-community.png
13-
:align: center
14-
:alt: Example: Belgian to Intra-Community tax mapping with Fiscal Positions in Odoo Accounting
15-
16-
They can be applied in various ways:
17-
18-
- :ref:`automatically applied, based on some rules <fiscal_positions/automatic>`
19-
- :ref:`manually applied on a transaction <fiscal_positions/partner>`
20-
- :ref:`assigned to a partner, on its contact form <fiscal_positions/transaction>`
12+
They can be applied :ref:`automatically <fiscal_positions/automatic>`, :ref:`manually
13+
<fiscal_positions/manual>`, or :ref:`assigned to a partner <fiscal_positions/partner>`.
2114

2215
.. note::
23-
A few Fiscal Positions are already preconfigured on your database, as part of your :ref:`fiscal
24-
localization package <fiscal_localizations/packages>`.
16+
Several default fiscal positions are available as part of your :ref:`fiscal localization
17+
package <fiscal_localizations/packages>`.
2518

2619
Configuration
2720
=============
2821

2922
.. _fiscal_positions/mapping:
3023

31-
Tax and Account Mapping
24+
Tax and account mapping
3225
-----------------------
3326

34-
To edit or create a Fiscal Position, go to :menuselection:`Accounting --> Configuration --> Fiscal
35-
Positions`, and open the entry you want to modify or click on *Create*.
27+
To edit or create a fiscal position, go to :menuselection:`Accounting --> Configuration --> Fiscal
28+
Positions`, and open the entry to modify or click on :guilabel:`New`.
3629

3730
The mapping of taxes and accounts is based on the default taxes and accounts defined in the
38-
products' forms.
31+
product form.
3932

40-
- To map to another tax or account, fill out the right column (**Tax to Apply**/**Account to Use
41-
Instead**).
42-
- To remove a tax, rather than replacing it with another, leave the field **Tax to Apply** empty.
43-
- To replace a tax with multiple other taxes, add multiple lines with the same **Tax on Product**.
33+
- To map to another tax or account, fill out the right column (:guilabel:`Tax to Apply`/
34+
:guilabel:`Account to Use Instead`).
35+
36+
.. image:: fiscal_positions/fiscal-positions-tax-mapping.png
37+
:align: center
38+
:alt: Example of a fiscal position's tax mapping
39+
40+
.. image:: fiscal_positions/fiscal-positions-account-mapping.png
41+
:align: center
42+
:alt: Example of a fiscal position's account mapping
43+
44+
- To remove a tax, leave the field :guilabel:`Tax to Apply` empty.
45+
- To replace a tax with several other taxes, add multiple lines using the same :guilabel:`Tax on
46+
Product`.
4447

4548
.. note::
4649
The mapping only works with *active* taxes. Therefore, make sure they are active by going to
4750
:menuselection:`Accounting --> Configuration --> Taxes`.
4851

52+
Application
53+
===========
54+
4955
.. _fiscal_positions/automatic:
5056

5157
Automatic application
5258
---------------------
5359

54-
You can configure your Fiscal Positions to be applied automatically, following a set of conditions.
60+
To automatically apply a fiscal position following a set of conditions, go to
61+
:menuselection:`Accounting --> Configuration --> Fiscal Positions`, open the fiscal position to
62+
modify, and tick :guilabel:`Detect Automatically`.
5563

56-
To do so, open the Fiscal Position you want to modify and click on **Detect Automatically**. You can
57-
configure a few conditions:
64+
From there, several conditions can be activated:
5865

59-
- **VAT Required**: The VAT number *must* be indicated in the customer's contact form.
60-
- **Country Group** / **Country**: The Fiscal Position is applied to these countries.
66+
- :guilabel:`VAT Required`: the customer's VAT number must be present on their contact form.
67+
- :guilabel:`Country Group` and :guilabel:`Country`: the fiscal position is only applied to the
68+
selected country or country group.
6169

6270
.. image:: fiscal_positions/fiscal-positions-automatic.png
6371
:align: center
64-
:alt: Example of settings to apply a Fiscal Position automatically
72+
:alt: Example of a fiscal position automatic application settings
6573

6674
.. note::
67-
Taxes on **eCommerce orders** are automatically updated once the visitor has logged in or filled
75+
Taxes on **eCommerce orders** are automatically updated once the customer has logged in or filled
6876
out their billing details.
6977

7078
.. important::
71-
The Fiscal Positions' **sequence** - the order in which they are arranged - defines which
72-
Fiscal Position to apply if the conditions are met in multiple Fiscal Positions.
79+
The fiscal positions' **sequence** defines which fiscal position is applied if all conditions
80+
set on multiple fiscal positions are met simultaneously.
7381

74-
For example, if the first Fiscal Position targets *country A*, and the second Fiscal Position
75-
targets a *Country Group* that also comprises *country A*, only the first Fiscal Position will be
76-
applied to customers from *country A*.
82+
For example, suppose the first fiscal position in a sequence targets *country A* while the second
83+
fiscal position targets a *country group* that comprises *country A*. In that case, only the
84+
first fiscal position will be applied to customers from *country A*.
7785

78-
.. _fiscal_positions/application:
86+
.. _fiscal_positions/manual:
7987

80-
Application
81-
===========
88+
Manual application
89+
------------------
8290

83-
.. _fiscal_positions/partner:
91+
To manually select a fiscal position, open a sales order, invoice, or bill, go to the
92+
:guilabel:`Other Info` tab and select the desired :guilabel:`Fiscal Position` before adding product
93+
lines.
8494

85-
Assign a Fiscal Position to a partner
86-
-------------------------------------
87-
88-
You can manually define which Fiscal Position must be used by default for a specific partner.
89-
90-
To do so, open the partner's contact form, go to the **Sales & Purchase** tab, edit the **Fiscal
91-
Position** field, and click on *Save*.
92-
93-
.. image:: fiscal_positions/fiscal-positions-partner.png
95+
.. image:: fiscal_positions/fiscal-positions-manual.png
9496
:align: center
95-
:alt: Selection of a Fiscal Position on a Sales Order / Invoice / Bill in Odoo Accounting
97+
:alt: Selection of a fiscal position on a sales order, invoice, or bill
9698

97-
.. _fiscal_positions/transaction:
99+
.. _fiscal_positions/partner:
98100

99-
Choose Fiscal Positions manually on Sales Orders, Invoices, and Bills
100-
---------------------------------------------------------------------
101+
Assign to a partner
102+
-------------------
101103

102-
To manually select which Fiscal Position to use for a new Sales Order, Invoice, or Bill, go to the
103-
**Other Info** tab and select the right **Fiscal Position** *before* adding product lines.
104+
To define which fiscal position must be used by default for a specific partner, go to
105+
:menuselection:`Accounting --> Customers --> Customers`, select the partner, open the
106+
:guilabel:`Sales & Purchase` tab, and select the :guilabel:`Fiscal Position`.
104107

105-
.. image:: fiscal_positions/fiscal-positions-transaction.png
108+
.. image:: fiscal_positions/fiscal-positions-customer.png
106109
:align: center
107-
:alt: Selection of a Fiscal Position on a Sales Order / Invoice / Bill in Odoo Accounting
110+
:alt: Selection of a fiscal position on a customer
108111

109112
.. seealso::
110113

14.5 KB
Loading
7.31 KB
Loading
10.5 KB
Loading
Binary file not shown.
17.2 KB
Loading
Binary file not shown.
14.4 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)