-
-
Notifications
You must be signed in to change notification settings - Fork 508
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] mrp_bom_location: Migration to 18.0 #1470
base: 18.0
Are you sure you want to change the base?
Conversation
to avoid built-in override
…n the structure report
Currently translated at 100.0% (4 of 4 strings) Translation: manufacture-11.0/manufacture-11.0-mrp_bom_location Translate-URL: https://translation.odoo-community.org/projects/manufacture-11-0/manufacture-11-0-mrp_bom_location/de/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: manufacture-12.0/manufacture-12.0-mrp_bom_location Translate-URL: https://translation.odoo-community.org/projects/manufacture-12-0/manufacture-12-0-mrp_bom_location/
* eficent rebranded to forgeflow * license changed to lgpl
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: manufacture-13.0/manufacture-13.0-mrp_bom_location Translate-URL: https://translation.odoo-community.org/projects/manufacture-13-0/manufacture-13-0-mrp_bom_location/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: manufacture-16.0/manufacture-16.0-mrp_bom_location Translate-URL: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-mrp_bom_location/
Currently translated at 100.0% (5 of 5 strings) Translation: manufacture-16.0/manufacture-16.0-mrp_bom_location Translate-URL: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-mrp_bom_location/it/
Currently translated at 100.0% (5 of 5 strings) Translation: manufacture-16.0/manufacture-16.0-mrp_bom_location Translate-URL: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-mrp_bom_location/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: manufacture-16.0/manufacture-16.0-mrp_bom_location Translate-URL: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-mrp_bom_location/
Currently translated at 100.0% (5 of 5 strings) Translation: manufacture-16.0/manufacture-16.0-mrp_bom_location Translate-URL: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-mrp_bom_location/hr/
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.
Can you please take the opportunity to add some unit tests? 🙏🏻
2882c04
to
4c394bb
Compare
4c394bb
to
0594fc4
Compare
if ( | ||
record.picking_type_id | ||
and record.picking_type_id.default_location_src_id | ||
): |
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.
if ( | |
record.picking_type_id | |
and record.picking_type_id.default_location_src_id | |
): | |
if record.picking_type_id.default_location_src_id: |
it's the same, but shorter
string="Location", | ||
comodel_name="stock.location", | ||
compute="_compute_location_id", | ||
store=True, |
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.
readonly=False missing
No description provided.