-
-
Notifications
You must be signed in to change notification settings - Fork 320
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
[10.0][MIG] base_report_to_printer #68
Commits on Nov 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7f5105f - Browse repository at this point
Copy the full SHA 7f5105fView commit details -
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 committedNov 16, 2016 Configuration menu - View commit details
-
Copy full SHA for 85e5da9 - Browse repository at this point
Copy the full SHA 85e5da9View commit details
Commits on Dec 29, 2016
-
[MIG] Migrate base_report_to_printer to v10.0
Removed deprecated methods on printing.printer (replaced by methods on printing.server)
Sylvain GARANCHER committedDec 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 118400d - Browse repository at this point
Copy the full SHA 118400dView commit details -
[IMP] Add wkhtmltopdf in travis configuration file
Sylvain GARANCHER committedDec 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 54b55dc - Browse repository at this point
Copy the full SHA 54b55dcView commit details -
[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 committedDec 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 2311d57 - Browse repository at this point
Copy the full SHA 2311d57View commit details
Commits on Jan 24, 2017
-
[FIX] Fixed the res.users view
The string attribute should not be used as a selector, because it is translatable.
Sylvain GARANCHER committedJan 24, 2017 Configuration menu - View commit details
-
Copy full SHA for f5afdd0 - Browse repository at this point
Copy the full SHA f5afdd0View commit details
Commits on Feb 23, 2017
-
[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 committedFeb 23, 2017 Configuration menu - View commit details
-
Copy full SHA for 4067f73 - Browse repository at this point
Copy the full SHA 4067f73View commit details
Commits on Mar 22, 2017
-
[FIX] UI is now (un)blocked only when using qweb-pdf reports in stand…
…ard addons
Sylvain GARANCHER committedMar 22, 2017 Configuration menu - View commit details
-
Copy full SHA for 6d915af - Browse repository at this point
Copy the full SHA 6d915afView commit details