-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] - Actualizo vistas de wizard y partner para mejorar la UX
- Agrego el campo last_update_census para guardar la fecha de actualizacion - creo la funcion parce_census_vals para permitir extender datos del padron de otros modulos - Elimino campos que aun no estan el la localizacion (por ejempo los del los padrones) - ahora es la interseccion de dos arrys evitando problemas con posible campos inexistentes en el modelo partner fields_names = list(set(partner_vals) & set(fields_names))
- Loading branch information
1 parent
1f6f4c1
commit a1b72f7
Showing
3 changed files
with
120 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.