-
-
Notifications
You must be signed in to change notification settings - Fork 808
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
[18.0][MIG] project_task_stage_mgmt: Migration to 18.0 #1403
base: 18.0
Are you sure you want to change the base?
[18.0][MIG] project_task_stage_mgmt: Migration to 18.0 #1403
Conversation
Added a filter to collect only stages without user_id (stage owner) = non-personal stages [UPD] Update project_task_stage_mgmt.pot [UPD] README.rst [UPD] README.rst
Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (1 of 1 strings) Translation: project-16.0/project-16.0-project_task_stage_mgmt Translate-URL: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_task_stage_mgmt/pt_BR/
ef40d4b
to
a0cdffe
Compare
<field name="model">project.project</field> | ||
<field name="inherit_id" ref="project.project_project_view_form_simplified" /> | ||
<field name="arch" type="xml"> | ||
<field name="name" position="after"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<field name="name" position="after"> | |
<field name="user_id" position="before"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is just to remove type_ids from h1-tag and shift it behind... cosmetics!
a0cdffe
to
9fa953c
Compare
@NICO-SOLUTIONS, Please Review.it's Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.