[14.0][FIX] shopfloor: compatibility location barcode with barcodes_generator_location #947
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When using wms/shopfloor with stock-logistics-barcode/barcodes_generator_location, the location's view is getting unusable because the module barcodes_generator_location is awaiting to have the barcode field in a dedicated group like in stock-logistics-barcode/stock_barcodes :
![image](https://private-user-images.githubusercontent.com/31664455/386693233-8b73249a-7dc2-47e5-963c-ffcd9eddb8b3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MjgwMzYsIm5iZiI6MTczODgyNzczNiwicGF0aCI6Ii8zMTY2NDQ1NS8zODY2OTMyMzMtOGI3MzI0OWEtN2RjMi00N2U1LTk2M2MtZmZjZDllZGRiOGIzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDA3NDIxNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBjNzEzMzU1Yjk3MjY5OGJjM2JjOTgyYTJkMGNjMWNkZTUyYTFkM2MwNjhjMTExYzNlMTIzNWY4OWMzODA2MTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.NuBeEJiOi8wJlwFas7y6hzsl6RM72IVO1bZdLU4OSGM)
This PR creates a dedicated group for the barcode field, making the 2 modules shopfloor and barcodes_generator_location compatible:
![image](https://private-user-images.githubusercontent.com/31664455/386693404-8a9a03a1-6bc6-4a44-8815-e84e848a7276.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MjgwMzYsIm5iZiI6MTczODgyNzczNiwicGF0aCI6Ii8zMTY2NDQ1NS8zODY2OTM0MDQtOGE5YTAzYTEtNmJjNi00YTQ0LTg4MTUtZTg0ZTg0OGE3Mjc2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDA3NDIxNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk2YTdhYzQ3NTliMGU4NzA1ZjdkYmU2NGExYzFhMzRiMjVlNGMyYTZmYWFkYjQxOGZhM2MxNTNiMmI2ODA2YzAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.5D3CU91fewJM8fkR5F-V8Nw-MymaQaqY45x8BpZhJ0s)
cc @Kev-Roche