Tuesday, December 26, 2023
3 changes · master
Enhancements to existing features
Manufacturing orders now raise an exception when required component lines are removed or their consumption quantities are reduced. This helps prevent downstream transfer issues and also covers related child manufacturing orders in make-to-order flows.
Original PR description
Before commit: ================== In MO if a line is deleted or line has its to consume quantity reduced so in transfers user does not get any kind of warning or exception, same case in the child MO (MTO use case) when it exists if line is deleted or line has its to consume quantity reduced. After commit: ================ Exception is created when a line is deleted or line has its to consume quantity reduced and when child MO (MTO use case) when it exists. task: 3283010
The website table of contents snippet now uses editable text blocks for its default content. This lets users adjust the number of columns more easily when designing website pages, improving layout flexibility without technical work.
Original PR description
This commit replaces the simple blocks used in the "table of content" snippet with "s_text_block" snippets. This change allows users to modify the number of columns in the default content of the "table of content" snippet. task-2991349
The partner tax identification field now shows the country-specific label, such as GST number for India, instead of a generic Tax ID label. This makes customer and vendor forms clearer for businesses operating in India and helps users enter the right tax information.
Original PR description
In this commit ========================== The string for vat field must be according to the string for vat_label in country but it was not working due to vat replaced in other module, so made changes to set label for vat according to country. task-3627700