采购入库时,新增打印序列号方法

This commit is contained in:
jinling.yang
2024-01-24 17:30:59 +08:00
parent 2daeb01c4d
commit 8e3a316200
7 changed files with 430 additions and 527 deletions

View File

@@ -1,7 +1,8 @@
# -*- coding: utf-8 -*-
import logging
from odoo import api, fields, models
from odoo import api, fields, models, _
from odoo.osv import expression
from odoo.exceptions import UserError
class SfLocation(models.Model):