Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.0.1.0.0][hr_employee_birthday_list_reminder] #199

Closed
wants to merge 3 commits into from

Conversation

mikevhe18
Copy link
Contributor

No description provided.

@mikevhe18 mikevhe18 requested a review from andhit-r March 6, 2020 03:43
@coveralls
Copy link

coveralls commented Mar 6, 2020

Coverage Status

Coverage decreased (-0.4%) to 58.335% when pulling 684b00b on 8.0.1.0.0-hr_employee_birthday_list_reminder into a0e2f0c on 8.0.

@codecov-io
Copy link

codecov-io commented Mar 6, 2020

Codecov Report

Merging #199 into 8.0 will decrease coverage by 0.43%.
The diff coverage is 34.37%.

Impacted file tree graph

@@            Coverage Diff             @@
##              8.0     #199      +/-   ##
==========================================
- Coverage   58.55%   58.12%   -0.44%     
==========================================
  Files         257      258       +1     
  Lines        5298     5394      +96     
==========================================
+ Hits         3102     3135      +33     
- Misses       2196     2259      +63
Impacted Files Coverage Δ
..._list_reminder/models/hr_birthday_list_reminder.py 34.37% <34.37%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a0e2f0c...684b00b. Read the comment docs.

"license": "AGPL-3",
"installable": True,
"depends": [
"web",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ini memang dibutuhkan?

Comment on lines 1 to 20
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_employee_birthdate_from_home_address
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: hr_employee_birthdate_from_home_address
#: model:ir.model,name:hr_employee_birthdate_from_home_address.model_hr_employee
msgid "Employee"
msgstr ""

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kok ada file ini?

# Copyright 2020 OpenSynergy Indonesia
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import hr_birthday_list_reminder
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
from . import hr_birthday_list_reminder
from . import (
hr_birthday_list_reminder,
)

"mail",
"email_template",
"hr",
],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pakai python_depends karena menggunakan pandas

<field name="manual_employee_ids" col="2" nolabel="1"/>
</group>
</page>
<page name="employee" string="Employee(s) List" groups="base.group_erp_manager">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<page name="employee" string="Employee(s) List" groups="base.group_erp_manager">
<page name="employee" string="Employee(s) List">

Comment on lines 128 to 129
dt_now - pd.DateOffset(
days=date_start_offset)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ini pakai - atau +

Comment on lines 132 to 133
dt_now - pd.DateOffset(
months=date_start_offset)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ini pakai - atau +

@mikevhe18 mikevhe18 requested a review from andhit-r March 7, 2020 10:44
Copy link
Member

@andhit-r andhit-r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mikevhe18 contoh kasus:

  • Karyawan A ultah 09-03-1984
  • Today 01-03-2020
  • Start offset: 0 Days
  • End offset: 30 Days

Kasus di atas harusnya masuk di dalam list

@andhit-r andhit-r closed this Apr 15, 2020
@andhit-r andhit-r deleted the 8.0.1.0.0-hr_employee_birthday_list_reminder branch October 23, 2022 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants