Skip to content

[FW][ADD] accounting: invoice sequence page from 18.0 in 17.0 #12423

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

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions content/applications/finance/accounting/customer_invoices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,16 @@ Invoice confirmation

Click :guilabel:`Confirm` when the invoice is completed. The invoice's status changes to
:guilabel:`Posted`, and a journal entry is generated based on the invoice configuration. On
<<<<<<< 18.0
confirmation, Odoo assigns each invoice a unique number from a defined :doc:`sequence
<customer_invoices/sequence>`.
||||||| 1cb3b36704ca383856512129973796b20c1e4941
confirmation, Odoo assigns each document a unique number from a defined
:ref:`sequence <accounting/invoice/sequence>`.
=======
confirmation, Odoo assigns each invoice a unique number from a defined
:doc:`sequence <customer_invoices/sequence>`.
>>>>>>> 3a41fdbfd97e03a90d948bd2417cebbdeaa1a4f2

.. note::
- Once confirmed, an invoice can no longer be updated. Click :guilabel:`Reset to draft` if
Expand Down