Commit Graph

77 Commits

Author SHA1 Message Date
OCA-git-bot
4e286d2924 [ADD] setup.py 2019-10-18 11:27:50 +00:00
OCA-git-bot
cb45b28d96 [UPD] README.rst 2019-10-18 11:27:49 +00:00
oca-travis
c2dd06c792 [UPD] Update base_report_to_printer.pot 2019-10-18 11:17:02 +00:00
OCA-git-bot
868069bb58 Merge PR #181 into 13.0
Signed-off-by pedrobaeza
2019-10-18 11:05:59 +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
OCA-git-bot
755da9b028 [UPD] README.rst 2019-10-14 09:40:48 +02:00
OCA Transbot
f3d86fac86 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: report-print-send-12.0/report-print-send-12.0-base_report_to_printer
Translate-URL: https://translation.odoo-community.org/projects/report-print-send-12-0/report-print-send-12-0-base_report_to_printer/
2019-10-14 09:40:48 +02:00
oca-travis
851f8954d5 [UPD] Update base_report_to_printer.pot 2019-10-14 09:40:47 +02:00
OCA-git-bot
db3040ae88 [ADD] icon.png 2019-10-14 09:40:47 +02:00
Graeme Gellatly
43c0c17053 [WIP] Migrate base_report_to_printer to V12 2019-10-14 09:40:47 +02:00
Enric Tobella
07664778b0 Translated using Weblate (Spanish)
Currently translated at 99.3% (139 of 140 strings)

Translation: report-print-send-11.0/report-print-send-11.0-base_report_to_printer
Translate-URL: https://translation.odoo-community.org/projects/report-print-send-11-0/report-print-send-11-0-base_report_to_printer/es/
2019-10-14 09:40:47 +02:00
Maxime Chambreuil
4672a2dee3 [FIX] Group inheritance 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
oca-travis
5e984380fd [UPD] Update base_report_to_printer.pot 2019-10-14 09:40:47 +02:00
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