Skip to content

Commit

Permalink
Merge pull request #336 from SDIsl/12.0-#193945_new_company_on_sysadm…
Browse files Browse the repository at this point in the history
…in_element

[IMP] New company on sysadmin element
  • Loading branch information
valentincastravete authored Apr 24, 2024
2 parents 77c6116 + e89a65e commit 5e71181
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sysadmin_base/models/workspace_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ class WorkspaceItem(models.Model):
company = fields.Selection(
string='Company',
selection=[
('sdi', 'Sistemas Digitales de Informática S.L.'),
('modulo', 'BETA WEB DESIGN, S.L.'),
('kreare', 'Kreare Digital S.L.'),
('novotic', 'NOVOTIC, S.L.'),
('sdi', 'Sistemas Digitales de Informática S.L.'),
('sidoo', 'Sidoo Soluciones S.L.'),
('kreare', 'Kreare Digital S.L.'),
],
default='sdi',
)
Expand Down

0 comments on commit 5e71181

Please sign in to comment.