Files
manufacture/mrp_component_operation/models/stock_location_route.py
2022-12-30 11:22:30 +01:00

10 lines
326 B
Python

# Copyright 2022 ForgeFlow S.L. (https://www.forgeflow.com)
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
from odoo import fields, models
class StockLocationRoute(models.Model):
_inherit = "stock.location.route"
mo_component_selectable = fields.Boolean(string="Selectable on MO Components")