Daily updates from Odoo
Monday, November 25, 2019
2 changes
Code cleanup and technical improvements
The Survey app code and templates were reorganized to make future enhancements easier to build and maintain. This cleanup removes unused or duplicated code and separates survey pages, statistics, and management templates without intended changes for end users.
Original PR description
PURPOSE Purpose is to perform some cleaning in survey models: naming, ordering, dead code [0]. As new features are about to land in survey, notably live interactions [1] and new survey building [2] performing a pre cleaning is necessary [3]. SPECIFICATIONS This merge contains three commits doing * code move; * dead code removal; * templates split to ease understanding and reading; See sub commits for more details. LINKS [0] Related to Task ID 2144393 (surveys split / cleaning) [1] Task ID 1972640 (live interactions) [2] Task ID 2119587 (new frontend for building surveys) [3] Task ID 2061901 (survey models cleaning and preparation) PR #40623
The appraisal module’s sample survey data was cleaned up to better align with related updates. This is an internal housekeeping change that improves demo data quality without changing day-to-day user workflows.