Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Maria Agustina
/
tpv_correcciones
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 8af13e73
authored
2021-07-06 17:36:52 -0300
by
Juan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
detalle texto
1 parent
cb021cf2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
models/comprobante.py
models/comprobante.py
View file @
8af13e7
...
@@ -41,7 +41,7 @@ class asw_comprobante(models.Model):
...
@@ -41,7 +41,7 @@ class asw_comprobante(models.Model):
referencia_orig_ptv
=
fields
.
Integer
(
string
=
'Punto de venta factura original'
)
referencia_orig_ptv
=
fields
.
Integer
(
string
=
'Punto de venta factura original'
)
referencia_orig_numero
=
fields
.
Integer
(
string
=
'Numero factura original'
)
referencia_orig_numero
=
fields
.
Integer
(
string
=
'Numero factura original'
)
referencia_orig_letra
=
fields
.
Char
(
string
=
'
Letra factura
original'
)
referencia_orig_letra
=
fields
.
Char
(
string
=
'
Codigo comprobante
original'
)
referencia_orig_fact
=
fields
.
Many2one
(
comodel_name
=
'asw.comprobante'
,
string
=
'Factura referencia'
)
referencia_orig_fact
=
fields
.
Many2one
(
comodel_name
=
'asw.comprobante'
,
string
=
'Factura referencia'
)
@api.depends
(
'afip_qr_img'
)
@api.depends
(
'afip_qr_img'
)
...
...
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