8000 [ADD] accounting/l10n_es: documentation for new Veri*Factu module · odoo/documentation@6cb4980 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6cb4980

Browse files
committed
[ADD] accounting/l10n_es: documentation for new Veri*Factu module
Spain introduces a new EDI called "Veri*Factu" to send all invoices to the Spanish tax agency (AEAT). It is mandatory for most tax payers (that cannot use any of the other spanish EDIs like SII or TicketBAI) In the related communtiy PR new modules were added to enable sending invoices and PoS orders via "Veri*Factu". This commit adds some documentation about how to enable and use "Veri*factu". task-3745982
1 parent 059ef11 commit 6cb4980

File tree

1 file changed

+52
-0
lines changed
  • content/applications/finance/fiscal_localizations

1 file changed

+52
-0
lines changed

content/applications/finance/fiscal_localizations/spain.rst

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,58 @@ If you wish to have any amount input in the :guilabel:`II` section (from boxes :
9292

9393
Repeat this operation for all contacts related to the **agriculture** industry.
9494

95+
Veri*Factu
96+
==========
97+
98+
**Veri\*Factu** is an e-Invoicing system used by the Spanish Tax Agency.
99+
It is mandatory for most tax payers in Spain with some exceptions.
100+
Notable exceptions are tax payers who use SII or fall under a regional tax regime (i.e. TicketBai TODO:link).
101+
102+
Odoo supports the automatic sending of invoices and Point of Sale orders to the authorities.
103+
To enable **Veri\*Factu**, set your company's :guilabel:`Country` and
104+
:guilabel:`Tax ID` under :menuselection:`Settings --> General Settings` in the :guilabel:`Companies`
105+
section.
106+
107+
Then, :ref:`install <general/install>` the module :guilabel:`Spain - Veri*Factu (l10n_es_edi_verifactu)`,
108+
go to the :guilabel:`Veri\*Factu` section under :menuselection:`Accounting --> Configuration --> Settings`.
109+
There you need to check :guilabel:`Enable Veri*Factu` and add at least one certificate under
110+
:guilabel:`Manage certificates`.
111+
112+
.. warning::
113+
If you are testing, enable :guilabel:`Veri*Factu Test Environment` in the
114+
:guilabel:`Veri\*Factu` section, which can be found under :menuselection:`Settings --> General Settings`.
115+
116+
Invoicing
117+
---------
118+
119+
Once an invoice has been :doc:`created <../../finance/accounting/customer_invoices>` and confirmed,
120+
it can be send: Click :guilabel:`Send & Print` to open the sending dialog.
121+
The :guilabel:`Veri*Factu` checkbox should be checked (since :guilabel:`Enable Veri*Factu` is active in the settings).
122+
Click :guilabel:`Send & Print` again.
123+
This will create an XML file with information about the invoice and store it as a a Veri*Factu document.
124+
A list of all such documents associated with an invoice can be found in the :guilabel:`Veri*Factu` tab.
125+
126+
If possible the document is send immediately to the AEAT.
127+
This may not happen some times due to waiting time requirements between submissions (imposed by the AEAT).
128+
In that case the document will be send at the next possible time via a scheduled action.
129+
130+
.. note::
131+
The Veri\*Factu **QR code** is displayed on the invoice PDF.
132+
By scanning this QR code it can be verified that the invoice is known to the AEAT.
133+
134+
Point of Sale
135+
-------------
136+
137+
Immediatly after order has been paid, the Veri*Factu document will be generated.
138+
Just like for invoices it will be send immediately if possible or at the next possible time via a scheduled action.
139+
If an invoice is created for the order during the payment process the Veri*Factu document will be
140+
generated and send for the invoice instead.
141+
142+
.. note::
143+
The Veri\*Factu **QR code** is displayed on the order receipt.
144+
This happens even if an invoice is created for the order.
145+
By scanning this QR code it can be verified that the order is known to the AEAT.
146+
95147
TicketBAI
96148
=========
97149

0 commit comments

Comments
 (0)
0