Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Maria Agustina
/
hgt_soporte
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 3f6f5c13
authored
2021-03-25 16:55:14 -0300
by
Maria Agustina
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
pequeño cambio de descrip por nombre
1 parent
cffd0d76
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
models/__pycache__/incidencia.cpython-36.pyc
models/incidencia.py
views/incidencia_view.xml
models/__pycache__/incidencia.cpython-36.pyc
View file @
3f6f5c1
No preview for this file type
models/incidencia.py
View file @
3f6f5c1
...
@@ -22,8 +22,8 @@ class hgt_soporte_incidencia(models.Model):
...
@@ -22,8 +22,8 @@ class hgt_soporte_incidencia(models.Model):
default
=
lambda
self
:
self
.
env
.
user
.
id
default
=
lambda
self
:
self
.
env
.
user
.
id
)
)
si_
descripcion
=
fields
.
Text
(
si_
name
=
fields
.
Text
(
string
=
u'
Descripción
'
,
string
=
u'
Nombre
'
,
)
)
si_estado
=
fields
.
Many2one
(
'hgt.soporte_estado'
,
string
=
'Estado'
,
track_visibility
=
'onchange'
,
index
=
True
,
si_estado
=
fields
.
Many2one
(
'hgt.soporte_estado'
,
string
=
'Estado'
,
track_visibility
=
'onchange'
,
index
=
True
,
...
...
views/incidencia_view.xml
View file @
3f6f5c1
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<field
name=
"active"
eval=
"True"
/>
<field
name=
"active"
eval=
"True"
/>
<field
name=
"arch"
type=
"xml"
>
<field
name=
"arch"
type=
"xml"
>
<tree>
<tree>
<field
name=
"si_n
umero"
/>
<field
name=
"si_n
ame"
nolabel=
"1"
/>
<!-- <field name="si_ost_asunto" /> -->
<!-- <field name="si_ost_asunto" /> -->
<field
name=
"si_fecha"
/>
<field
name=
"si_fecha"
/>
<!-- <field name="si_url" widget="url"/> -->
<!-- <field name="si_url" widget="url"/> -->
...
@@ -50,15 +50,15 @@
...
@@ -50,15 +50,15 @@
<form>
<form>
<!--<sheet>-->
<!--<sheet>-->
<group
col=
"4"
string=
"Incidencia"
>
<group
col=
"4"
string=
"Incidencia"
>
<field
colspan=
"2"
name=
"si_numero"
readonly=
"1"
/>
<field
name=
"si_name"
colspan=
"2"
nolabel=
"1"
/>
<!-- <field colspan="2" name="si_numero" readonly="1" /> -->
<field
colspan=
"2"
name=
"si_fecha"
/>
<field
colspan=
"2"
name=
"si_fecha"
/>
<field
colspan=
"2"
name=
"si_estado"
/>
<field
colspan=
"2"
name=
"si_estado"
/>
<field
colspan=
"2"
name=
"si_responsabilidad"
/>
<field
colspan=
"2"
name=
"si_responsabilidad"
/>
</group>
</group>
<group
col=
"1"
string=
"Descripcion"
>
<field
name=
"si_descripcion"
nolabel=
"1"
/>
</group>
<group
col=
"2"
string=
"Mensajes"
>
<group
col=
"2"
string=
"Mensajes"
>
<h3>
Histórico de mensajes:
</h3>
<h3>
Histórico de mensajes:
</h3>
<field
name=
"si_historico_mensajes"
readonly=
"1"
colspan=
"2"
nolabel=
'1'
/>
<field
name=
"si_historico_mensajes"
readonly=
"1"
colspan=
"2"
nolabel=
'1'
/>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment