Skip to content

[19.0][MIG] repair_refurbish - #181

Open
JasminSForgeFlow wants to merge 53 commits into
OCA:19.0from
ForgeFlow:19.0-mig-repair_refurbish
Open

[19.0][MIG] repair_refurbish#181
JasminSForgeFlow wants to merge 53 commits into
OCA:19.0from
ForgeFlow:19.0-mig-repair_refurbish

Conversation

@JasminSForgeFlow

Copy link
Copy Markdown

Standard Migration

@ForgeFlow

grindtildeath and others added 30 commits December 23, 2025 06:27
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: manufacture-12.0/manufacture-12.0-repair_refurbish
Translate-URL: https://translation.odoo-community.org/projects/manufacture-12-0/manufacture-12-0-repair_refurbish/
AaronHForgeFlow and others added 23 commits December 23, 2025 06:27
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: repair-16.0/repair-16.0-repair_refurbish
Translate-URL: https://translation.odoo-community.org/projects/repair-16-0/repair-16-0-repair_refurbish/
Currently translated at 100.0% (16 of 16 strings)

Translation: repair-16.0/repair-16.0-repair_refurbish
Translate-URL: https://translation.odoo-community.org/projects/repair-16-0/repair-16-0-repair_refurbish/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: repair-17.0/repair-17.0-repair_refurbish
Translate-URL: https://translation.odoo-community.org/projects/repair-17-0/repair-17-0-repair_refurbish/
Currently translated at 100.0% (16 of 16 strings)

Translation: repair-17.0/repair-17.0-repair_refurbish
Translate-URL: https://translation.odoo-community.org/projects/repair-17-0/repair-17-0-repair_refurbish/it/
The design of this module was really faulty in new v17. A small
refactor here helps to make the module useful again.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: repair-17.0/repair-17.0-repair_refurbish
Translate-URL: https://translation.odoo-community.org/projects/repair-17-0/repair-17-0-repair_refurbish/
Currently translated at 100.0% (16 of 16 strings)

Translation: repair-17.0/repair-17.0-repair_refurbish
Translate-URL: https://translation.odoo-community.org/projects/repair-17-0/repair-17-0-repair_refurbish/it/
Currently translated at 100.0% (16 of 16 strings)

Translation: repair-17.0/repair-17.0-repair_refurbish
Translate-URL: https://translation.odoo-community.org/projects/repair-17-0/repair-17-0-repair_refurbish/it/

@BhaveshHeliconia BhaveshHeliconia left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code review LGTM!

@BhaveshHeliconia

Copy link
Copy Markdown
Contributor

@JasminSForgeFlow could you please squash the administrative and bot commits?

@AaronHForgeFlow AaronHForgeFlow left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Functional + code LG, just minor comment.

products = self.env["product.product"].search(
[("refurbish_product_id", operator, value)], limit=None
)
return [("id", "in", products.mapped("product_tmpl_id").ids)]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return [("id", "in", products.mapped("product_tmpl_id").ids)]
return Domain([("id", "in", products.product_tmpl_id.ids)])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.