-
-
Notifications
You must be signed in to change notification settings - Fork 74
[18.0][ADD][WIP] project_scrum: moving from repo oca/project #46
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
base: 18.0
Are you sure you want to change the base?
Conversation
|
I expect this merge will update https://odoo-community.org/shop/project-scrum-4554?search=project_scrum#attr=943748 |
|
You should preserve the commit history. |
b2a8a06 to
cc0cb27
Compare
|
@pedrobaeza I cherry-pick all commit about module We lost the commit history when coping |
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
…pecific scrum form
Currently translated at 100.0% (171 of 171 strings) Translation: project-agile-14.0/project-agile-14.0-project_scrum Translate-URL: https://translation.odoo-community.org/projects/project-agile-14-0/project-agile-14-0-project_scrum/it/
Currently translated at 100.0% (171 of 171 strings) Translation: project-agile-14.0/project-agile-14.0-project_scrum Translate-URL: https://translation.odoo-community.org/projects/project-agile-14-0/project-agile-14-0-project_scrum/it/
Currently translated at 100.0% (171 of 171 strings) Translation: project-agile-14.0/project-agile-14.0-project_scrum Translate-URL: https://translation.odoo-community.org/projects/project-agile-14-0/project-agile-14-0-project_scrum/it/
Currently translated at 100.0% (171 of 171 strings) Translation: project-agile-14.0/project-agile-14.0-project_scrum Translate-URL: https://translation.odoo-community.org/projects/project-agile-14-0/project-agile-14-0-project_scrum/it/
Currently translated at 100.0% (171 of 171 strings) Translation: project-agile-14.0/project-agile-14.0-project_scrum Translate-URL: https://translation.odoo-community.org/projects/project-agile-14-0/project-agile-14-0-project_scrum/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: project-agile-14.0/project-agile-14.0-project_scrum Translate-URL: https://translation.odoo-community.org/projects/project-agile-14-0/project-agile-14-0-project_scrum/
temp commit updated translation temp commit
Currently translated at 98.7% (79 of 80 strings) Translation: project-16.0/project-16.0-project_scrum Translate-URL: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_scrum/nl/
Currently translated at 100.0% (80 of 80 strings) Translation: project-16.0/project-16.0-project_scrum Translate-URL: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_scrum/it/
Update as per suggestions
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: project-18.0/project-18.0-project_scrum Translate-URL: https://translation.odoo-community.org/projects/project-18-0/project-18-0-project_scrum/
Currently translated at 100.0% (79 of 79 strings) Translation: project-18.0/project-18.0-project_scrum Translate-URL: https://translation.odoo-community.org/projects/project-18-0/project-18-0-project_scrum/it/
cc0cb27 to
ef587cd
Compare
I did it, it's important to understand change between version of odoo 16 and odoo 18. All difference begin in this commit 74509db Removing
It's not the same module, this one is simplifying. |
|
@mathben why not migrate the original project_scrum from this repo? I think the original project-agile module is more complete that this one. BTW I like you idea to have those removed features as extra modules |
|
Thanks for the encouragement @ivancandelas , I have the same idea. We need to support data migration from old version. |
project_scrum was moving to oca/project and remove
OCA/project#1540
Discussion : OCA/project#1538
Edit : don't merge, we will integrate functionality from old version of module project_scrum and split it multiple module, add test and support data migration.