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

[MIG] hr_employee_firstname: Migration to 15.0 #1038

Merged
merged 41 commits into from Nov 4, 2021

Conversation

luistorresm
Copy link
Contributor

No description provided.

@luistorresm luistorresm mentioned this pull request Oct 18, 2021
27 tasks
@luistorresm luistorresm force-pushed the 15.0-hr_employee_firstname-luist branch 2 times, most recently from 9ba86a4 to 59268c8 Compare October 18, 2021 18:36
@luistorresm
Copy link
Contributor Author

Hello @sbidoul

Do you know which is the problem with the pre-commit? I do not see the relation with my MR

Regards

@sbidoul
Copy link
Member

sbidoul commented Oct 18, 2021

Yes this was discussed on the mailing list. The fix is on its way. Please rebase when it is applied.

@luistorresm
Copy link
Contributor Author

Yes this was discussed on the mailing list. The fix is on its way. Please rebase when it is applied.

Sorry @sbidoul

The URL in your last comment is incorrect, could you update it, please?

Regards

feketemihai and others added 24 commits October 19, 2021 15:01
* remove ensure one
* Add decorator
* Update name on write and update related partner firstname lastname
* Modify README file
* Change version format
* Consistency with partner_firstname module
* Check if the partner isn't already in the list
* Remove check on partner_firstname installation
… value not the key of dict (OCA#215)

* Update split names at module install to get the value not the key of the dict.
* Add test for checking right values in firstname, lastname after install
Currently translated at 100.0% (3 of 3 strings)

Translation: hr-11.0/hr-11.0-hr_employee_firstname
Translate-URL: https://translation.odoo-community.org/projects/hr-11-0/hr-11-0-hr_employee_firstname/fa/
Currently translated at 100.0% (3 of 3 strings)

Translation: hr-11.0/hr-11.0-hr_employee_firstname
Translate-URL: https://translation.odoo-community.org/projects/hr-11-0/hr-11-0-hr_employee_firstname/de/
Currently translated at 100.0% (4 of 4 strings)

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

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

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

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

Translation: hr-12.0/hr-12.0-hr_employee_firstname
Translate-URL: https://translation.odoo-community.org/projects/hr-12-0/hr-12-0-hr_employee_firstname/hr/
OCA-git-bot and others added 2 commits October 19, 2021 15:22
Currently translated at 100.0% (11 of 11 strings)

Translation: hr-14.0/hr-14.0-hr_employee_firstname
Translate-URL: https://translation.odoo-community.org/projects/hr-14-0/hr-14-0-hr_employee_firstname/de/
@luistorresm luistorresm force-pushed the 15.0-hr_employee_firstname-luist branch from 33ad8f7 to d3fdb95 Compare October 19, 2021 15:22
@luistorresm luistorresm force-pushed the 15.0-hr_employee_firstname-luist branch from d3fdb95 to 3f5cf7e Compare October 19, 2021 18:05
@luistorresm
Copy link
Contributor Author

Hello @gurneyalex

Could you help me with the runbot from this repo on v15?

This is red, even without my PR, and I cannot see the log to see which is the error.

Regards

@luistorresm
Copy link
Contributor Author

Hello @gurneyalex

Could you help me with the runbot from this repo on v15?

This is red, even without my PR, and I cannot see the log to see which is the error.

Regards

Hello @gurneyalex

Do you have news about runbot v15?

Regards

@moylop260
Copy link

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

What a great day to merge this nice PR. Let's do it!
Prepared branch 15.0-ocabot-merge-pr-1038-by-moylop260-bump-nobump, awaiting test results.

OCA-git-bot added a commit that referenced this pull request Nov 4, 2021
Signed-off-by moylop260
@OCA-git-bot
Copy link
Contributor

@moylop260 your merge command was aborted due to failed check(s), which you can inspect on this commit of 15.0-ocabot-merge-pr-1038-by-moylop260-bump-nobump.

After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red.

@sbidoul
Copy link
Member

sbidoul commented Nov 4, 2021

There is something strange here. The merge fails because the setup.py is not present for the new module. When I run pre-commit run -a locally it's red because it wants to add setup.py (which is correct). I don't understand why pre-commit is green on the PR.

@luistorresm
Copy link
Contributor Author

There is something strange here. The merge fails because the setup.py is not present for the new module. When I run pre-commit run -a locally it's red because it wants to add setup.py (which is correct). I don't understand why pre-commit is green on the PR.

Thanks @sbidoul

Do you know how I could add the module to the setup?

Regards

@sbidoul
Copy link
Member

sbidoul commented Nov 4, 2021

@luistorresm can you try running pre-commit run -a locally ? It should generate a few files in the setup directory that you can simply commit into git.

I'm really confused by the fact that pre-commit did not pick this up on the CI.

@luistorresm luistorresm force-pushed the 15.0-hr_employee_firstname-luist branch from 3f5cf7e to 009a69d Compare November 4, 2021 18:15
@luistorresm
Copy link
Contributor Author

Thanks @sbidoul

@moylop260

Now the setup was loaded, could you retry the merge, please?

Regards

@moylop260
Copy link

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

What a great day to merge this nice PR. Let's do it!
Prepared branch 15.0-ocabot-merge-pr-1038-by-moylop260-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 6c587fa into OCA:15.0 Nov 4, 2021
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 1fa1201. Thanks a lot for contributing to OCA. ❤️

@luistorresm luistorresm deleted the 15.0-hr_employee_firstname-luist branch November 4, 2021 18:38
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.

None yet