[MOD] Smartbuttons all in one div

This commit is contained in:
oihane
2015-04-01 18:19:08 +02:00
committed by Enrique Martín
parent c19192c353
commit 8567ce1b58
17 changed files with 768 additions and 118 deletions

View File

@@ -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")