Skip to content
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

Migration of base_report_to_printer #12

Merged
merged 26 commits into from Nov 19, 2014
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
2201af6
Move base_report_to_printer to root from __unported__
guewen Nov 12, 2014
2075727
Set module installable
guewen Nov 12, 2014
3c65ba8
Extract description of the module in README.RST
guewen Nov 12, 2014
934b1ab
base_calendar passed away
guewen Nov 12, 2014
91162b1
Migrate ir_report.py to new API
guewen Nov 14, 2014
435c7b7
Migrate printing.py to new API
guewen Nov 14, 2014
03570cb
Migrate res_users.py to new API
guewen Nov 14, 2014
7da56f4
Migrate report_xml_action.py to new API
guewen Nov 14, 2014
c838c1e
Migrate wizard/update_printers.py to new API
guewen Nov 14, 2014
5232a64
Better view for wizard
guewen Nov 17, 2014
fcafe35
Recursion when calling a method with old-style api signature from browse
guewen Nov 14, 2014
d474edc
Remove the Lock because it is useless on multiprocess
guewen Nov 17, 2014
838c669
browse is called often enough to call the update routine (even too much)
guewen Nov 17, 2014
aa22f62
Implements the print on the new 'report' model
guewen Nov 17, 2014
e289ebe
Restore the print capability on deprecated reports
guewen Nov 17, 2014
cbe238d
Update copyrights
guewen Nov 17, 2014
b7e1303
Improve form view, add search view for printers
guewen Nov 17, 2014
e8536d4
Update translations, add a string to URI so it is uppercased
guewen Nov 17, 2014
fa77924
missing api decorator
guewen Nov 17, 2014
00fbd09
We need the report in print_document and print options (needed in
guewen Nov 17, 2014
66a47f1
Move the 'skip_update' right in the browse, it prevents a loop
guewen Nov 17, 2014
3b63ab2
Avoid to hits the database too many times to check if the list of
guewen Nov 17, 2014
5805a6f
Refresh the list of printers every 15 seconds instead of 10
guewen Nov 17, 2014
caa9edb
Extract a method so it will be easier to override in printer_tray
guewen Nov 17, 2014
2cc8ae8
Error on installation of the module
guewen Nov 18, 2014
de1360f
Invalidate the cache when the table is created so the table_exists()
guewen Nov 18, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
132 changes: 0 additions & 132 deletions __unported__/base_report_to_printer/ir_report.py

This file was deleted.

224 changes: 0 additions & 224 deletions __unported__/base_report_to_printer/printing.py

This file was deleted.