Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e4c24fc

Browse files
committedMar 7, 2025·
[IMP] accounting: credit note refund options removed in 17
task-4376883
1 parent 8bbbccd commit e4c24fc

File tree

7 files changed

+70
-75
lines changed

7 files changed

+70
-75
lines changed
 

‎content/applications/finance/accounting/customer_invoices/credit_notes.rst

+68-73
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Credit notes and refunds
33
========================
44

5-
A **credit/debit note**, or **credit/debit memo**, is a document issued to a customer that notifies
6-
them that they have been *credited/debited* a certain amount.
5+
A credit/debit note, or credit/debit memo, is a document sent to a customer to inform them that they
6+
have been *credited/debited* a certain amount.
77

88
Several use cases can lead to a credit note, such as:
99

@@ -15,108 +15,103 @@ Debit notes are less common but are most frequently used to track debts owed by
1515
vendors because of modifications to confirmed customer invoices or vendor bills.
1616

1717
.. note::
18-
Issuing a credit/debit note is the only legal way to cancel, refund, or modify a validated
19-
invoice. Do not forget to **register the payment** afterward if you need to send money back to
20-
your customer and/or validate the
21-
:doc:`return </applications/sales/sales/products_prices/returns>` if a storable product is
18+
Issuing a credit/debit note is the only legal method for canceling, refunding, or modifying a
19+
validated invoice. Make sure to **register the payment** afterward if money is being refunded to
20+
the customer and/or validate the
21+
:doc:`return </applications/sales/sales/products_prices/returns>` if a storable product is being
2222
returned.
2323

24-
.. _accounting/issue-credit-note:
24+
.. _accounting/credit_notes/issue-credit-note:
2525

26-
Issue a credit note
27-
===================
26+
Issue a customer credit note
27+
============================
2828

29-
You can create a credit note from scratch by going to :menuselection:`Accounting --> Customers -->
30-
Credit Notes`, and by clicking on :guilabel:`Create`. Filling out a credit note form works the same
31-
way as an invoice form.
29+
In most cases, credit notes are created directly from the corresponding invoices. To do so,
30+
go to :menuselection:`Accounting --> Customers --> Invoices`, open the relevant :guilabel:`Invoice`,
31+
and click :guilabel:`Credit Note`.
3232

33-
However, most of the time, credit notes are generated directly from the related invoices. To do so,
34-
go to :menuselection:`Accounting --> Customers --> Invoices`, open the related **customer invoice**,
35-
and click on :guilabel:`Credit Note`.
33+
In the :guilabel:`Credit Note` window, fill in the :guilabel:`Reason displayed on Credit Note` and
34+
update the :guilabel:`Journal` and :guilabel:`Reversal date` if needed.
35+
There are two options:
3636

37-
You can choose between three options:
37+
- Click :guilabel:`Reverse` to open a draft credit note prefilled with the exact details from the
38+
original invoice. Update the :guilabel:`Product` and :guilabel:`Quantity` and click
39+
:guilabel:`Confirm`. This option allows for a partial refund or modifications to the credit note.
40+
- Click :guilabel:`Reverse and Create invoice` to create a credit note, validate it automatically,
41+
reconcile it with the related invoice, and open a new draft invoice prefilled with the exact
42+
details from the original invoice.
3843

39-
- :guilabel:`Partial Refund`
40-
- :guilabel:`Full Refund`
41-
- :guilabel:`Full refund and new draft invoice`
44+
To create a credit note from scratch, go to :menuselection:`Accounting --> Customers --> Credit
45+
Notes`, and click :guilabel:`New`. Filling out a credit note follows the same process as completing
46+
an :ref:`invoice <accounting/invoice/creation>`.
4247

4348
.. note::
44-
A credit note sequence starts with `R` and is followed by the number of the related document
45-
(e.g., RINV/2019/0004 is related to the invoice INV/2019/0004).
49+
A credit note sequence starts with `R` and is followed by the related document number (e.g.,
50+
RINV/2025/0004 is associated with the invoice INV/2025/0004).
4651

47-
Partial refund
48-
--------------
52+
.. _accounting/credit_notes/issue-debit-note:
4953

50-
When selecting the :guilabel:`Partial Refund` option, Odoo creates a draft credit note already
51-
prefilled with all the necessary information from the original invoice. This is the option to choose
52-
if you wish to do a partial refund or if you want to modify any detail of the credit note.
54+
Issue a customer debit note
55+
===========================
5356

54-
.. note::
55-
This is the only option for invoices marked as *in payment* or *paid*.
56-
57-
Full refund
58-
-----------
59-
60-
When selecting the :guilabel:`Full Refund` option, Odoo creates a credit note, automatically
61-
validates it, and reconciles it with the related invoice.
57+
To create a debit note, go to :menuselection:`Accounting --> Customers --> Invoices` and select the
58+
desired invoice(s). Click :icon:`fa-cog` :guilabel:`Actions` and select :guilabel:`Create Debit
59+
Note`.
6260

63-
.. image:: credit_notes/credit_notes02.png
64-
:alt: Full refund credit note.
61+
In the :guilabel:`Create Debit Note` window, fill in the :guilabel:`Reason` and update the
62+
:guilabel:`Use Specific Journal` and :guilabel:`Debit Note Date` fields if needed. Enable the
63+
:guilabel:`Copy Lines` option to copy the invoice lines. Then, click :guilabel:`Create Debit Note`.
64+
Update the :guilabel:`Product` and :guilabel:`Quantity` and click :guilabel:`Confirm`.
6565

