Skip to content

Commit d390f45

Browse files
mem-adhocnicomacr
authored andcommitted
Cambiamos nombre de carpeta para que lo tome el request que tenemos en adhoc, agregamos algunos loggers
1 parent 0994ec4 commit d390f45

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

l10n_uy/17.0.0.0/pre-migration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
@openupgrade.migrate()
77
def migrate(env, version):
8-
8+
_logger.debug('Running pre-migrate script for l10n_uy')
99
# TODO hacer los rename
1010
_xmlid_renames = [
1111
('l10n_uy.tax_group_vat_22', 'l10n_uy.tax_group_iva_22'),

l10n_uy_edi/17.0.0.0/post-migration.py l10n_uy_edi/17.0.1.0/post-migration.py

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
@openupgrade.migrate()
77
def migrate(env, version):
8+
_logger.debug('Running post-migrate script for l10n_uy_edi')
89
# Popular nueva tabla con datos en el account move
910
openupgrade.logged_query(env.cr, """
1011
INSERT INTO l10n_uy_edi_document (move_id, state, uuid, message, request_datetime)
File renamed without changes.

0 commit comments

Comments
 (0)