diff --git a/content/applications/finance/accounting/taxes.rst b/content/applications/finance/accounting/taxes.rst index 0eec51467..9d65c9eb2 100644 --- a/content/applications/finance/accounting/taxes.rst +++ b/content/applications/finance/accounting/taxes.rst @@ -13,11 +13,11 @@ supports all kinds of uses and computations. Default taxes ============= -**Default Taxes** define which taxes are automatically selected when there is no -other indication about which tax to use. For example, Odoo prefills the **Taxes** field with the -Default Taxes when you create a new product or add a new line on an invoice. +**Default Taxes** define which taxes are automatically selected when creating a new product. They +are also used to prefill the :guilabel:`Taxes` field when adding a new line on an invoice in +**Accounting Firms** mode. -.. image:: taxes/default-invoice-line.png +.. image:: taxes/default-taxes-product.png :alt: Odoo fills out the Tax field automatically according to the Default Taxes To change your **Default Taxes**, go to :menuselection:`Accounting --> Configuration --> Settings diff --git a/content/applications/finance/accounting/taxes/default-configuration.png b/content/applications/finance/accounting/taxes/default-configuration.png index bfb5076be..f3cfa3d34 100644 Binary files a/content/applications/finance/accounting/taxes/default-configuration.png and b/content/applications/finance/accounting/taxes/default-configuration.png differ diff --git a/content/applications/finance/accounting/taxes/default-invoice-line.png b/content/applications/finance/accounting/taxes/default-invoice-line.png deleted file mode 100644 index 904f085aa..000000000 Binary files a/content/applications/finance/accounting/taxes/default-invoice-line.png and /dev/null differ diff --git a/content/applications/finance/accounting/taxes/default-taxes-product.png b/content/applications/finance/accounting/taxes/default-taxes-product.png new file mode 100644 index 000000000..a47362539 Binary files /dev/null and b/content/applications/finance/accounting/taxes/default-taxes-product.png differ