mirror of
https://github.com/bringout/oca-ocb-mrp.git
synced 2026-04-27 02:32:03 +02:00
19.0 vanilla
This commit is contained in:
parent
accf5918df
commit
6e65e8c877
688 changed files with 225434 additions and 199401 deletions
|
|
@ -6,7 +6,7 @@ from odoo import api, fields, models
|
|||
|
||||
class StockWarnInsufficientQtyUnbuild(models.TransientModel):
|
||||
_name = 'stock.warn.insufficient.qty.unbuild'
|
||||
_inherit = 'stock.warn.insufficient.qty'
|
||||
_inherit = ['stock.warn.insufficient.qty']
|
||||
_description = 'Warn Insufficient Unbuild Quantity'
|
||||
|
||||
unbuild_id = fields.Many2one('mrp.unbuild', 'Unbuild')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue