[MOV] accounting: rename VAT verification filename and title
closes odoo/documentation#4636
X-original-commit: 5c578d627a
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
This commit is contained in:
parent
5d7ccb0616
commit
65929330ba
@ -304,7 +304,7 @@ directly to a product line.
|
||||
|
||||
taxes/cash_basis
|
||||
taxes/retention
|
||||
taxes/vat_validation
|
||||
taxes/vat_verification
|
||||
taxes/fiscal_positions
|
||||
taxes/avatax
|
||||
taxes/taxcloud
|
||||
|
@ -1,6 +1,6 @@
|
||||
===========================
|
||||
VIES VAT numbers validation
|
||||
===========================
|
||||
===============================
|
||||
VAT numbers verification (VIES)
|
||||
===============================
|
||||
|
||||
**VAT Information Exchange System** - abbreviated **VIES** - is a tool provided by the European
|
||||
Commission that allows you to check the validity of VAT numbers of companies registered in the
|
||||
@ -15,7 +15,7 @@ Configuration
|
||||
To enable this feature, go to :menuselection:`Accounting --> Configuration --> Settings --> Taxes`,
|
||||
enable the **Verify VAT Numbers** feature, and click on *Save*.
|
||||
|
||||
.. image:: vat_validation/vat-validation-configuration.png
|
||||
.. image:: vat_verification/vat-validation-configuration.png
|
||||
:align: center
|
||||
:alt: Enable "Verify VAT Numbers" in Odoo Accounting
|
||||
|
||||
@ -24,14 +24,14 @@ VAT Number validation
|
||||
|
||||
Whenever you create or modify a contact, make sure to fill out the **Country** and **VAT** fields.
|
||||
|
||||
.. image:: vat_validation/vat-validation-contact-form.png
|
||||
.. image:: vat_verification/vat-validation-contact-form.png
|
||||
:align: center
|
||||
:alt: Fill out the contact form with the country and VAT number before clicking on *Save*
|
||||
|
||||
When you click on *Save*, Odoo runs a VIES VAT number check, and displays an error message if the
|
||||
VAT number is invalid.
|
||||
|
||||
.. image:: vat_validation/vat-validation-error.png
|
||||
.. image:: vat_verification/vat-validation-error.png
|
||||
:align: center
|
||||
:alt: Odoo displays an error message instead of saving when the VAT number is invalid
|
||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
@ -62,7 +62,8 @@ applications/finance/accounting/taxation/taxes/fiscal_positions.rst applications
|
||||
applications/finance/accounting/taxation/taxes/retention.rst applications/finance/accounting/taxes/retention.rst # taxation/taxes/* -> taxes/*
|
||||
applications/finance/accounting/taxation/taxes/taxcloud.rst applications/finance/accounting/taxes/taxcloud.rst # taxation/taxes/* -> taxes/*
|
||||
applications/finance/accounting/taxation/taxes/taxes.rst applications/finance/accounting/taxes.rst # taxation/taxes/* -> taxes/*
|
||||
applications/finance/accounting/taxation/taxes/vat_validation.rst applications/finance/accounting/taxes/vat_validation.rst # taxation/taxes/* -> taxes/*
|
||||
applications/finance/accounting/taxation/taxes/vat_validation.rst applications/finance/accounting/taxes/vat_verification.rst # taxation/taxes/vat_validation -> taxes/vat_verification
|
||||
applications/finance/accounting/taxes/vat_validation.rst applications/finance/accounting/taxes/vat_verification.rst # vat_validation -> vat_verification
|
||||
|
||||
# applications/general
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user