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 · 1 comment
Labels
bug stale PR/Issue without recent activity, it'll be soon closed automatically.

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
Copy link

github-actions bot commented Jan 5, 2025

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug stale PR/Issue without recent activity, it'll be soon closed automatically.
Projects
None yet
Development

No branches or pull requests

1 participant