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

[10.0][MIG] base_report_to_printer #68

Merged
merged 8 commits into from
Apr 5, 2017

Commits on Nov 16, 2016

  1. Set api.multi for action called as object on view

    yvaucher authored and Sylvain GARANCHER committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    7f5105f View commit details
    Browse the repository at this point in the history
  2. Merge syleam printers module into base_report_to_printer (OCA#60)

    * [IMP] Updated unit tests
    
    * [FIX] Fixed renamed attributes
    
    * [FIX] Remove deleted fields
    
    * [IMP] Add printing.server and printing.job models
    
    * [IMP] Allow to cancel all jobs, enable, and disable printers
    
    * [IMP] Split the cups part of print_document into a new print_file method
    
    * [IMP] Updated cron job to run the action_update_jobs method
    
    * [ADD] Add a migration script to create a printing server from configuration
    Sylvain Garancher committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    85e5da9 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. [MIG] Migrate base_report_to_printer to v10.0

    Removed deprecated methods on printing.printer (replaced by methods on
            printing.server)
    Sylvain GARANCHER committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    118400d View commit details
    Browse the repository at this point in the history
  2. [IMP] Add wkhtmltopdf in travis configuration file

    Sylvain GARANCHER committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    54b55dc View commit details
    Browse the repository at this point in the history
  3. [FIX] base_report_to_printer: Fix Update Job Cron

    * Fix API issue with Update Job Cron
    ** Forward Port from 9.0
    Ted Salmon authored and Sylvain GARANCHER committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    2311d57 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. [FIX] Fixed the res.users view

    The string attribute should not be used as a selector, because it is
    translatable.
    Sylvain GARANCHER committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    f5afdd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. [FIX] Fixed the print_document method of report

    The new API migration was made to @api.multi because of the "cr, uid,
    ids" signature, but "ids" was the ids of the records to print here, not
    the report's ids.
    Also, the new API version of "get_pdf" get directly the ids of the
    records to print in the standard module, not a recordset.
    Sylvain GARANCHER committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    4067f73 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. [FIX] UI is now (un)blocked only when using qweb-pdf reports in stand…

    …ard addons
    Sylvain GARANCHER committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    6d915af View commit details
    Browse the repository at this point in the history