-
-
Notifications
You must be signed in to change notification settings - Fork 678
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] hr_department_code: Migration to 18.0 #1411
[18.0][MIG] hr_department_code: Migration to 18.0 #1411
Conversation
Currently translated at 100.0% (5 of 5 strings) Translation: hr-14.0/hr-14.0-hr_department_code Translate-URL: https://translation.odoo-community.org/projects/hr-14-0/hr-14-0-hr_department_code/de/
Currently translated at 100.0% (5 of 5 strings) Translation: hr-14.0/hr-14.0-hr_department_code Translate-URL: https://translation.odoo-community.org/projects/hr-14-0/hr-14-0-hr_department_code/hr/
Currently translated at 100.0% (2 of 2 strings) Translation: hr-15.0/hr-15.0-hr_department_code Translate-URL: https://translation.odoo-community.org/projects/hr-15-0/hr-15-0-hr_department_code/it/
Currently translated at 100.0% (2 of 2 strings) Translation: hr-15.0/hr-15.0-hr_department_code Translate-URL: https://translation.odoo-community.org/projects/hr-15-0/hr-15-0-hr_department_code/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: hr-15.0/hr-15.0-hr_department_code Translate-URL: https://translation.odoo-community.org/projects/hr-15-0/hr-15-0-hr_department_code/
898cf8b
to
b942987
Compare
b942987
to
b5b8352
Compare
/ocabot migration hr_department_code |
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.
Should we add code in kanban view?
<record id="hr_department_view_kanban" model="ir.ui.view" >
<field name="name">hr.department.kanban</field>
<field name="model">hr.department</field>
<field name="inherit_id" ref="hr.hr_department_view_kanban" />
<field name="arch" type="xml">
<xpath expr="//t[@t-name='card']//field[@name='name']" position="before">
[<field name="code" class="fw-bold fs-4 d-bolck"/>]
</xpath>
</field>
</record>
What do you think?
b5b8352
to
70e4c18
Compare
@Saran440, that's a great suggestion! I've applied the fix. Could you please review it? |
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 Review / Functional Test 👍
/ocabot merge nobump |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 4e8f54f. Thanks a lot for contributing to OCA. ❤️ |
It looks like something changed on |
No description provided.