Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Maria Agustina
/
hgt_transportar
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 d79d25be
authored
2022-07-19 13:42:19 -0300
by
Juan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Se agregan datos a pr
1 parent
1ef5133c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
models/punto_retiro.py
models/punto_retiro.py
View file @
d79d25b
...
@@ -75,6 +75,17 @@ class trans_punto_retiro(models.Model):
...
@@ -75,6 +75,17 @@ class trans_punto_retiro(models.Model):
readonly
=
True
,
readonly
=
True
,
compute
=
"compute_pr_coordenadas"
)
compute
=
"compute_pr_coordenadas"
)
dias_arribo
=
fields
.
Char
(
string
=
'Dias internos'
)
entrega_domicilio
=
fields
.
Boolean
(
string
=
'Entrega a domicilio'
)
retira_domicilio
=
fields
.
Boolean
(
string
=
'Retira a domicilio'
)
celular
=
fields
.
Char
(
string
=
'Celular'
)
autoelevador
=
fields
.
Boolean
(
string
=
'Autoelevador'
)
@api.depends
(
'pr_coordenadas'
)
@api.depends
(
'pr_coordenadas'
)
def
compute_pr_coordenadas
(
self
):
def
compute_pr_coordenadas
(
self
):
...
...
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