mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[MOD] Smartbuttons all in one div
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
# For copyright and license notices, see __openerp__.py file in root directory
|
||||
##############################################################################
|
||||
# (c) 2014 Serv. Tec. Avanzados - Pedro M. Baeza
|
||||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
||||
|
||||
from openerp import models, fields
|
||||
|
||||
|
||||
@@ -9,4 +9,4 @@ class QcTrigger(models.Model):
|
||||
_inherit = 'qc.trigger'
|
||||
|
||||
picking_type = fields.Many2one(
|
||||
comodel_name="stock.picking.type", readonly=True)
|
||||
comodel_name="stock.picking.type", readonly=True, ondelete="cascade")
|
||||
|
||||
Reference in New Issue
Block a user