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

[ADD] hr_employee_number_generate_and_search #1341

Open
wants to merge 43 commits into
base: 16.0
Choose a base branch
from

Conversation

SMaciasOSI
Copy link

No description provided.

miketelahun and others added 30 commits April 2, 2024 18:59
Initial Attempt of a port to V8
Some improvements made are as follows:
* Ability so choose ID generation method
* Sequence vs Random

hr_employee_id: code linting and copyright removals

apply suggeste changes
* Use identification_id provided by hr addon rather than employee_no
* use new api in configuration
* pep8 changes

Update res_company.py

make fields assignable from res_company

add tests

Remove duplicate license  key

import openerp.exception.Warning as UserWarning

[FIX] import Warning as UserWarning
* Change .py header according OCA simple header
* Add parameter name on field declaration
* Greenify travis
* Modify README.rst. Removing tabs from xml
* Remove space from xml files
* Make module installable
Currently translated at 53.3% (8 of 15 strings)

Translation: hr-12.0/hr-12.0-hr_employee_id
Translate-URL: https://translation.odoo-community.org/projects/hr-12-0/hr-12-0-hr_employee_id/ar/
Currently translated at 100.0% (16 of 16 strings)

Translation: hr-12.0/hr-12.0-hr_employee_id
Translate-URL: https://translation.odoo-community.org/projects/hr-12-0/hr-12-0-hr_employee_id/es/
Currently translated at 81.2% (13 of 16 strings)

Translation: hr-12.0/hr-12.0-hr_employee_id
Translate-URL: https://translation.odoo-community.org/projects/hr-12-0/hr-12-0-hr_employee_id/de/
Currently translated at 81.2% (13 of 16 strings)

Translation: hr-12.0/hr-12.0-hr_employee_id
Translate-URL: https://translation.odoo-community.org/projects/hr-12-0/hr-12-0-hr_employee_id/hr/
Currently translated at 100.0% (16 of 16 strings)

Translation: hr-12.0/hr-12.0-hr_employee_id
Translate-URL: https://translation.odoo-community.org/projects/hr-12-0/hr-12-0-hr_employee_id/pt_BR/
o test default values even when company fields are false
o test multi-company correctness
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: hr-15.0/hr-15.0-hr_employee_id
Translate-URL: https://translation.odoo-community.org/projects/hr-15-0/hr-15-0-hr_employee_id/
Currently translated at 100.0% (16 of 16 strings)

Translation: hr-15.0/hr-15.0-hr_employee_id
Translate-URL: https://translation.odoo-community.org/projects/hr-15-0/hr-15-0-hr_employee_id/it/
Currently translated at 100.0% (16 of 16 strings)

Translation: hr-15.0/hr-15.0-hr_employee_id
Translate-URL: https://translation.odoo-community.org/projects/hr-15-0/hr-15-0-hr_employee_id/it/
@SMaciasOSI
Copy link
Author

@max3903 @pedrobaeza

@max3903 max3903 added this to the 16.0 milestone Apr 4, 2024
@max3903 max3903 force-pushed the 16.0-add-hr_employee_number_generate_and_search branch 2 times, most recently from 69222d1 to 04e4f73 Compare April 4, 2024 16:38
@max3903 max3903 force-pushed the 16.0-add-hr_employee_number_generate_and_search branch from 04e4f73 to f0999ec Compare April 4, 2024 16:46
…hub.com:ursais/hr into 16.0-add-hr_employee_number_generate_and_search

# Conflicts:
#	hr_employee_number_generate_and_search/i18n/es.po
#	hr_employee_number_generate_and_search/models/hr_employee.py
@SMaciasOSI SMaciasOSI marked this pull request as draft May 8, 2024 19:58
@SMaciasOSI SMaciasOSI marked this pull request as ready for review May 9, 2024 17:26
@SMaciasOSI
Copy link
Author

@max3903 This works now

Copy link

github-actions bot commented Sep 8, 2024

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Sep 8, 2024
@github-actions github-actions bot closed this Oct 13, 2024
@max3903 max3903 reopened this Dec 9, 2024
@github-actions github-actions bot removed the stale PR/Issue without recent activity, it'll be soon closed automatically. label Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.