-
Notifications
You must be signed in to change notification settings - Fork 10.9k
[IMP] Taxes: improve tax configuration doc #15063
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 19.0
Are you sure you want to change the base?
[IMP] Taxes: improve tax configuration doc #15063
Conversation
|
This PR targets 19.0 and is part of the forward-port chain. Further PRs will be created up to master. More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
fafb424 to
2bfd22e
Compare
e84cfc0 to
f07a968
Compare
|
@antoine162 @xpl-odoo this forward port of #14908 is awaiting action (not merged or closed). |
c51a688 to
79086cb
Compare
|
@antoine162 @xpl-odoo this forward port of #14908 is awaiting action (not merged or closed). |
cdde0a7 to
e229aa9
Compare
|
@antoine162 @xpl-odoo WARNING: the update of #15062 to f69c99e has caused a conflict in this pull request, data may have been lost. stdout: |
|
@antoine162 @xpl-odoo WARNING: the latest change (e229aa9) triggered a conflict when updating the next forward-port (#15064), and has been ignored. You will need to update this pull request differently, or fix the issue by hand on #15064. |
|
@antoine162 @xpl-odoo this forward port of #14908 is awaiting action (not merged or closed). |
e229aa9 to
797a863
Compare
|
@antoine162 @xpl-odoo WARNING: the update of #15062 to 4b2ac97 has caused a conflict in this pull request, data may have been lost. stdout: |
|
@antoine162 @xpl-odoo WARNING: the latest change (797a863) triggered a conflict when updating the next forward-port (#15064), and has been ignored. You will need to update this pull request differently, or fix the issue by hand on #15064. |
797a863 to
50ac10b
Compare
|
@antoine162 @xpl-odoo WARNING: the update of #15062 to a1ee29e has caused a conflict in this pull request, data may have been lost. stdout: |
|
@antoine162 @xpl-odoo WARNING: the latest change (50ac10b) triggered a conflict when updating the next forward-port (#15064), and has been ignored. You will need to update this pull request differently, or fix the issue by hand on #15064. |
50ac10b to
2dc9595
Compare
|
@antoine162 @xpl-odoo WARNING: the update of #15062 to 2551d75 has caused a conflict in this pull request, data may have been lost. stdout: |
|
@antoine162 @xpl-odoo WARNING: the latest change (2dc9595) triggered a conflict when updating the next forward-port (#15064), and has been ignored. You will need to update this pull request differently, or fix the issue by hand on #15064. |
|
@antoine162 @xpl-odoo this forward port of #14908 is awaiting action (not merged or closed). |
2dc9595 to
51d32b1
Compare
|
@antoine162 @xpl-odoo WARNING: the update of #15062 to c027316 has caused a conflict in this pull request, data may have been lost. stdout: |
|
@antoine162 @xpl-odoo WARNING: the latest change (51d32b1) triggered a conflict when updating the next forward-port (#15064), and has been ignored. You will need to update this pull request differently, or fix the issue by hand on #15064. |
51d32b1 to
703802e
Compare
|
@antoine162 @xpl-odoo WARNING: the update of #15062 to 3eea553 has caused a conflict in this pull request, data may have been lost. stdout: |
|
@antoine162 @xpl-odoo WARNING: the latest change (703802e) triggered a conflict when updating the next forward-port (#15064), and has been ignored. You will need to update this pull request differently, or fix the issue by hand on #15064. |
703802e to
b05c28e
Compare
|
@antoine162 @xpl-odoo WARNING: the update of #15062 to 7bd5083 has caused a conflict in this pull request, data may have been lost. stdout: |
|
@antoine162 @xpl-odoo WARNING: the latest change (b05c28e) triggered a conflict when updating the next forward-port (#15064), and has been ignored. You will need to update this pull request differently, or fix the issue by hand on #15064. |
b05c28e to
2ff6f75
Compare
|
@antoine162 @xpl-odoo WARNING: the update of #15062 to 6627876 has caused a conflict in this pull request, data may have been lost. stdout: |
|
@antoine162 @xpl-odoo WARNING: the latest change (2ff6f75) triggered a conflict when updating the next forward-port (#15064), and has been ignored. You will need to update this pull request differently, or fix the issue by hand on #15064. |
|
@antoine162 @xpl-odoo the next pull request (#15821) is in conflict. You can merge the chain up to here by saying
More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
task-5094417 This commit rewrites the Taxes page. Previously, it came across as a huge list of tax configuration options. We now structure it as follows: 1. an overview of the tax flow in Odoo; 2. a set-up guide for taxes for new users; 3. an explanation of the most common configuration options. The options related to the tax computation are split into a separate Tax Computation page, in which we also improve the following sections: - Tax computations: At the moment, the section for the `Percentage of Price tax included` tax computation doesn't distinguish itself enough from the 'Included in Price' option which people usually want. We also improve the examples. - Included in Price - Affects base of subsequent taxes - Base affected by preceding taxes: this option was not documented, so we add a section for it. Ultimately, we plan to rewrite the Tax Computation page to provide a better explanation of how the tax computation actually works, and be more helpful at guiding the user to configure their taxes. X-original-commit: e111262
2ff6f75 to
7d99679
Compare
|
@antoine162 @xpl-odoo ci/documentation failed on this forward-port PR |

task-5094417
We improve the following sections of the Taxes page:
Tax computations:
At the moment, the section for the
Percentage of Price tax includedtax computation doesn't distinguish itself enough from the 'Included in Price' option which people usually want. We also improve the examples.Included in Price
Affects base of subsequent taxes
Base affected by preceding taxes: this option was not documented, so we add a section for it.
Forward-Port-Of: #14908