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] web_export_view: Migration to 11.0 #798

Merged
merged 21 commits into from
Aug 15, 2018

Commits on Aug 15, 2018

  1. [add] module web_export_view copied from 6.1

    Leonardo Pistone authored and pedrobaeza committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    d6ee226 View commit details
    Browse the repository at this point in the history
  2. [add] port web_export_view to OpenERP 7

    Leonardo Pistone authored and pedrobaeza committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    5327689 View commit details
    Browse the repository at this point in the history
  3. [FIX] Convert number string to number

    tafaRU authored and pedrobaeza committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    ad89a6a View commit details
    Browse the repository at this point in the history
  4. [FIX] web_export_view: Several things:

    * Compatibility with Werkzeug 0.9.3
    * Export of first one2many field works again
    * Parsing of float values
    Stefan Rijnhart authored and pedrobaeza committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    d7276a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf5b02d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e783fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1fa36c5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d43c7a View commit details
    Browse the repository at this point in the history
  9. Launchpad automatic translations update.

    Launchpad Translations on behalf of webaddons-core-editors authored and pedrobaeza committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    a0b70b7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a77212b View commit details
    Browse the repository at this point in the history
  11. Migrate web_export_view to v 8.0

    Adil Houmadi authored and pedrobaeza committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    093b023 View commit details
    Browse the repository at this point in the history
  12. Small fix to allow integers to be parsed correctly when a locate with…

    … a thousand separator is used.
    bringsvor authored and pedrobaeza committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    917d49a View commit details
    Browse the repository at this point in the history
  13. [FIX] web_export_view: Handler method renamed to avoid name collision…

    … with the original index used in the native excel export
    pablocm-aserti authored and pedrobaeza committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    85ef469 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f06e69a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    66af04f View commit details
    Browse the repository at this point in the history
  16. [MIG 10.0] web_export_view (OCA#444)

    jlzhou authored and pedrobaeza committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    be736df View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b97b8d2 View commit details
    Browse the repository at this point in the history
  18. [FIX][web_export_view] Remove monetary formatting (OCA#594)

    Monetary fields were being exported empty because the parsing failed.
    
    In the way of correctly exporting them as numbers, this chunk of code's performance has been improved.
    yajo authored and pedrobaeza committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    7c40582 View commit details
    Browse the repository at this point in the history
  19. [MIG] web_export_view: Migration to 11.0

    JBF91 authored and pedrobaeza committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    e770e46 View commit details
    Browse the repository at this point in the history
  20. [FIX] web_export_view: Several things:

    * Retrieve all columns even if they are not sortable. Prevent to get select record column
    * Prevent to process float time numbers as real numbers during the export
    benwillig authored and pedrobaeza committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    a4e4079 View commit details
    Browse the repository at this point in the history
  21. [ADD] Crash Manager

    Jose Maria Bernet authored and pedrobaeza committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    9662e81 View commit details
    Browse the repository at this point in the history