Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Maria Agustina
/
hgt_liquidacion_tareas
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 fc23493f
authored
2021-01-14 12:48:02 -0300
by
Maria Agustina
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
correcciones
1 parent
2426c7e6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
models/__pycache__/lineatarea.cpython-36.pyc
models/__pycache__/liquidacionestareas.cpython-36.pyc
models/lineatarea.py
views/vista_liquidaciones.xml
models/__pycache__/lineatarea.cpython-36.pyc
View file @
fc23493
No preview for this file type
models/__pycache__/liquidacionestareas.cpython-36.pyc
View file @
fc23493
No preview for this file type
models/lineatarea.py
View file @
fc23493
...
@@ -42,7 +42,7 @@ class hgt_linea_tarea(models.Model):
...
@@ -42,7 +42,7 @@ class hgt_linea_tarea(models.Model):
tipo_cargo
=
fields
.
Many2one
(
tipo_cargo
=
fields
.
Many2one
(
string
=
'Tipo de Cargo'
,
string
=
'Tipo de Cargo'
,
comodel_name
=
'hgt.tipo_cargo'
,
comodel_name
=
'hgt.tipo_cargo'
,
ondelete
=
'
restrict
'
,
ondelete
=
'
set null
'
,
)
)
subtotal
=
fields
.
Float
(
subtotal
=
fields
.
Float
(
...
...
views/vista_liquidaciones.xml
View file @
fc23493
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
<field
name=
"state"
readonly=
"1"
/>
<field
name=
"state"
readonly=
"1"
/>
<field
name=
"name"
readonly=
"1"
/>
<field
name=
"name"
readonly=
"1"
/>
<field
name=
"minutos_reales"
sum=
'1'
readonly=
"1"
/>
<field
name=
"minutos_reales"
sum=
'1'
readonly=
"1"
/>
<field
name=
"tipo_cargo"
editable=
"1"
readonly=
"0"
/>
<field
name=
"tipo_cargo"
editable=
"1"
/>
<field
name=
"subtotal"
sum=
'1'
readonly=
"1"
force_save=
"1"
/>
<field
name=
"subtotal"
sum=
'1'
readonly=
"1"
force_save=
"1"
/>
</tree>
</tree>
</field>
</field>
...
...
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