update po and misc

This commit is contained in:
ivan deng
2022-01-23 10:41:52 +08:00
parent bcfe359590
commit e1891cf768
2 changed files with 2 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
{
'name': 'odoo 15,14,13 Customize OEM(Boost, Data reset)',
'version': '13.21.11.09',
'version': '13.22.01.20',
'author': 'Sunpop.cn',
'category': 'Productivity',
'website': 'https://www.sunpop.cn',

View File

@@ -146,6 +146,7 @@ class ResConfigSettings(models.TransientModel):
if seqs.exists():
seqs.write({
'number_next': 1,
'date_range_ids': [(5)],
})
except Exception as e:
_logger.warning('reset sequence data error: %s,%s', line, e)