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

[12.0][MIG] date_range #25

Merged
merged 23 commits into from
Oct 4, 2018
Merged

[12.0][MIG] date_range #25

merged 23 commits into from
Oct 4, 2018

Commits on Oct 2, 2018

  1. 9.0 add date range Sorrento Delivery

    * [ADD] Basic structure for the new date range module
    
    * [IMP] Add a basic description into the README
    
    * [IMP] Basic implementation
    
    * [IMP] First working implementation
    
    * [IMP] Improve datamodel
    
    * [ADD] Add basic tests for date.range
    
    * [PEP8]
    
    * [PYLINT]
    
    * [DEL] Remove unused code
    
    * [IMP] Remove unsused dependencies into the JS
    
    * [IMP] Better operator label for date range
    
    * [DEL] Remove unused file
    
    * [IMP] Better user experience by showing the select input only once empty
    
    * [FIX]Try to fix tests that fails only on travis by adding an explicit cast on the daterange methods parameters
    
    * [FIX]Try to fix tests that fails only on travis by adding an explicit cast on the daterange methods parameters
    
    * [FIX]Try to fix tests that fails only on travis by using postgresql 9.4
    
    * [FIX]Try with postgresql 9.2 since the daterange method has appeared in 9.2
    
    * [IMP] Add a limitation into the module description to warm about the minimal version of postgresql to use
    
    * [IMP]Add multi-company rules
    
    * [IMP]Remove unused files
    
    * [FIX] Add missing brackets into JS
    
    * [FIX] Overlap detection when company_id is False
    
    * [IMP] Add default order for date.range
    
    * [IMP] Add date range generator
    
    * [FIX] OE compatibility
    
    * [FIX] Travis
    
    * [IMP] Code cleanup and improves test coverage
    
    * [FIX] Add missing dependency on 'web'
    
    * [PYLINT] remove unused import
    
    * [FIX] Add missing copyright
    
    * [FIX] Limits are included into the range
    
    * [IMP][date_range] Security
    
    * [IMP] Improve module description
    
    * [IMP] Spelling
    lmignon authored and pedrobaeza committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    9a52d21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc0b579 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fddf1dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00b05cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d1feaf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bcbd0f View commit details
    Browse the repository at this point in the history
  7. [IMP] date_range: Several things

    * Improve 'name' for generator wizard
    
      ir.rule should be active by default
    * Don't auto-add '-' after prefix when generating date ranges via wizard
    * code fine tuning suggested by Sylvain Garancher
    alexis-via authored and pedrobaeza committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    1f18334 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6650a79 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a54a1e View commit details
    Browse the repository at this point in the history
  10. [MIG] date_range

    etobella authored and pedrobaeza committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    a44c13a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9616d59 View commit details
    Browse the repository at this point in the history
  12. Fix unlink date range type.

    Fekete Mihai authored and pedrobaeza committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    c31ed03 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d4fa110 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e658014 View commit details
    Browse the repository at this point in the history
  15. [UPD] README.rst

    OCA-git-bot authored and pedrobaeza committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    1075227 View commit details
    Browse the repository at this point in the history
  16. [UPD] Update date_range.pot

    oca-travis authored and pedrobaeza committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    0ce4643 View commit details
    Browse the repository at this point in the history
  17. Translated using Weblate (Arabic)

    Currently translated at 89.1% (41 of 46 strings)
    
    Translation: server-ux-11.0/server-ux-11.0-date_range
    Translate-URL: https://translation.odoo-community.org/projects/server-ux-11-0/server-ux-11-0-date_range/ar/
    osoul authored and pedrobaeza committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    8e6776f View commit details
    Browse the repository at this point in the history
  18. [IMP] date_range: Pass integration tests

    If any module adds a required field on company, module fails. Executing it on
    post_install, there's no problem.
    pedrobaeza committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    dde45ee View commit details
    Browse the repository at this point in the history
  19. [UPD] README.rst

    OCA-git-bot authored and pedrobaeza committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    c42963a View commit details
    Browse the repository at this point in the history
  20. [UPD] Update date_range.pot

    oca-travis authored and pedrobaeza committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    55f9091 View commit details
    Browse the repository at this point in the history
  21. Translated using Weblate (Danish)

    Currently translated at 82.6% (38 of 46 strings)
    
    Translation: server-ux-11.0/server-ux-11.0-date_range
    Translate-URL: https://translation.odoo-community.org/projects/server-ux-11-0/server-ux-11-0-date_range/da/
    hhgabelgaard authored and pedrobaeza committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    d96646d View commit details
    Browse the repository at this point in the history
  22. [12.0][MIG] date_range

    astirpe committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    a40a8dd View commit details
    Browse the repository at this point in the history
  23. eslint

    astirpe committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    efe409b View commit details
    Browse the repository at this point in the history