14 Commits

Author SHA1 Message Date
OCA-git-bot
013c73bece [UPD] README.rst 2023-09-03 15:55:21 +00:00
OCA-git-bot
a35af73086 [UPD] README.rst 2022-03-28 09:46:49 +00:00
OCA-git-bot
b7a89f1cee [UPD] README.rst 2021-11-14 11:47:46 +00:00
OCA-git-bot
166133edbd [UPD] README.rst 2021-11-09 15:24:37 +00:00
Akim Juillerat
e4ce148208 [ADD] base_report_to_printer: Print attachments wizard 2020-08-06 12:25:12 +02:00
OCA-git-bot
cdfb1310cd [UPD] README.rst 2019-07-29 03:32:12 +00:00
OCA-git-bot
0c3cea41b2 [ADD] icon.png 2019-05-13 17:26:46 +00:00
Graeme Gellatly
133a1e1bd3 [WIP] Migrate base_report_to_printer to V12 2019-05-12 20:52:38 +12:00
Graeme Gellatly
ab0adcd825 [FIX] Fix the javascript calls 2019-05-12 20:52:38 +12:00
Graeme Gellatly
a06dc38f53 [FIX] Runbot error, try new cron code, plus @yajo review cleanup 2019-05-12 20:52:38 +12:00
Sylvain GARANCHER
96f2ea85fc [MIG] base_report_to_printer: Migrate to v11.0 2019-05-12 20:52:38 +12:00
Sylvain Garancher
afc9a95219 [10.0][MIG] base_report_to_printer (#68)
* Set api.multi for action called as `object` on view

* Merge syleam printers module into base_report_to_printer (#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

* [MIG] Migrate base_report_to_printer to v10.0

Removed deprecated methods on printing.printer (replaced by methods on
        printing.server)

* [IMP] Add wkhtmltopdf in travis configuration file

* [FIX] base_report_to_printer: Fix Update Job Cron
* Fix API issue with Update Job Cron
** Forward Port from 9.0

* [FIX] Fixed the res.users view

The string attribute should not be used as a selector, because it is
translatable.

* [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.

* [FIX] UI is now (un)blocked only when using qweb-pdf reports in standard addons
2019-05-12 20:52:38 +12:00
Dave Lasley
b41ad5987c [MIG] base_report_to_printer: Upgrade to v9 2019-05-12 20:52:38 +12:00
Guewen Baconnier
e027233638 Do no longer returns a PDF when a report is printed
Instead, a notification is displayed to the user.
When report.get_pdf() is called on a report that must be printer,
it will print the report *and* returns the pdf, thus code that
calls directly report.get_pdf() will print the pdf on the printer
as expected.

Fixes #16
2019-05-12 20:52:38 +12:00