mirror of
https://github.com/bringout/oca-ocb-mrp.git
synced 2026-04-24 02:31:59 +02:00
19.0 vanilla
This commit is contained in:
parent
accf5918df
commit
6e65e8c877
688 changed files with 225434 additions and 199401 deletions
9
odoo-bringout-oca-ocb-mrp/mrp/models/stock_reference.py
Normal file
9
odoo-bringout-oca-ocb-mrp/mrp/models/stock_reference.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
from odoo import fields, models
|
||||
|
||||
|
||||
class StockReference(models.Model):
|
||||
_inherit = 'stock.reference'
|
||||
|
||||
production_ids = fields.Many2many(
|
||||
'mrp.production', 'stock_reference_production_rel', 'reference_id',
|
||||
'production_id', string="Productions")
|
||||
Loading…
Add table
Add a link
Reference in a new issue