Monday, February 15, 2021
4 changes · master
Resolved issues and error corrections
Forms that do not use a sheet layout now display correctly when they include a button box or notebook section. This removes an unnecessary horizontal scrollbar, improving usability and visual polish without changing business behavior.
Original PR description
PURPOSE Form without sheet tag and Button Box or Notebook should not have unnecessary horizontal scrollbar. SPEC If formview does not have sheet tag and form contains Button Box or Notebook tag then form should be displayed without unncessary horizontal scrollbar. TASK 2411627 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds a missing name label to the TypeScript configuration command. It helps Odoo correctly recognize and run this internal command, reducing the chance of setup or developer tooling issues.
Forms without a sheet layout no longer show an unnecessary horizontal scrollbar when they include notebook or button box content. This keeps form pages cleaner and prevents distracting sideways scrolling for users.
Original PR description
PURPOSE Form without sheet tag and Button Box or Notebook should not have unnecessary horizontal scrollbar. SPEC If formview does not have sheet tag and form contains Button Box or Notebook tag then form should be displayed without unncessary horizontal scrollbar. TASK 2411627
Renaming a menu item in Studio now also updates the name of its related action. This keeps menu labels and the screens they open consistent, reducing confusion for users managing customized apps.
Original PR description
Currently, in master when rename menu item it will not rename the corresponding window action So, in this commit when user rename menu item its will also rename the corresonding window action. TaskId: 2431690