Skip to content

[16.0][FIX] multiple modules: fix server warnings (description, access IDs, XPath, button title, stale delete)#781

Open
madara1150 wants to merge 2 commits into
16.0from
16.0-fix-budget-xml-warnings
Open

[16.0][FIX] multiple modules: fix server warnings (description, access IDs, XPath, button title, stale delete)#781
madara1150 wants to merge 2 commits into
16.0from
16.0-fix-budget-xml-warnings

Conversation

@madara1150
Copy link
Copy Markdown
Collaborator

@madara1150 madara1150 commented May 27, 2026

Summary

  • Add missing description field to 8 module manifests (office_order, aginix_hrms_base, hr_employee_education_history, hr_employee_role, hr_employee_security_role, hr_employee_decoration, hr_employee_position_level, hr_employee_academic_standing_thailand) to resolve description is empty warnings
  • Fix cross-module external IDs in hr_employee_security_role/security/ir.model.access.csv — remove hr. prefix from 3 access records (access_hr_central_user, access_hr_department_manager, access_hr_departure_reason_manager) so they are owned by the correct module
  • Fix error-prone @class XPath in hr_employee_security_role/views/hr_employee_form_view.xml — replace //div[@class='oe_chatter'] with //div[hasclass('oe_chatter')]
  • Add title="Delete" to the fa-trash icon button in kris_project/views/kris_project_views.xml
  • Remove stale <delete> tags for tier_definition_account_move_accountant and tier_definition_account_move_head_accountant in accounting_kmitl/data/tier_definition.xml (records no longer exist in the database)

@madara1150 madara1150 changed the title [FIX] warning runbot [16.0][FIX] multiple modules: fix server warnings (description, access IDs, XPath, button title, stale delete) May 27, 2026
@madara1150 madara1150 added the status/ready-for-review Status: Issue is up for grabs label May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status/ready-for-review Status: Issue is up for grabs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant