Skip to content

Commit

Permalink
[FIX] inrim App access register
Browse files Browse the repository at this point in the history
  • Loading branch information
archetipo committed Nov 14, 2024
1 parent dc8f0a2 commit f4e303c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions controllo_accessi_inrim_app/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
'data/ir_cron.xml',
'views/users_ldap.xml',
'views/ca_punto_accesso_views.xml',
'views/ca_registro_accesso_views.xml',
],
'demo': [
"demo/ca_punto_accesso_data.xml",
Expand Down
1 change: 1 addition & 0 deletions controllo_accessi_inrim_app/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
from . import ca_spazio
from . import res_company_ldap
from . import ca_punto_accesso
from . import ca_anag_registro_accesso
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class CaAnagRegistroAccesso(models.Model):
codice_lettore_grum = fields.Integer(
string='Codice Lettore GRUM',
)
work_id_number = fiels.Char(string='ID Number')
work_id_number = fields.Char(string='ID Number')
state = fields.Selection([
('to_sync', 'To Sync'),
('sync_done', 'Sync Done'),
Expand Down

0 comments on commit f4e303c

Please sign in to comment.