add field version in fields for model ir.module

This commit is contained in:
Wilson Gomez 2023-10-19 09:11:21 -05:00
parent 10678bd324
commit c9b2f22b29
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ MODELS_RESTAURANT = {
'ir.module': {
'rec_name': 'name',
'fields': [
'name', 'state'
'name', 'state', 'version'
]
},
'company.company': {
@ -224,7 +224,7 @@ MODELS_RETAIL = {
'ir.module': {
'rec_name': 'name',
'fields': [
'name', 'state'
'name', 'state', 'version'
]
},
'company.company': {