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
f4f5a8db
Commit
f4f5a8db
authored
1 year ago
by
Noe Fernando Izquierdo Hernandez
Committed by
Noe Fernando Izquierdo Hernandez
1 year ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(migration): se corrige migración 3.5.0
Se elimina vista que garega el campo cfdi_fiscal_regime_id
parent
571a6b3f
Pipeline
#21611
failed with stage
in 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
l10n_mx_facturae/migrations/3.5.0/pre-migration.py
l10n_mx_facturae/migrations/3.5.0/pre-migration.py
+15
-0
No files found.
l10n_mx_facturae/migrations/3.5.0/pre-migration.py
0 → 100644
View file @
f4f5a8db
# -*- coding: utf-8 -*-
from
openupgradelib
import
openupgrade
as
tools
from
openerp
import
SUPERUSER_ID
@
tools
.
migrate
(
use_env
=
True
,
uid
=
SUPERUSER_ID
)
def
migrate
(
env
,
installed_version
):
tools
.
logged_query
(
env
.
cr
,
"""
DELETE FROM ir_ui_view WHERE name == 'invoice.supplier.inherit.view.form'
"""
,
)
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