[MIG][11.0] printer_zpl2

This commit is contained in:
Florent de Labarre
2018-01-23 01:24:26 +01:00
committed by mreficent
parent 88561fe7c8
commit 9a8b2e7af9
13 changed files with 150 additions and 149 deletions

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2016 SYLEAM (<http://www.syleam.fr>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
@@ -16,7 +15,7 @@ except ImportError:
class PrintingLabelZpl2Component(models.Model):
_name = 'printing.label.zpl2.component'
_description = 'ZPL II Label Component'
_order = 'sequence'
_order = 'sequence, id'
label_id = fields.Many2one(
comodel_name='printing.label.zpl2', string='Label',