Open
Conversation
Currently translated at 100.0% (4 of 4 strings) Translation: hr-13.0/hr-13.0-hr_contract_document Translate-URL: https://translation.odoo-community.org/projects/hr-13-0/hr-13-0-hr_contract_document/es/
Currently translated at 100.0% (7 of 7 strings) Translation: hr-14.0/hr-14.0-hr_contract_document Translate-URL: https://translation.odoo-community.org/projects/hr-14-0/hr-14-0-hr_contract_document/it/
Currently translated at 100.0% (7 of 7 strings) Translation: hr-14.0/hr-14.0-hr_contract_document Translate-URL: https://translation.odoo-community.org/projects/hr-14-0/hr-14-0-hr_contract_document/pt_BR/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: hr-14.0/hr-14.0-hr_contract_document Translate-URL: https://translation.odoo-community.org/projects/hr-14-0/hr-14-0-hr_contract_document/
Currently translated at 100.0% (7 of 7 strings) Translation: hr-14.0/hr-14.0-hr_contract_document Translate-URL: https://translation.odoo-community.org/projects/hr-14-0/hr-14-0-hr_contract_document/es/
PaulGoubert
approved these changes
Jan 6, 2026
hr_contract_document/__manifest__.py
Outdated
| "license": "AGPL-3", | ||
| "installable": True, | ||
| "application": False, | ||
| "summary": "Documents attached to the contact", |
PaulGoubert
approved these changes
Jan 6, 2026
PaulGoubert
left a comment
There was a problem hiding this comment.
Tout fonctionne bien dans l'état.
| <div name="button_box" position="inside"> | ||
| <button | ||
| class="oe_stat_button" | ||
| icon="fa-book" |
| "default_res_model": self._name, | ||
| "default_res_id": self.ids[0], | ||
| } | ||
| action["domain"] = str( |
PaulGoubert
approved these changes
Jan 6, 2026
Kev-Roche
suggested changes
Jan 16, 2026
hr_contract_document/__manifest__.py
Outdated
| "license": "AGPL-3", | ||
| "installable": True, | ||
| "application": False, | ||
| "summary": "Documents attached to the contact", |
bcf74eb to
6e1b5f5
Compare
6e1b5f5 to
49af120
Compare
alexey-pelykh
approved these changes
Feb 28, 2026
Contributor
alexey-pelykh
left a comment
There was a problem hiding this comment.
Thanks for taking this on! As the original module author, code review LGTM -- clean migration.
Regarding the open feedback from @PaulGoubert and @Kev-Roche: agree the manifest summary could be improved. Worth pushing a quick fix to resolve the CHANGES_REQUESTED.
BhaveshHeliconia
approved these changes
Apr 7, 2026
Contributor
BhaveshHeliconia
left a comment
There was a problem hiding this comment.
Functional review LGTM!
Kev-Roche
approved these changes
Apr 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Standard migration
@Kev-Roche @PaulGoubert