Commit Graph

19 Commits

Author SHA1 Message Date
OCA-git-bot
46af3f7856 base_report_to_printer 13.0.1.3.0 2021-12-02 11:06:29 +00:00
OCA-git-bot
ef7c14f7cb base_report_to_printer 13.0.1.2.2 2021-11-09 13:52:07 +00:00
OCA-git-bot
58b6f1b60c Merge PR #244 into 13.0
Signed-off-by gurneyalex
2021-11-09 12:37:17 +00:00
OCA-git-bot
a2566f99a9 base_report_to_printer 13.0.1.2.1 2021-02-08 15:47:04 +00:00
Thomas Binsfeld
111b137e7c [FIX] base_report_to_printer: add dependency on mail
On existing installations, the cron creation fails because of the activity_user_type required field.
Adding a dependency on the mail module solved the problem.
2021-01-20 16:02:53 +01:00
OCA-git-bot
4cce11b1ef base_report_to_printer 13.0.1.2.0 2020-12-15 20:58:49 +00:00
OCA-git-bot
31c5e2ad6a base_report_to_printer 13.0.1.1.0 2020-09-21 08:03:33 +00:00
Rod Schouteden
958417cd02 Update base_report_to_printer/__manifest__.py
[13.0] [MIG] set correct website in manifest

Co-Authored-By: Raf Ven <raf.ven@dynapps.be>
2019-10-18 10:17:49 +02:00
Pedro M. Baeza
3af4444f03 [FIX] .travis.yml: Update definition 2019-10-16 13:21:42 +02:00
Rod Schouteden
5f72fdeced [MIG] base_report_to_printer: Migration to 13.0 2019-10-14 09:40:48 +02:00
Graeme Gellatly
43c0c17053 [WIP] Migrate base_report_to_printer to V12 2019-10-14 09:40:47 +02:00
Oscar Ulises Garza Cordova
0e347378be [FIX][base_report_to_printer] - behaviour to print the report succesfully. 2019-10-14 09:40:47 +02:00
Bhavesh Odedra
b8615676a8 [FIX] Permission issue 2019-10-14 09:40:47 +02:00
Yannick Vaucher
edebf0094e Bump base_report_to_printer version to 11.0.2.1.0 2019-10-14 09:40:47 +02:00
Graeme Gellatly
52a8e0ec2b [WIP] Commit before rebase on latest #109 for user and view updates
Migration of printer_tray to v11 and integration with base_report_to_printer
2019-10-14 09:40:47 +02:00
Sylvain GARANCHER
f1713f7288 [MIG] base_report_to_printer: Migrate to v11.0 2019-10-14 09:40:47 +02:00
Sylvain GARANCHER
2b251a7432 [REM] Removed dead code
The two monkey-patched method were not called anymore in any module
(standard or OCA), and are removed from the next version.
2019-10-14 09:40:47 +02:00
Sylvain Garancher
077aa4d67b [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-10-14 09:40:47 +02:00
Pedro M. Baeza
1cbb6cc06f [MIG] Rename manifest files 2019-10-14 09:40:47 +02:00