mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update po and misc
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'odoo 15,14,13 Customize OEM(Boost, Data reset)',
|
'name': 'odoo 15,14,13 Customize OEM(Boost, Data reset)',
|
||||||
'version': '13.21.11.09',
|
'version': '13.22.01.20',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Productivity',
|
'category': 'Productivity',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
|
|||||||
@@ -146,6 +146,7 @@ class ResConfigSettings(models.TransientModel):
|
|||||||
if seqs.exists():
|
if seqs.exists():
|
||||||
seqs.write({
|
seqs.write({
|
||||||
'number_next': 1,
|
'number_next': 1,
|
||||||
|
'date_range_ids': [(5)],
|
||||||
})
|
})
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
_logger.warning('reset sequence data error: %s,%s', line, e)
|
_logger.warning('reset sequence data error: %s,%s', line, e)
|
||||||
|
|||||||
Reference in New Issue
Block a user