Coverage for ingadhoc-argentina-sale / l10n_ar_stock_ux / models / stock_lot.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.13.4, created at 2026-03-09 18:37 +0000

1############################################################################## 

2# For copyright and license notices, see __manifest__.py file in module root 

3# directory 

4############################################################################## 

5from odoo import fields, models 

6 

7 

8class StockLot(models.Model): 

9 _inherit = "stock.lot" 

10 

11 dispatch_number = fields.Char()