-
Notifications
You must be signed in to change notification settings - Fork 11k
[IMP] Taxes: improve tax configuration doc #15821
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 #15821
Conversation
|
@antoine162 @xpl-odoo cherrypicking of pull request #14908 failed. stdout: Either perform the forward-port manually (and push to this branch, proceeding as usual) or close this PR (maybe?). In the former case, you may want to edit this PR message as well. More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
|
@antoine162 @xpl-odoo this forward port of #14908 is awaiting action (not merged or closed). |
1 similar comment
|
@antoine162 @xpl-odoo this forward port of #14908 is awaiting action (not merged or closed). |
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 #15063 X-original-commit: f9792f5 Signed-off-by: Xavier Platteau (xpl) <[email protected]> Signed-off-by: Antoine Dupuis (andu) <[email protected]>
1d27b57 to
08de6d7
Compare
|
@robodoo r+ |
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 #15063 closes #15821 X-original-commit: f9792f5 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: #15059
Forward-Port-Of: #14908