Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
l10n_mx
l10n_mx_facturae
Commits
f7a38304
Commit
f7a38304
authored
1 year ago
by
Noe Fernando Izquierdo Hernandez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(migrate 3.5.0): se agrega regimen fiscal 625 y 626 para que se consideren en la migración
parent
d71a5292
Pipeline
#22255
failed with stage
in 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
l10n_mx_facturae/migrations/3.5.0/post-migration.py
l10n_mx_facturae/migrations/3.5.0/post-migration.py
+6
-4
No files found.
l10n_mx_facturae/migrations/3.5.0/post-migration.py
View file @
f7a38304
...
...
@@ -20,8 +20,9 @@ def migrate(env, installed_version):
LEFT JOIN account_fiscal_position as afp ON afp.id = ai.fiscal_position
LEFT JOIN cfdi_fiscal_regime AS fr ON afp.code = fr.code
WHERE afp.code in (
'601','603','605','606','607','608','609','610','611','612','614',
'615','616','620','621','622','623','624','628','629','630'
'601','603','605','606','607','608','609','610','611',
'612','614','615','616','620','621','622','623','624',
'625','626','628','629','630'
)
)
...
...
@@ -43,8 +44,9 @@ def migrate(env, installed_version):
LEFT JOIN account_fiscal_position as afp ON afp.id = ai.fiscal_position
LEFT JOIN cfdi_fiscal_regime AS fr ON afp.code = fr.code
WHERE afp.code in (
'601','603','605','606','607','608','609','610','611','612','614',
'615','616','620','621','622','623','624','628','629','630'
'601','603','605','606','607','608','609','610','611',
'612','614','615','616','620','621','622','623','624',
'625','626','628','629','630'
)
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment