Skip to content

Commit

Permalink
Merge PR #191 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Nov 25, 2024
2 parents 99761dd + d88b78d commit 96d9c44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion hr_attendance_reason/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@
"installable": True,
"depends": ["hr_attendance"],
"data": [
"data/hr_attendance_reason_data.xml",
"security/ir.model.access.csv",
"security/security.xml",
"views/hr_attendance_reason_view.xml",
"views/hr_attendance_view.xml",
"views/res_config_settings_view.xml",
],
"demo": [
"demo/hr_attendance_reason_demo.xml",
],
"assets": {
"web.assets_backend": [
"hr_attendance_reason/static/src/js/my_attendances.esm.js",
Expand Down
1 change: 0 additions & 1 deletion hr_attendance_reason/static/description/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
Expand Down

0 comments on commit 96d9c44

Please sign in to comment.