[ADD] base_exception_user,sale_exception_user,stock_exception: backported from 13.0 to 12.0

H7287
This commit is contained in:
Cedric Collins
2021-09-22 15:48:07 -05:00
parent 0ed2e13a29
commit 2dc6ab1424
25 changed files with 444 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
from odoo import models, fields
class ExceptionRule(models.Model):
_inherit = 'exception.rule'
allow_user_ignore = fields.Boolean('Allow User Ignore')