mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] stock_exception: bump version, add security rules, add ondelete to selection field, and slightly refactor unit test
This commit is contained in:
@@ -6,6 +6,7 @@ from odoo import api, fields, models
|
||||
class StockExceptionConfirm(models.TransientModel):
|
||||
_name = 'stock.exception.confirm'
|
||||
_inherit = ['exception.rule.confirm']
|
||||
_description = 'Stock Exception Confirm Wizard'
|
||||
|
||||
related_model_id = fields.Many2one('stock.picking', 'Transfer')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user