Commit Graph

61 Commits

Author SHA1 Message Date
Enric Tobella
289b878088 [FIX] missing super declaration 2019-10-14 09:40:47 +02:00
Bhavesh Odedra
b8615676a8 [FIX] Permission issue 2019-10-14 09:40:47 +02:00
OCA Transbot
e33d67376d OCA Transbot updated translations from Transifex 2019-10-14 09:40:47 +02:00
Sylvain GARANCHER
6f1f465c29 [FIX] Allow to generate printing options without a report 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
OCA Transbot
8e28d3bce9 OCA Transbot updated translations from Transifex 2019-10-14 09:40:47 +02:00
Jairo Llopis
368cad6a45 [FIX] base_report_to_printer: Stateless tests (#123)
If the test was run in a database with the `account` module installed, they were failing for 2 reasons:

- It was searching for the first report it could find, with the first 5 records to report. This made it load the `account.report_agedpartnerbalance` report, which caused a fake `TypeError: 'NoneType' object has no attribute '__getitem__'` error.
- It was running tests without loading the full module graph, thus not getting the default value for the new required `invoice_warn` field.

Now tests are run in `post_install` mode to load full module graph, and they use stateless data.
2019-10-14 09:40:47 +02:00
Florent de Labarre
fe418ea718 FIX view 2019-10-14 09:40:47 +02:00
OCA Transbot
c98d9c8cf9 OCA Transbot updated translations from Transifex 2019-10-14 09:40:47 +02:00
Graeme Gellatly
78eb26cd61 [FIX] Fix the javascript calls 2019-10-14 09:40:47 +02:00
Graeme Gellatly
6ce41d9c88 [FIX] Runbot error, try new cron code, plus @yajo review cleanup 2019-10-14 09:40:47 +02:00
Graeme Gellatly
95bf2e4903 [PORT] Finalize move of printer_tray to base_report_to_printer,
fix tests as report param is not a string but recordset
2019-10-14 09:40:47 +02:00
Graeme Gellatly
e0a3b5ca1b [FIX] Set back old tray behaviour to take user or report default if tray not set on action - update tests for printer tray to new determinant location 2019-10-14 09:40:47 +02:00
Graeme Gellatly
5e4b7a13e4 [To FIX] Hackish fix to test, needs to be done properly as behaviour is now part of the call to report. 2019-10-14 09:40:47 +02:00
Graeme Gellatly
2ddb61af97 [FIX] Update tests to new return signature of behaviour 2019-10-14 09:40:47 +02:00
Graeme Gellatly
0bf5187911 [REF] Refactor the way print options are defined and sent. 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
877e5cbcc9 [IMP] Allow users to define their default behaviour and 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
Graeme Gellatly
68d199b8b4 [FIX] Minor bugfixes
Printer Tray isn't an app
Base Report To printer ir.actions.report.xml view xpath error and missing page name
Put to before security as security tab doesn't do much and if this module is installed it should be the hero page
2019-10-14 09:40:47 +02:00
Sylvain GARANCHER
599d422bfc [FIX] Use an HttpCase test class to avoid locking the registry for HTTP threads loading during tests that need wkhtmltopdf 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
OCA Transbot
b4cd56a1df OCA Transbot updated translations from Transifex 2019-10-14 09:40:47 +02:00
Sylvain GARANCHER
4caff86d48 [FIX] base_report_to_printer: A button method should be @api.multi 2019-10-14 09:40:47 +02:00
BLUTEC™ Solutions
db2d3d31dd Update README.rst
Provided steps to installing PyCups
2019-10-14 09:40:47 +02:00
Angel Moya - PESOL
2def7c8576 [10] FIX format parameter (#84)
* FIX format parameter

To be able to print files in raw format it's needed to set this parameter.

Previous code was not able to print raw files, but it didn't get error because 'format' used on line 107 is assumed as a format funtion, because format parameter was not on this scope.

* FIX pep8
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
Pedro M. Baeza
2886f2df65 [MIG] Make modules uninstallable 2019-10-14 09:40:47 +02:00
yvaucher
0831622120 Fix placeholder for repo in readme.rst 2019-10-14 09:40:47 +02:00
Dave Lasley
8f8068dc73 [FIX] base_report_to_printer: Switch error type
* Prefer UserError to Warning
2019-10-14 09:40:47 +02:00
Dave Lasley
64c6921bbc [FIX] base_report_to_printer: Remove execute bit 2019-10-14 09:40:47 +02:00
Dave Lasley
5e162ae1e2 [FIX] base_report_to_printer: Unify logger import 2019-10-14 09:40:47 +02:00
Dave Lasley
89a6d54e26 [FIX] base_report_to_printer: Minor fixes
* Migrate print_document method to v8 api exclusively
* Use api.multi on _can_print_report
* Simplify printing_printer description
* Simplify noupdate declaration
2019-10-14 09:40:47 +02:00
Dave Lasley
2215316605 [IMP] base_report_to_printer: Add test coverage
* Add test coverage
* Minor touch ups in wizard
* Prefer UserError to Warning
2019-10-14 09:40:47 +02:00
Dave Lasley
ecc844e046 [MIG] base_report_to_printer: Upgrade to v9 2019-10-14 09:40:47 +02:00
Roel Adriaans
4350d41f9c [IMP] Soft fail on missing cups import
cups is an external dependency, if it is not installed Odoo will not start.
OCA guidelines specify guidelines for External dependencies, code is from there.
2019-10-14 09:40:47 +02:00
Yannick Vaucher
afd2989806 Merge branch '8.0' of https://github.com/intero-chz/report-print-send into 8.0 2019-10-14 09:40:47 +02:00
Alexis de Lattre
013a0099c0 Add support for multiple copies 2019-10-14 09:40:47 +02:00
czoellner
50b4fff08a pass context to printer to use it for example in print_options()
* context was lost while getting report
* now it will be passed using with_context
* could be used for print_options (example: pass copies amount for
productlabals)
2019-10-14 09:40:47 +02:00
Pedro M. Baeza
80b273b005 [MIG] Make modules uninstallable 2019-10-14 09:40:47 +02:00
Stéphane Bidoul
c39f177ee5 [UPD] prefix versions with 8.0 2019-10-14 09:40:47 +02:00
Yannick Vaucher
56da7cbc66 [PEP8] 2019-10-14 09:40:47 +02:00
vrenaville
d20da7b2dd [FIX] test if the module is installed before monkey patching 2019-10-14 09:40:47 +02:00
Anthony Muschang
f21cc0951f [FIX] base_report_to_printer: make print_document callable from 8.0 api 2019-10-14 09:40:47 +02:00
Anthony Muschang
0781c4a8fa [FIX] base_report_to_printer: make get_pdf callable from 8.0 api 2019-10-14 09:40:47 +02:00
Nicolas Bessi
f72b99a388 Improve bloated condition test 2019-10-14 09:40:47 +02:00
Guewen Baconnier
4e43307284 dict.copy() is more efficient than calling dict 2019-10-14 09:40:47 +02:00
Guewen Baconnier
9f75214992 Vague method name, put the predicate method closer to its caller 2019-10-14 09:40:47 +02:00
Guewen Baconnier
7d66d2d1e7 Past tense is confusing 2019-10-14 09:40:47 +02:00