Skip to content

Commit 05cbd69

Browse files
Update static/description/index.html and project files
1 parent af4a7a3 commit 05cbd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

records_management/models/stock_picking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from odoo import api, models
1+
from odoo import api, models # type: ignore
22

33
class StockPicking(models.Model):
44
_inherit = 'stock.picking'

0 commit comments

Comments
 (0)