-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[IMP] accounting: default taxes in taxes.rst #4421
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] accounting: default taxes in taxes.rst #4421
Conversation
chiaraprattico
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, thanks for this one. I made a few suggestions. You can find more information about adding images to a doc over here https://www.odoo.com/documentation/15.0/contributing/documentation/rst_cheat_sheet.html#images
| It is also used to prefill the **Taxes** field with when you add a new line on an invoice in Accounting Firms mode. | ||
|
|
||
| .. image:: default_taxes/default-taxes-invoice-line.png | ||
| .. image:: default_taxes/default-taxes-product.png |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For a better resolution, please take the screenshot with 110% zoom (or more if needed). Also, the file should always be compressed, if there are any irrelevant parts, it's better to crop them ( for example, here the internal note field at the bottom can be left out so we can focus on what matters).
| **Default Taxes** define which :doc:`taxes <taxes>` are automatically selected when creating a new product. | ||
| It is also used to prefill the **Taxes** field with when you add a new line on an invoice in Accounting Firms mode. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Default Taxes define which :doc:taxes <taxes> are automatically selected when creating a new product.
They also used to prefill the :guilabel:Taxes field when adding a new line on an invoice in Accounting Firms mode.
bf61f3d to
da71051
Compare
|
oh no, this is going one of the many conflicts with the restructure :'( |
I don't know what the restructure is about, but I don't mind waiting to rebase and merge it afterwards. I mainly wanted to do it to not forget about this change. |
Haha! No, no worries @gawa-odoo go ahead and merge this whenever needed! Here is our attempt at improving the structure of the accounting documentation. |
da71051 to
44159ad
Compare
Since odoo/odoo#115222, a new line on an invoice won't have the default sales tax put on by default. If there are no taxes on the product, the account or from predictive, the tax will stay empty. Its use has been restricted back to the tax put on new products. It is still used in Accounting Firms mode, as we don't want people to have to input the product when quick encoding. task-3045026
44159ad to
599e7e4
Compare
jcs-odoo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@robodoo r+
Since odoo/odoo#115222, a new line on an invoice won't have the default sales tax put on by default. If there are no taxes on the product, the account or from predictive, the tax will stay empty. Its use has been restricted back to the tax put on new products. It is still used in Accounting Firms mode, as we don't want people to have to input the product when quick encoding. task-3045026 closes #4421 Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Since odoo/odoo#115222, a new line on an invoice won't have the default sales tax put on by default. If there are no taxes on the product, the account or from predictive, the tax will stay empty. Its use has been restricted back to the tax put on new products. It is still used in Accounting Firms mode, as we don't want people to have to input the product when quick encoding. task-3045026 closes #4421 Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Since odoo/odoo#115222, a new line on an invoice won't have the default sales tax put on by default. If there are no taxes on the product, the account or from predictive, the tax will stay empty Its use has been restricted back to the tax put on new products. It is still used in Accounting Firms mode, as we don't want people to have to input the product when quick encoding.
task-3045026