-
Notifications
You must be signed in to change notification settings - Fork 10.9k
[IMP] Taxes: improve tax configuration doc #15060
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
[IMP] Taxes: improve tax configuration doc #15060
Conversation
|
This PR targets saas-18.2 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 |
3a7cfe7 to
0d7c358
Compare
fd27582 to
b157666
Compare
|
@antoine162 @xpl-odoo this forward port of #14908 is awaiting action (not merged or closed). |
5cf7220 to
45a0333
Compare
|
@antoine162 @xpl-odoo this forward port of #14908 is awaiting action (not merged or closed). |
45a0333 to
1e60659
Compare
|
@antoine162 @xpl-odoo WARNING: the latest change (c28f72b) triggered a conflict when updating the next forward-port (#15061), and has been ignored. You will need to update this pull request differently, or fix the issue by hand on #15061. |
1e60659 to
c28f72b
Compare
|
@antoine162 @xpl-odoo ci/documentation failed on this forward-port PR |
|
@antoine162 @xpl-odoo this forward port of #14908 is awaiting action (not merged or closed). |
|
@antoine162 @xpl-odoo WARNING: the latest change (a7ab458) triggered a conflict when updating the next forward-port (#15061), and has been ignored. You will need to update this pull request differently, or fix the issue by hand on #15061. |
c28f72b to
a7ab458
Compare
|
@antoine162 @xpl-odoo WARNING: the latest change (3090726) triggered a conflict when updating the next forward-port (#15061), and has been ignored. You will need to update this pull request differently, or fix the issue by hand on #15061. |
3090726 to
08a5668
Compare
|
@antoine162 @xpl-odoo WARNING: the latest change (08a5668) triggered a conflict when updating the next forward-port (#15061), and has been ignored. You will need to update this pull request differently, or fix the issue by hand on #15061. |
|
@antoine162 @xpl-odoo this forward port of #14908 is awaiting action (not merged or closed). |
|
@antoine162 @xpl-odoo WARNING: the latest change (c5f894c) triggered a conflict when updating the next forward-port (#15061), and has been ignored. You will need to update this pull request differently, or fix the issue by hand on #15061. |
c5f894c to
59fd6f3
Compare
|
@antoine162 @xpl-odoo WARNING: the latest change (59fd6f3) triggered a conflict when updating the next forward-port (#15061), and has been ignored. You will need to update this pull request differently, or fix the issue by hand on #15061. |
|
@antoine162 @xpl-odoo WARNING: the latest change (734093b) triggered a conflict when updating the next forward-port (#15061), and has been ignored. You will need to update this pull request differently, or fix the issue by hand on #15061. |
59fd6f3 to
734093b
Compare
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: 64e8e5b
|
@antoine162 @xpl-odoo WARNING: the latest change (2327eea) triggered a conflict when updating the next forward-port (#15061), and has been ignored. You will need to update this pull request differently, or fix the issue by hand on #15061. |
734093b to
2327eea
Compare
|
@robodoo r+ |
|
@antoine162 @xpl-odoo child PR #15061 has become a normal PR because head updated from dd7a0ba to e111262. This PR (and any of its parents) will need to be merged independently as approvals won't cross. |
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. closes #15060 X-original-commit: 64e8e5b Signed-off-by: Xavier Platteau (xpl) <[email protected]> Signed-off-by: Antoine Dupuis (andu) <[email protected]>

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