Skip to content
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

[16.0] No gap sequences aren't filled in when account_move_name_sequence is installed #1811

Open
itgoshawk opened this issue Jan 29, 2024 · 0 comments
Labels

Comments

@itgoshawk
Copy link

When an invoice is deleted, and a new one is created, the sequence number does not fill the gap created by the deleted record.
This, however, works fine when account_move_name_sequence is not installed.

Module

account_move_name_sequence

Describe the bug

Sequence no gap implementation is failing.

To Reproduce

Affected versions: 16.0 (so far)

Steps to reproduce the behavior:

  1. Invoice a sale order
  2. Confirm the invoice
  3. Reset to draft
  4. Delete the invoice
  5. Create another invoice
  6. Confirm it
  7. There is now a gap in a "no gap" implementation

Expected behavior
The expected behavior was for the gap that was created in the sequence to be filled in after creating a new invoice

@itgoshawk itgoshawk added the bug label Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant