[16.0][FIX] sale_quotation_number: Fix hardcoded quotation sequence p…#3213
[16.0][FIX] sale_quotation_number: Fix hardcoded quotation sequence p…#3213aaladro-kernet wants to merge 1 commit intoOCA:16.0from
Conversation
…refix on sale order confirm
4500f7c to
4ece4e8
Compare
| class SaleOrder(models.Model): | ||
| _inherit = "sale.order" | ||
|
|
||
| confirmed_before = fields.Boolean(copy=False) |
There was a problem hiding this comment.
@aaladro-kernet Thanks for this. I would say this is a little bit too generic. Maybe quotation_number_set or something like that.
There was a problem hiding this comment.
Moreover, a little test and a migration script (that set that field for 'SQ' quotations) are welcome
There was a problem hiding this comment.
This field is simply to control the order, once confirmed, go back to draft and reconfirm. Do not assign a new sequence number. Are we agreed?
This allows us to modify the prefix of the quotation sequence as we wish.
|
@rousseldenis @aaladro-kernet i opened another PRs for this issue in all 3 versions. |
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
…refix on sale order confirm