Commit Graph

19 Commits

Author SHA1 Message Date
Akim Juillerat
41d4bda114 Fix travis.yml 2022-03-21 16:05:00 +01:00
Moises Lopez - https://www.vauxoo.com/
f1d1713fb7 [REF] .travis.yml: Using wkhtmltopdf version from MQT 2017-10-02 14:40:38 +02:00
Sylvain GARANCHER
50675ef26b [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.
2017-08-25 16:04:17 +02:00
Sylvain Garancher
3f3d06a004 [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
2017-04-05 09:06:16 -07:00
Pedro M. Baeza
844caf79d5 [MIG] Update metafiles 2016-10-06 16:06:39 +02:00
Dave Lasley
ae151f86fc [FIX] Update travis to new spec 2016-07-05 21:35:33 -07:00
Pedro M. Baeza
afd11950e4 [MIG] Update metafiles 2015-10-14 03:31:57 +02:00
Alexandre Fayolle
4d98885fb4 Update travis configuration
use sudo: false to enable container build
use cache: pip to cache pip packages
2015-07-24 23:34:14 +02:00
Alexandre Fayolle
acad492643 Update travis configuration
Follow OCA/maintainer-quality-tools#187 and use addons/apt/package directive to
install our build dependencies. This allows using container based Travis builds
(which should be faster).
2015-05-14 22:14:47 +02:00
Alexandre Fayolle
6deacbe044 don't use travis container-based infrastructure 2015-03-27 16:21:13 +01:00
Yannick Vaucher
b261688892 Separated Lint tests 2014-12-16 11:18:40 +01:00
Guewen Baconnier
1560d85e85 Run tests with unit tests only
I think we don't need to run tests both separately and altogether
2014-11-04 10:52:11 +01:00
Guewen Baconnier
cf70d214af Use the same indentation of 2 spaces 2014-11-04 10:46:18 +01:00
Guewen Baconnier
a7ba3ec677 Use the env variable for the version 2014-11-04 10:42:24 +01:00
Guewen Baconnier
2fd5e42cdc travis_run_flake8 is deprecated 2014-11-04 10:41:09 +01:00
Guewen Baconnier
905a0702ee add UNIT_TEST 2014-11-04 10:40:36 +01:00
Guewen Baconnier
48d4aaa593 Update .travis.yml to the last quality tools 2014-11-04 10:32:34 +01:00
Yannick Vaucher
679fbdcf3e Update .travis.yml 2014-07-07 15:53:57 +02:00
Yannick Vaucher
79b3da3cfb add .travis.yml 2014-07-04 15:41:20 +02:00