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 2979d722
authored
2021-01-07 12:42:34 -0300
by
Maria Agustina
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
412
1 parent
c9f7af58
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
views/vista_liquidaciones.xml
views/vista_liquidaciones.xml
View file @
2979d72
...
...
@@ -39,12 +39,10 @@
<field
name=
"arch"
type=
"xml"
>
<form>
<header>
<button
name=
"aprobar_liquidaciones"
class=
'btn btn-primary'
string=
"Aprobar"
type=
"object"
/>
<button
name=
"abonar_liquidaciones"
string=
"Abonar"
type=
"object"
/>
<button
name=
"volver_borrador"
string=
"Volver a Borrador"
type=
"object"
/>
<button
name=
"aprobar_liquidaciones"
class=
'btn btn-primary'
string=
"Aprobar"
type=
"object"
attrs=
'{ "invisible" : [("estado", "!=", "borrador")] }'
/>
<button
name=
"abonar_liquidaciones"
string=
"Abonar"
type=
"object"
attrs=
'{ "invisible" : [("estado", "!=", "aprobado")] }'
/>
<button
name=
"volver_borrador"
string=
"Volver a Borrador"
type=
"object"
attrs=
'{ "invisible" : [("estado", "!=", "aprobado")] }'
/>
<field
name=
"estado"
widget=
"statusbar"
/>
</header>
<sheet>
...
...
@@ -59,11 +57,11 @@
<field
colspan=
"2"
name=
"hasta"
readonly=
"1"
/>
</group>
<group
col=
"4"
>
<field
colspan=
"2"
name=
"total"
/>
<field
colspan=
"2"
name=
"abonado"
/>
<field
colspan=
"2"
name=
"total"
attrs=
'{ "readonly" : [("estado", "!=", "borrador")] }'
/>
<field
colspan=
"2"
name=
"abonado"
attrs=
'{ "readonly" : [("estado", "!=", "borrador")] }'
/>
</group>
<group
col=
"4"
string=
"Tareas"
>
<field
nolabel=
"1"
widget=
"one2many"
name=
"lineas_tareas"
>
<field
nolabel=
"1"
widget=
"one2many"
name=
"lineas_tareas"
attrs=
'{ "readonly" : [("estado", "!=", "borrador")] }'
>
<tree
create=
"1"
edit=
"1"
editable=
"bot"
>
<field
name=
"state"
readonly=
"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