-
-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[11.0][MIG] base_report_to_printer + printer tray: Merged together #110
Commits on Oct 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for feae5db - Browse repository at this point
Copy the full SHA feae5dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9598f5 - Browse repository at this point
Copy the full SHA e9598f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9adf1b - Browse repository at this point
Copy the full SHA c9adf1bView commit details -
[FIX] The close should be done in the finally: clause of a try: excep…
…t: because if an exception occurs, a postgresql transaction will be leaked. The except clause should properly rollback the cr
Configuration menu - View commit details
-
Copy full SHA for 4498bce - Browse repository at this point
Copy the full SHA 4498bceView commit details -
Configuration menu - View commit details
-
Copy full SHA for ced1d0c - Browse repository at this point
Copy the full SHA ced1d0cView commit details -
[FIX] update method is accessible from XML/RPC and should return some…
…thing else than None which is forbidden
Configuration menu - View commit details
-
Copy full SHA for 6930c5c - Browse repository at this point
Copy the full SHA 6930c5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b452b33 - Browse repository at this point
Copy the full SHA b452b33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64f8a7f - Browse repository at this point
Copy the full SHA 64f8a7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5db700c - Browse repository at this point
Copy the full SHA 5db700cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 576fbe4 - Browse repository at this point
Copy the full SHA 576fbe4View commit details -
[FIX] isinstance(printer, (str,unicode)):
replaced by isinstance(printer, basestring)
Configuration menu - View commit details
-
Copy full SHA for 76f9704 - Browse repository at this point
Copy the full SHA 76f9704View commit details -
Configuration menu - View commit details
-
Copy full SHA for d57fc8f - Browse repository at this point
Copy the full SHA d57fc8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04eb2b7 - Browse repository at this point
Copy the full SHA 04eb2b7View commit details -
[MIGR] Set the 'installable' flags to False on addons. They should be…
… activated when their migration is done.
Configuration menu - View commit details
-
Copy full SHA for 08db5a9 - Browse repository at this point
Copy the full SHA 08db5a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49d4e2e - Browse repository at this point
Copy the full SHA 49d4e2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9e16db - Browse repository at this point
Copy the full SHA e9e16dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbe2142 - Browse repository at this point
Copy the full SHA bbe2142View commit details -
[IMP] base_report_to_printer - remove class calls and use orm.Model a…
…nd orm.TransientModel instead of osv aliases
Configuration menu - View commit details
-
Copy full SHA for 10b5678 - Browse repository at this point
Copy the full SHA 10b5678View commit details -
Configuration menu - View commit details
-
Copy full SHA for c336491 - Browse repository at this point
Copy the full SHA c336491View commit details -
Configuration menu - View commit details
-
Copy full SHA for 121865f - Browse repository at this point
Copy the full SHA 121865fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dc248d - Browse repository at this point
Copy the full SHA 0dc248dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab4afa3 - Browse repository at this point
Copy the full SHA ab4afa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d39b4d - Browse repository at this point
Copy the full SHA 7d39b4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7f1e0b - Browse repository at this point
Copy the full SHA c7f1e0bView commit details -
[IMP] base_report_to_printer - use an action id in an action method i…
…nstead of a report id makes more sens
Configuration menu - View commit details
-
Copy full SHA for 60d01e0 - Browse repository at this point
Copy the full SHA 60d01e0View commit details -
[FIX] base_report_to_printer - using system_name of printer instead o…
…f printer browse record
Configuration menu - View commit details
-
Copy full SHA for ec028b3 - Browse repository at this point
Copy the full SHA ec028b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3878a86 - Browse repository at this point
Copy the full SHA 3878a86View commit details -
[IMP] base_report_to_printer - return browse record instead of string…
… in behavior for printer
Configuration menu - View commit details
-
Copy full SHA for 63874cb - Browse repository at this point
Copy the full SHA 63874cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42efe15 - Browse repository at this point
Copy the full SHA 42efe15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 083bc82 - Browse repository at this point
Copy the full SHA 083bc82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6af98d2 - Browse repository at this point
Copy the full SHA 6af98d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1f3bd5 - Browse repository at this point
Copy the full SHA d1f3bd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b00c963 - Browse repository at this point
Copy the full SHA b00c963View commit details -
Configuration menu - View commit details
-
Copy full SHA for a11af72 - Browse repository at this point
Copy the full SHA a11af72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 448ceb3 - Browse repository at this point
Copy the full SHA 448ceb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78ef3fd - Browse repository at this point
Copy the full SHA 78ef3fdView commit details -
[IMP] base_report_to_printer - remove osv.except_osv as it breaks the…
… workflow and doesn't permits multiple report to be sent to the printer.
Configuration menu - View commit details
-
Copy full SHA for c51ba5d - Browse repository at this point
Copy the full SHA c51ba5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e4ebc8 - Browse repository at this point
Copy the full SHA 2e4ebc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f876224 - Browse repository at this point
Copy the full SHA f876224View commit details -
Configuration menu - View commit details
-
Copy full SHA for e080114 - Browse repository at this point
Copy the full SHA e080114View commit details -
[IMP] module desciption and remove AUTHORS.txt file to write contribu…
…tors in __openerp__
Configuration menu - View commit details
-
Copy full SHA for 5d4581d - Browse repository at this point
Copy the full SHA 5d4581dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a69abe5 - Browse repository at this point
Copy the full SHA a69abe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0eb93e - Browse repository at this point
Copy the full SHA d0eb93eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f2c1df - Browse repository at this point
Copy the full SHA 9f2c1dfView commit details -
Launchpad automatic translations update.
Unknown authored and Sylvain GARANCHER committedOct 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 3e89077 - Browse repository at this point
Copy the full SHA 3e89077View commit details -
[FIX] user browse was incorrect and never returned records. Fix based…
… on the patch from Egor Tsinko (etsinko)
Lionel Sausin authored and Sylvain GARANCHER committedOct 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 8f5b500 - Browse repository at this point
Copy the full SHA 8f5b500View commit details -
[FIX] the button 'set default' on printers did not work because the f…
…ield was 'required' - this is deprecated on booleans in v7
Lionel Sausin authored and Sylvain GARANCHER committedOct 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 7b22611 - Browse repository at this point
Copy the full SHA 7b22611View commit details -
[IMP] fix/improve printing preference UI
Lionel Sausin authored and Sylvain GARANCHER committedOct 3, 2017 Configuration menu - View commit details
-
Copy full SHA for b085116 - Browse repository at this point
Copy the full SHA b085116View commit details -
[IMP] Use short notation for browse and use pool[] instead of pool.ge…
…t() as suggested by Pedro Manuel Baeza
Lionel Sausin authored and Sylvain GARANCHER committedOct 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 489d419 - Browse repository at this point
Copy the full SHA 489d419View commit details -
Launchpad automatic translations update.
Unknown authored and Sylvain GARANCHER committedOct 3, 2017 Configuration menu - View commit details
-
Copy full SHA for cf0e670 - Browse repository at this point
Copy the full SHA cf0e670View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5b44f3 - Browse repository at this point
Copy the full SHA c5b44f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e49f662 - Browse repository at this point
Copy the full SHA e49f662View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f7bb5f - Browse repository at this point
Copy the full SHA 0f7bb5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bfbd12 - Browse repository at this point
Copy the full SHA 8bfbd12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f8838c - Browse repository at this point
Copy the full SHA 3f8838cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d02f5e6 - Browse repository at this point
Copy the full SHA d02f5e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f46ad66 - Browse repository at this point
Copy the full SHA f46ad66View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce0876e - Browse repository at this point
Copy the full SHA ce0876eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2005273 - Browse repository at this point
Copy the full SHA 2005273View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe3ab51 - Browse repository at this point
Copy the full SHA fe3ab51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05982df - Browse repository at this point
Copy the full SHA 05982dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 242146b - Browse repository at this point
Copy the full SHA 242146bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbe8630 - Browse repository at this point
Copy the full SHA fbe8630View commit details -
Remove the Lock because it is useless on multiprocess
Replace it by a database lock so the different processes are all aware of the lock and the last update timestamp.
Configuration menu - View commit details
-
Copy full SHA for 8a80de3 - Browse repository at this point
Copy the full SHA 8a80de3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87ae352 - Browse repository at this point
Copy the full SHA 87ae352View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c4ea8c - Browse repository at this point
Copy the full SHA 9c4ea8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d89e22 - Browse repository at this point
Copy the full SHA 3d89e22View commit details -
Configuration menu - View commit details
-
Copy full SHA for e15d267 - Browse repository at this point
Copy the full SHA e15d267View commit details -
Configuration menu - View commit details
-
Copy full SHA for aecc0a5 - Browse repository at this point
Copy the full SHA aecc0a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 975afd7 - Browse repository at this point
Copy the full SHA 975afd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad5e8b6 - Browse repository at this point
Copy the full SHA ad5e8b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39bd5e9 - Browse repository at this point
Copy the full SHA 39bd5e9View commit details -
Move the 'skip_update' right in the browse, it prevents a loop
See odoo/odoo#3644 Also, it helps to have the value set/read in context close to each other.
Configuration menu - View commit details
-
Copy full SHA for 7ac2564 - Browse repository at this point
Copy the full SHA 7ac2564View commit details -
Avoid to hits the database too many times to check if the list of
printers needs to be refreshed. Keep the last update datetime in cache and invalidate this datetime if is is older than POLL_INTERVAL. Thus, one process won't hit the DB more than 1 time every POLL_INTERVAL (10 seconds currently) to check if it needs to update the list.
Configuration menu - View commit details
-
Copy full SHA for ebe52ef - Browse repository at this point
Copy the full SHA ebe52efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9df6070 - Browse repository at this point
Copy the full SHA 9df6070View commit details -
Configuration menu - View commit details
-
Copy full SHA for 916d974 - Browse repository at this point
Copy the full SHA 916d974View commit details -
Configuration menu - View commit details
-
Copy full SHA for 262a5db - Browse repository at this point
Copy the full SHA 262a5dbView commit details -
Invalidate the cache when the table is created so the table_exists()
method returns a fresh value after creation of the table
Configuration menu - View commit details
-
Copy full SHA for b015085 - Browse repository at this point
Copy the full SHA b015085View commit details -
Use a cron instead of threads to update printers status
The implementation with threads was blocking the loading of the server in multiprocess. Using a cron will lower the frequency of the updates but at least it is simple and reliable. Fixes OCA#14
Configuration menu - View commit details
-
Copy full SHA for 254495f - Browse repository at this point
Copy the full SHA 254495fView commit details -
Do not write the printer status if it has not changed
Avoid unnecessary UPDATE every minute
Configuration menu - View commit details
-
Copy full SHA for b4e9161 - Browse repository at this point
Copy the full SHA b4e9161View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dc3dd7 - Browse repository at this point
Copy the full SHA 9dc3dd7View commit details -
Give access to models to all users for reading
So they are able to print
Configuration menu - View commit details
-
Copy full SHA for 354bade - Browse repository at this point
Copy the full SHA 354badeView commit details -
[FIX] Bug OCA#19 avoid crash when using 'raw' option
Alexis de Lattre authored and Sylvain GARANCHER committedOct 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 421bcda - Browse repository at this point
Copy the full SHA 421bcdaView commit details -
[Usability] Auto-add Administrator user to the Print group
Make XML code more readable
Alexis de Lattre authored and Sylvain GARANCHER committedOct 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 656939d - Browse repository at this point
Copy the full SHA 656939dView commit details -
base_report_to_printer: add support for remote CUPS server (not just …
…localhost) More logging and better error handling
Alexis de Lattre authored and Sylvain GARANCHER committedOct 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 35dff1b - Browse repository at this point
Copy the full SHA 35dff1bView commit details -
Add CUPS_HOST in more debug logs
Alexis de Lattre authored and Sylvain GARANCHER committedOct 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 77d817a - Browse repository at this point
Copy the full SHA 77d817aView commit details -
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 OCA#16
Configuration menu - View commit details
-
Copy full SHA for 8317010 - Browse repository at this point
Copy the full SHA 8317010View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe9c7a5 - Browse repository at this point
Copy the full SHA fe9c7a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d814ab0 - Browse repository at this point
Copy the full SHA d814ab0View commit details -
Add a limitation in the readme
Corrected some typos at the same time
Configuration menu - View commit details
-
Copy full SHA for c27499c - Browse repository at this point
Copy the full SHA c27499cView commit details -
When get_pdf has no printer, just create the pdf file
And do not print anything, instead of raising an error.
Configuration menu - View commit details
-
Copy full SHA for e8058b2 - Browse repository at this point
Copy the full SHA e8058b2View commit details -
Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has decided to add the OCA as author of all the addons maintained as part of the association.
Configuration menu - View commit details
-
Copy full SHA for 0863057 - Browse repository at this point
Copy the full SHA 0863057View commit details -
Compatibility fix for report with custom parser
By calling `super.get_pdf` in print_document we can encounter trouble with MRO resolution that prevent custom report parser (e.g. override of `get_pdf`) to be called. The fix consist of not calling `super` and prevent multiple call to 'printer.print_document'
Configuration menu - View commit details
-
Copy full SHA for 2a1e3da - Browse repository at this point
Copy the full SHA 2a1e3daView commit details -
Fix set the skip directive in context
instead of a faulty return
Configuration menu - View commit details
-
Copy full SHA for 5095569 - Browse repository at this point
Copy the full SHA 5095569View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6a8463 - Browse repository at this point
Copy the full SHA e6a8463View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55ed4e3 - Browse repository at this point
Copy the full SHA 55ed4e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e991d88 - Browse repository at this point
Copy the full SHA e991d88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 679f21b - Browse repository at this point
Copy the full SHA 679f21bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67ec48b - Browse repository at this point
Copy the full SHA 67ec48bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fe4f72 - Browse repository at this point
Copy the full SHA 3fe4f72View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb0bc40 - Browse repository at this point
Copy the full SHA fb0bc40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bda066 - Browse repository at this point
Copy the full SHA 3bda066View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb3e856 - Browse repository at this point
Copy the full SHA bb3e856View commit details -
Configuration menu - View commit details
-
Copy full SHA for c03f3c0 - Browse repository at this point
Copy the full SHA c03f3c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1580da4 - Browse repository at this point
Copy the full SHA 1580da4View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 3ae8fb2 - Browse repository at this point
Copy the full SHA 3ae8fb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b5db10 - Browse repository at this point
Copy the full SHA 9b5db10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70d61f7 - Browse repository at this point
Copy the full SHA 70d61f7View commit details -
[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.
Roel Adriaans authored and Sylvain GARANCHER committedOct 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 2eac4d4 - Browse repository at this point
Copy the full SHA 2eac4d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b3eddd - Browse repository at this point
Copy the full SHA 9b3edddView commit details -
[IMP] base_report_to_printer: Add test coverage
* Add test coverage * Minor touch ups in wizard * Prefer UserError to Warning
Configuration menu - View commit details
-
Copy full SHA for 3dae851 - Browse repository at this point
Copy the full SHA 3dae851View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for bd6f63e - Browse repository at this point
Copy the full SHA bd6f63eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b655dd1 - Browse repository at this point
Copy the full SHA b655dd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7281bad - Browse repository at this point
Copy the full SHA 7281badView commit details -
[FIX] base_report_to_printer: Switch error type
* Prefer UserError to Warning
Configuration menu - View commit details
-
Copy full SHA for d533a2e - Browse repository at this point
Copy the full SHA d533a2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18d0b76 - Browse repository at this point
Copy the full SHA 18d0b76View commit details -
Configuration menu - View commit details
-
Copy full SHA for f30d68a - Browse repository at this point
Copy the full SHA f30d68aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cab8d0c - Browse repository at this point
Copy the full SHA cab8d0cView commit details -
[10.0][MIG] base_report_to_printer (OCA#68)
* Set api.multi for action called as `object` on view * Merge syleam printers module into base_report_to_printer (OCA#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
Sylvain Garancher committedOct 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 020d89b - Browse repository at this point
Copy the full SHA 020d89bView commit details -
[10] FIX format parameter (OCA#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
Configuration menu - View commit details
-
Copy full SHA for 382ed61 - Browse repository at this point
Copy the full SHA 382ed61View commit details -
Provided steps to installing PyCups
Configuration menu - View commit details
-
Copy full SHA for 36476e1 - Browse repository at this point
Copy the full SHA 36476e1View commit details -
@ authored and Sylvain GARANCHER committed
Oct 3, 2017 Configuration menu - View commit details
-
Copy full SHA for a38e611 - Browse repository at this point
Copy the full SHA a38e611View commit details -
[FIX] base_report_to_printer: A button method should be @api.multi
Sylvain GARANCHER committedOct 3, 2017 Configuration menu - View commit details
-
Copy full SHA for d594b24 - Browse repository at this point
Copy the full SHA d594b24View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5365d1 - Browse repository at this point
Copy the full SHA b5365d1View commit details -
The two monkey-patched method were not called anymore in any module (standard or OCA), and are removed from the next version.
Sylvain GARANCHER committedOct 3, 2017 Configuration menu - View commit details
-
Copy full SHA for a327a8e - Browse repository at this point
Copy the full SHA a327a8eView commit details -
[FIX] Use an HttpCase test class to avoid locking the registry for HT…
…TP threads loading during tests that need wkhtmltopdf
Sylvain GARANCHER committedOct 3, 2017 Configuration menu - View commit details
-
Copy full SHA for d4eb0ae - Browse repository at this point
Copy the full SHA d4eb0aeView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e10d4cc - Browse repository at this point
Copy the full SHA e10d4ccView commit details -
[MIG] base_report_to_printer: Migrate to v11.0
Sylvain GARANCHER committedOct 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 49062b5 - Browse repository at this point
Copy the full SHA 49062b5View commit details
Commits on Oct 4, 2017
-
Sylvain GARANCHER committed
Oct 4, 2017 Configuration menu - View commit details
-
Copy full SHA for 9b48d16 - Browse repository at this point
Copy the full SHA 9b48d16View commit details -
Sylvain GARANCHER committed
Oct 4, 2017 Configuration menu - View commit details
-
Copy full SHA for ab8a687 - Browse repository at this point
Copy the full SHA ab8a687View commit details -
Sylvain GARANCHER committed
Oct 4, 2017 Configuration menu - View commit details
-
Copy full SHA for 470c25a - Browse repository at this point
Copy the full SHA 470c25aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a12c9ba - Browse repository at this point
Copy the full SHA a12c9baView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad80991 - Browse repository at this point
Copy the full SHA ad80991View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a3026f - Browse repository at this point
Copy the full SHA 8a3026fView commit details -
Configuration menu - View commit details
-
Copy full SHA for eee2b55 - Browse repository at this point
Copy the full SHA eee2b55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43e7f32 - Browse repository at this point
Copy the full SHA 43e7f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22ef4ec - Browse repository at this point
Copy the full SHA 22ef4ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0c169d - Browse repository at this point
Copy the full SHA a0c169dView commit details -
Configuration menu - View commit details
-
Copy full SHA for faba475 - Browse repository at this point
Copy the full SHA faba475View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92d1ab6 - Browse repository at this point
Copy the full SHA 92d1ab6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c32e0c - Browse repository at this point
Copy the full SHA 9c32e0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a38e724 - Browse repository at this point
Copy the full SHA a38e724View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7aa6cb - Browse repository at this point
Copy the full SHA a7aa6cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc3900b - Browse repository at this point
Copy the full SHA fc3900bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b51e67 - Browse repository at this point
Copy the full SHA 3b51e67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a4a015 - Browse repository at this point
Copy the full SHA 4a4a015View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4453dab - Browse repository at this point
Copy the full SHA 4453dabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92d5192 - Browse repository at this point
Copy the full SHA 92d5192View commit details -
Configuration menu - View commit details
-
Copy full SHA for badb1e5 - Browse repository at this point
Copy the full SHA badb1e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd58bf3 - Browse repository at this point
Copy the full SHA dd58bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60a8e38 - Browse repository at this point
Copy the full SHA 60a8e38View commit details -
Configuration menu - View commit details
-
Copy full SHA for e91bbb3 - Browse repository at this point
Copy the full SHA e91bbb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ce0909 - Browse repository at this point
Copy the full SHA 0ce0909View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83c4507 - Browse repository at this point
Copy the full SHA 83c4507View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d870c1 - Browse repository at this point
Copy the full SHA 7d870c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 053e8ed - Browse repository at this point
Copy the full SHA 053e8edView commit details -
Add the trays in printing.report.xml.action view
So they can be configured per user and per report
Configuration menu - View commit details
-
Copy full SHA for e13513e - Browse repository at this point
Copy the full SHA e13513eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 529d3af - Browse repository at this point
Copy the full SHA 529d3afView commit details -
Configuration menu - View commit details
-
Copy full SHA for a05e7b7 - Browse repository at this point
Copy the full SHA a05e7b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 352074f - Browse repository at this point
Copy the full SHA 352074fView commit details -
Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has decided to add the OCA as author of all the addons maintained as part of the association.
Configuration menu - View commit details
-
Copy full SHA for 092c0fe - Browse repository at this point
Copy the full SHA 092c0feView commit details -
Configuration menu - View commit details
-
Copy full SHA for c544204 - Browse repository at this point
Copy the full SHA c544204View commit details -
Configuration menu - View commit details
-
Copy full SHA for d76ac42 - Browse repository at this point
Copy the full SHA d76ac42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b5f380 - Browse repository at this point
Copy the full SHA 9b5f380View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9283e42 - Browse repository at this point
Copy the full SHA 9283e42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b30bca - Browse repository at this point
Copy the full SHA 2b30bcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca4035 - Browse repository at this point
Copy the full SHA 8ca4035View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15cac2c - Browse repository at this point
Copy the full SHA 15cac2cView commit details
Commits on Oct 5, 2017
-
FIX: print with copies and installed printer_tray module
Added new Argument to printer_tray also. OCA Transbot updated translations from Transifex
Configuration menu - View commit details
-
Copy full SHA for 77a9e13 - Browse repository at this point
Copy the full SHA 77a9e13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a349f5 - Browse repository at this point
Copy the full SHA 7a349f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bbe10b - Browse repository at this point
Copy the full SHA 9bbe10bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c59f9d6 - Browse repository at this point
Copy the full SHA c59f9d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e11cf22 - Browse repository at this point
Copy the full SHA e11cf22View commit details -
OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex
Configuration menu - View commit details
-
Copy full SHA for 6f08d95 - Browse repository at this point
Copy the full SHA 6f08d95View commit details -
printer_tray: Fix mocking in unit tests (OCA#97)
The mocking was bad, and this bug has been revealed by the usage of mock 2.0.0 OCA Transbot updated translations from Transifex
Configuration menu - View commit details
-
Copy full SHA for d592c4e - Browse repository at this point
Copy the full SHA d592c4eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a251376 - Browse repository at this point
Copy the full SHA a251376View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bfea53 - Browse repository at this point
Copy the full SHA 8bfea53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dcf262 - Browse repository at this point
Copy the full SHA 4dcf262View commit details -
[IMP] Allow users to define their default behaviour and printer
Sylvain GARANCHER committedOct 5, 2017 Configuration menu - View commit details
-
Copy full SHA for 61cf341 - Browse repository at this point
Copy the full SHA 61cf341View commit details -
[WIP] Commit before rebase on latest OCA#109 for user and view updates
Migration of printer_tray to v11 and integration with base_report_to_printer
Configuration menu - View commit details
-
Copy full SHA for d6500e4 - Browse repository at this point
Copy the full SHA d6500e4View commit details
Commits on Oct 6, 2017
-
[PORT] Finalize move of printer_tray to base_report_to_printer,
fix tests as report param is not a string but recordset
Configuration menu - View commit details
-
Copy full SHA for f70720a - Browse repository at this point
Copy the full SHA f70720aView commit details
Commits on Oct 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4375c7b - Browse repository at this point
Copy the full SHA 4375c7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 142cdfb - Browse repository at this point
Copy the full SHA 142cdfbView commit details -
[To FIX] Hackish fix to test, needs to be done properly as behaviour …
…is now part of the call to report.
Configuration menu - View commit details
-
Copy full SHA for 57bd6a1 - Browse repository at this point
Copy the full SHA 57bd6a1View commit details -
[FIX] Set back old tray behaviour to take user or report default if t…
…ray not set on action - update tests for printer tray to new determinant location
Configuration menu - View commit details
-
Copy full SHA for 0d0acbc - Browse repository at this point
Copy the full SHA 0d0acbcView commit details -
[PORT] Finalize move of printer_tray to base_report_to_printer,
fix tests as report param is not a string but recordset
Configuration menu - View commit details
-
Copy full SHA for b63eef0 - Browse repository at this point
Copy the full SHA b63eef0View commit details
Commits on Dec 6, 2017
-
[PORT] Finalize move of printer_tray to base_report_to_printer,
fix tests as report param is not a string but recordset
Configuration menu - View commit details
-
Copy full SHA for 21371f1 - Browse repository at this point
Copy the full SHA 21371f1View commit details -
Merge branch '11.0-refactor-options' into 11.0-printer-tray
# Conflicts: # base_report_to_printer/models/ir_actions_report.py # base_report_to_printer/models/printing_printer.py # base_report_to_printer/tests/test_ir_actions_report.py # base_report_to_printer/tests/test_printing_printer.py # base_report_to_printer/views/printing_report.xml # base_report_to_printer/views/res_users.xml
Configuration menu - View commit details
-
Copy full SHA for cc8e61d - Browse repository at this point
Copy the full SHA cc8e61dView commit details
Commits on Dec 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 506debb - Browse repository at this point
Copy the full SHA 506debbView commit details
Commits on Dec 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9e02139 - Browse repository at this point
Copy the full SHA 9e02139View commit details