Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Otros
l10n_ar_wsfe_caea
Merge requests
!14
An error occurred while fetching the assigned milestone of the selected merge_request.
12.0 stage
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
12.0 stage
12.0-stage
into
12.0
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Gastón Bertolani
requested to merge
12.0-stage
into
12.0
9 months ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
12.0
12.0 (base)
and
latest version
latest version
af4664c7
2 commits,
9 months ago
1 file
+
1
−
1
Expand all files
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
models/ws_caea_code.py
+
1
−
1
Options
@@ -366,7 +366,7 @@ class WsCaeaCode(models.Model):
total_otros_tributos
=
0
env_tax_caea
=
self
.
env
[
'
ws.tax.caea
'
]
if
not
codigomtx
:
for
t
in
invoice
.
tax_line_ids
:
for
t
in
invoice
.
tax_line_ids
.
filtered
(
lambda
x
:
x
.
tax_id
.
tax_group
==
'
vat
'
)
:
code
=
env_tax_caea
.
get_cod
(
t
.
tax_id
)
if
code
:
list_tributos
.
append
({
Menu
Explore
Projects
Groups
Topics
Snippets