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] sale_quotation_number : wrong behavior when you change sale.quotation sequence prefix #2912

Open
menadz opened this issue Jan 22, 2024 · 1 comment
Labels

Comments

@menadz
Copy link

menadz commented Jan 22, 2024

Module

sale_quotation_number

Describe the bug

In the sequences configuration, i set the sale quotation prefix to something different than "SQ", when i create a quotation, it will keep the same sequence as when i confirm the quotation

I found out that this module works only if the sale.quotation prefix start with "SQ" (SQI, SQO, SQS for example works too)

To Reproduce

Affected versions: 16.0

Steps to reproduce the behavior:

  1. in Sales -> Configuration : uncheck ‘Use same enumeration for quotations and sale orders’
  2. General Settings -> Technical -> Sequence
  3. Search for sale.quotation sequence and open it
  4. Change the prefix to something different to default value (SQ) :

image

  1. Create a sale quotation
  2. Confirm the sale quotation

Expected behavior
1.Create a sale quotation with the following sequence FP0001
2.Confirm the sale quotation to a sale order and get the its proper sequence (SO0001)

@menadz menadz added the bug label Jan 22, 2024
@simoneversienti
Copy link
Contributor

There's a similar issue here: #2756

@menadz menadz changed the title [16.0] sale_quotation_number : wrong behaviour when you change sale.quotation sequence prefix [16.0] sale_quotation_number : wrong behavior when you change sale.quotation sequence prefix Jan 22, 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

2 participants