Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bealdav committed Aug 17, 2024
1 parent 5e8edfa commit a248e0c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 7 deletions.
6 changes: 3 additions & 3 deletions hr_timesheet_quick_add/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
====================
Timesheet Last tasks
====================
======================
HR Timesheet Quick Add
======================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Expand Down
2 changes: 1 addition & 1 deletion hr_timesheet_quick_add/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2024 Akretion

{
"name": "Timesheet Last tasks",
"name": "HR Timesheet Quick Add",
"version": "16.0.1.0.0",
"author": "Akretion, Odoo Community Association (OCA)",
"license": "AGPL-3",
Expand Down
6 changes: 3 additions & 3 deletions hr_timesheet_quick_add/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
<title>Timesheet Last tasks</title>
<title>HR Timesheet Quick Add</title>
<style type="text/css">

/*
Expand Down Expand Up @@ -359,8 +359,8 @@
</style>
</head>
<body>
<div class="document" id="timesheet-last-tasks">
<h1 class="title">Timesheet Last tasks</h1>
<div class="document" id="hr-timesheet-quick-add">
<h1 class="title">HR Timesheet Quick Add</h1>

<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
Expand Down
1 change: 1 addition & 0 deletions hr_timesheet_quick_add/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import test_timesheet_quick
13 changes: 13 additions & 0 deletions hr_timesheet_quick_add/tests/test_timesheet_quick.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from datetime import date

from dateutil.relativedelta import relativedelta

from odoo import fields
from odoo.exceptions import UserError, ValidationError
from odoo.tests.common import Form

from ..models.hr_timesheet_sheet import empty_name
from .common import HrTimesheetSheetCommon


class Test(HrTimesheetSheetCommon):

0 comments on commit a248e0c

Please sign in to comment.