[17.0][IMP] sale_quotation_number: allow customizable quotation sequence#3310
Conversation
|
@MohamedOsman7 Ok, next time, the better is to cheery-pick the original fix and then do the modification (the search before the loop) to keep original author. Thanks |
|
@rousseldenis could you add a review and merge? |
|
@pedrobaeza could you also merge this? v17 of: #3309 |
|
/ocabot merge patch |
|
This PR looks fantastic, let's merge it! |
|
Congratulations, your PR was merged at b0e7a55. Thanks a lot for contributing to OCA. ❤️ |
|
@MohamedOsman7 @CRogos @pedrobaeza @rousseldenis @ValentinVinagre @HaraldPanten This last improvement applied to versions from 14 up to 17 is not working properly. First of all, there was an improvement already merged in v15 that solved the issues pointed out here. The PR was https://github.com/OCA/sale-workflow/pull/2719/files and there was a fix aftewards: https://github.com/OCA/sale-workflow/pull/2752/files. Is there any reason why these commits were not cherry-picked and another approach was developed instead? Second, we think the approach previously available in v15 is more convenient, for two reasons basically:
Some of our clients currently use this module in v15 and are having issues as they use a formula in the quotation sequence prefix. We should find a way to proceed to get this sorted, as the old v15 of the module with an improvement, which worked fine, has stopped working and the new version of the module in the rest of versions will cause problems. Thank you. |
|
IMO:
WDYT? |
|
Solving the issue in V15 before discussing the best solution. |
Enable users to customize the sale.quotation sequence prefix, instead of it being restricted to the default 'SQ'.
Solution from version 14: #2126
(PR 16: #3309 )
(PR 15: #3311 )
(Follow-up PR: #3213)