Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIG] base_location_nuts: Migration to 10.0 #432

Merged
merged 10 commits into from Jul 6, 2017

Commits on Jul 6, 2017

  1. Copy the full SHA
    080b9e8 View commit details
    Browse the repository at this point in the history
  2. Update base_location_nuts to 8.0.2.0.0.

    This makes NUTS labels and levels to be stored in the res.country object.
    Now creating l10n submodules is a piece of cake!
    
    Relational fields now follow guidelines on naming. Old name attribute used
    for backwards compatibility wherever needed.
    
    Also some methods have been renamed, and refactored to be smarter. Most cases
    l10n modules will just need to fill the res.contry table, and regions and
    substates domains will work out of the box. In case you still need to
    overwrite any method, splitting in smaller methods makes it easier too.
    
    Oh! And no need for recursive dictionary updates.
    yajo authored and chienandalu committed Jul 6, 2017
    Copy the full SHA
    ce60e12 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    aee310f View commit details
    Browse the repository at this point in the history
  4. Fix KeyError: 'substate_id_level'.

    yajo authored and chienandalu committed Jul 6, 2017
    Copy the full SHA
    83860f0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    860e42c View commit details
    Browse the repository at this point in the history
  6. Make method recieve the level as int.

    yajo authored and chienandalu committed Jul 6, 2017
    Copy the full SHA
    600187d View commit details
    Browse the repository at this point in the history
  7. Fix linter.

    yajo authored and chienandalu committed Jul 6, 2017
    Copy the full SHA
    daeb62f View commit details
    Browse the repository at this point in the history
  8. Fix typo.

    yajo authored and chienandalu committed Jul 6, 2017
    Copy the full SHA
    77f72be View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    fee65a0 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    f89cbf5 View commit details
    Browse the repository at this point in the history