66-
This is the option to choose for a full refund or to **cancel** a *validated* invoice.
66+
.. tip::
67+
To create a debit note from the invoice form view, click the :icon:`fa-cog` :guilabel:`(gear)`
68+
icon and select :guilabel:`Debit Note`.
6769

68-
Full refund and new draft invoice
69-
---------------------------------
70+
.. _accounting/credit_notes/record-vendor-refund:
7071

71-
When selecting the :guilabel:`Full refund and new draft invoice` option, Odoo creates a credit note,
72-
automatically validates it, reconciles it with the related invoice, and opens a new draft invoice
73-
prefilled with the same details from the original invoice.
74-
75-
This is the option to **modify** the content of a *validated* invoice.
72+
Record a vendor refund
73+
======================
7674

77-
.. _accounting/issue-debit-note:
75+
Vendor refunds or vendor credit notes are recorded the same way as :ref:`credit notes
76+
<accounting/credit_notes/issue-credit-note>`:
7877

79-
Issue a debit note
80-
==================
78+
To record a vendor refund or a vendor credit note directly from the corresponding vendor bill, go to
79+
:menuselection:`Accounting --> Vendors --> Bills`, open the relevant vendor bill, and click
80+
:guilabel:`Credit Note`.
8181

82-
You can create a debit note from scratch by going to :menuselection:`Accounting --> Customers -->
83-
Invoices` or by clicking on the related invoice you wish to issue a debit note for. On the invoice
84-
form view, click :guilabel:`Cog icon (⚙) --> Debit Note`, fill in the information, and click
85-
:guilabel:`Create Debit Note`.
82+
To record it from scratch, go to :menuselection:`Accounting --> Vendors --> Refund`, and click on
83+
:guilabel:`New`.
8684

87-
Record a vendor refund
88-
======================
85+
.. _accounting/credit_notes/record-debit-note:
8986

90-
**Vendor refunds** are recorded the same way as credit notes:
87+
Record a vendor debit note
88+
==========================
9189

92-
You can either create a credit note from scratch by going to :menuselection:`Accounting --> Vendors
93-
--> Refund`, and by clicking on :guilabel:`Create`; or by opening the related **vendor bill**, and
94-
clicking on :guilabel:`Credit Note`.
90+
Debit notes from vendors are recorded the same way :ref:`debit notes are issued to customers
91+
<accounting/credit_notes/issue-debit-note>`.
9592

96-
Record a debit note
97-
===================
93+
To record a debit note, go to :menuselection:`Accounting --> Vendors --> Bills` and select the
94+
desired bill(s). Click :icon:`fa-cog` :guilabel:`Actions` and select :guilabel:`Create Debit Note`.
9895

99-
**Debit notes** from vendors are recorded in a similar way to how they are issued to customers:
96+
.. tip::
97+
To create a debit note from the vendor bill form view, click the :icon:`fa-cog`
98+
:guilabel:`(gear)` icon and select :guilabel:`Debit Note`.
10099

101-
Go to :menuselection:`Accounting --> Vendors --> Bills`, open the related bill you wish to record a
102-
debit note for, and click :guilabel:`Cog icon (⚙) --> Debit Note`. Fill in the information, and click
103-
:guilabel:`Create Debit Note`.
100+
.. _accounting/credit_notes/credit-notes-journal-entries:
104101

105102
Journal entries
106103
===============
107104

108-
Issuing a credit/debit note from an invoice/bill creates a **reverse entry** that zeroes out the
109-
journal items generated by the original invoice.
110-
105+
Creating a credit/debit note from an invoice/bill generates a **reverse entry** that cancels out the
106+
journal items from the original invoice.
111107

112108
.. example::
113-
The journal invoice of an entry:
109+
The journal entry of an invoice:
114110

115-
.. image:: credit_notes/credit_notes03.png
116-
:alt: Invoice journal entry.
111+
.. image:: credit_notes/journal-entries-invoice.png
112+
:alt: Invoice journal entry
117113

118-
And here is the credit note’s journal entry generated to reverse
119-
the original invoice above:
114+
The credit note's journal entry generated to reverse the original invoice above:
120115

121-
.. image:: credit_notes/credit_notes04.png
122-
:alt: Credit note journal entry reverses the invoice journal entry.
116+
.. image:: credit_notes/journal-entries-credit-note.png
117+
:alt: Credit note journal entry reverses the invoice journal entry

‎content/applications/finance/fiscal_localizations/brazil.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ the government for validation.
488488
Credit notes are only available for electronic invoices for goods (NF-e).
489489

490490
.. seealso::
491-
:ref:`Issue a credit note <accounting/issue-credit-note>`
491+
:ref:`Issue a credit note <accounting/credit_notes/issue-credit-note>`
492492

493493
Debit Notes
494494
~~~~~~~~~~~
@@ -505,7 +505,7 @@ accurately provided in the original invoice, a debit note can be issued.
505505
original invoice for the same or fewer products.
506506

507507
.. seealso::
508-
:ref:`Issue a debit note <accounting/issue-debit-note>`
508+
:ref:`Issue a debit note <accounting/credit_notes/issue-debit-note>`
509509

510510
Invoice cancellation
511511
~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)
Please sign in to comment.