odoo/addons
openerp-sle 8dbd892d8b [IMP] Added the route converting all reports to pdf thanks to wkhtmltopdf. The html rendered report is downloaded via werkzeug.test.client and then parsed into an lxml.etree in order to extract only the useful data : local css, header, content and footer. We then generate a minimalist html page that is passed to wkhtmltopdf. Save in attachment feature is handled. A method transform a paperformat object into a list of parameters for wkhtmltopdf. Multiple IDS reports are generated in different pdf merged at the end.
bzr revid: openerp-sle@openerp-sle.home-20140212180934-dupp8x2ivo52uzib
2014-02-12 19:09:34 +01:00
..
account [MERGE] [IMP] account: payment term configuration: do not fool people by 2014-02-07 16:12:35 +01:00
account_accountant Launchpad automatic translations update. 2014-03-12 05:26:04 +00:00
account_analytic_analysis [MERGE] sales/crm: minor improvements in account_analytic_analysis, crm, event_sale, hr_timesheet_invoice, sale views 2014-02-05 17:03:47 +01:00
account_analytic_default Launchpad automatic translations update. 2014-01-28 06:41:39 +00:00
account_analytic_plans Launchpad automatic translations update. 2014-03-09 06:03:14 +00:00
account_anglo_saxon [MERGE] trunk 2014-01-29 03:19:16 +01:00
account_asset [MERGE] merge from trunk into local branch 2014-01-30 14:52:51 +01:00
account_bank_statement_extensions Launchpad automatic translations update. 2014-03-04 08:27:04 +00:00
account_budget Launchpad automatic translations update. 2014-03-09 06:03:14 +00:00
account_cancel Launchpad automatic translations update. 2014-03-12 05:26:04 +00:00
account_chart Launchpad automatic translations update. 2014-01-28 06:41:39 +00:00
account_check_writing [FIX] account_check_writing: set the amount_in_word even if the check is not created through the voucher form (for example, for checks created through pay wizard of invoices) 2014-03-12 12:03:03 +01:00
account_followup Launchpad automatic translations update. 2014-03-09 06:03:14 +00:00
account_payment Launchpad automatic translations update. 2014-03-09 06:03:14 +00:00
account_sequence Launchpad automatic translations update. 2014-03-09 06:03:14 +00:00
account_test Launchpad automatic translations update. 2014-01-28 06:41:39 +00:00
account_voucher Launchpad automatic translations update. 2014-03-11 06:08:54 +00:00
analytic Launchpad automatic translations update. 2014-02-06 06:25:10 +00:00
analytic_contract_hr_expense Launchpad automatic translations update. 2014-03-04 08:27:04 +00:00
analytic_user_function Launchpad automatic translations update. 2014-02-06 06:25:10 +00:00
anonymization Launchpad automatic translations update. 2014-01-28 06:41:39 +00:00
association Launchpad automatic translations update. 2014-01-28 06:41:39 +00:00
audittrail [FIX]audittrail:on deletion of record from one2many and saving the parent form error raised as list index out of range (Ref: Case 604750) 2014-03-12 11:15:35 +05:30
auth_crypt Launchpad automatic translations update. 2014-02-06 05:33:23 +00:00
auth_ldap [MERGE] forward port of branch saas-2 up to revid 9109 dle@openerp.com-20140129171022-wf6244k90lpncmah 2014-01-29 19:47:03 +01:00
auth_oauth [REM] remove disable_db and ensure_db() from addons 2014-01-30 10:23:08 +01:00
auth_oauth_signup [MERGE] saas-3 2014-02-09 15:03:15 +01:00
auth_openid [FIX] *: replace urllib calls by werkzeug calls, as werkzeug handles utf-8 encoding while urllib doesnt 2014-01-30 12:24:08 +01:00
auth_signup [MERGE] saas-3 2014-02-09 15:03:15 +01:00
base_action_rule Launchpad automatic translations update. 2014-03-04 08:27:04 +00:00
base_gengo Launchpad automatic translations update. 2014-01-29 06:03:26 +00:00
base_geolocalize [FIX] base_geolocalize unlist removed demo file 2014-01-28 21:58:23 +01:00
base_iban Launchpad automatic translations update. 2014-01-28 06:41:39 +00:00
base_import [FIX] base_import: avoid name clash when importing ir.translation records. Call the orm method directly. 2014-03-13 09:28:13 +01:00
base_report_designer Launchpad automatic translations update. 2014-02-06 06:25:10 +00:00
base_setup [MERGE] trunk 2014-01-29 03:19:16 +01:00
base_vat [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9846 revid:dle@openerp.com-20140217124044-o8sgz1esfqeha01f 2014-02-17 13:42:30 +01:00
board Launchpad automatic translations update. 2014-02-13 06:47:42 +00:00
calendar Launchpad automatic translations update. 2014-02-06 05:33:23 +00:00
claim_from_delivery Launchpad automatic translations update. 2014-02-04 06:48:35 +00:00
contacts Launchpad automatic translations update. 2014-02-06 05:33:23 +00:00
crm [MERGE] saas-3 2014-02-09 15:03:15 +01:00
crm_claim Launchpad automatic translations update. 2014-03-17 05:09:59 +00:00
crm_helpdesk Launchpad automatic translations update. 2014-03-04 08:27:04 +00:00
crm_partner_assign [MERGE] trunk-website-al 2014-01-31 01:51:57 +01:00
crm_profiling Launchpad automatic translations update. 2014-01-28 06:41:39 +00:00
crm_todo Launchpad automatic translations update. 2014-01-28 06:41:39 +00:00
decimal_precision merge upstream 2014-01-29 20:08:34 +01:00
delivery [FIX] Fix bug with demo data from delivery module. We create a grid, but without specify to "use_detailed_pricelist" 2014-01-30 22:49:44 +01:00
document Launchpad automatic translations update. 2014-02-04 06:48:35 +00:00
document_ftp [MERGE] forward port of branch saas-2 up to revid 9109 dle@openerp.com-20140129171022-wf6244k90lpncmah 2014-01-29 19:47:03 +01:00
document_page Launchpad automatic translations update. 2014-02-04 06:48:35 +00:00
document_webdav Launchpad automatic translations update. 2014-01-29 06:03:26 +00:00
edi Launchpad automatic translations update. 2014-02-04 06:48:35 +00:00
email_template [MERGE] saas-3 2014-02-09 15:03:15 +01:00
event [IMP] website apps flagged as such: website, website_event (replaces event), website_blog, website_sale 2014-01-31 10:27:21 +01:00
event_sale [MERGE] sales/crm: minor improvements in account_analytic_analysis, crm, event_sale, hr_timesheet_invoice, sale views 2014-02-05 17:03:47 +01:00
fetchmail [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9846 revid:dle@openerp.com-20140217124044-o8sgz1esfqeha01f 2014-02-17 13:42:30 +01:00
fleet Launchpad automatic translations update. 2014-02-12 05:29:33 +00:00
gamification [IMP] gamification: put challenge list above goals to be more user friendly 2014-02-07 11:55:29 +01:00
gamification_sale_crm [FIX] gamification_sale_crm: in demo data, end_date is last day of month, not 31th of month 2014-02-03 10:18:48 +01:00
google_account Launchpad automatic translations update. 2014-02-06 05:33:23 +00:00
google_calendar [FIX] google_calendar: store empty strings in config_parameters 2014-01-28 19:12:37 +01:00
google_drive Launchpad automatic translations update. 2014-02-09 06:19:40 +00:00
google_spreadsheet [FIX] *: using werkzeug.url_encode instead of urllib.urlencode because urliblib.encode does not accept unicode 2014-01-29 13:13:16 +01:00
hr [FIX] hr: demo data: removed color definition as this field is defind in hr_recruitment, not in hr 2014-02-11 13:05:51 +01:00
hr_applicant_document [ADD] [FIX] hr_applicant_document: added forgottent init file 2013-12-06 17:58:24 +01:00
hr_attendance Launchpad automatic translations update. 2014-03-20 06:19:44 +00:00
hr_contract [CLEAN] hr: review and cleaning before merging 2014-02-10 17:13:26 +01:00
hr_evaluation Launchpad automatic translations update. 2014-03-04 08:27:04 +00:00
hr_expense [MERGE] merge from trunk into local branch 2014-01-30 14:52:51 +01:00
hr_gamification [FIX] gamification: convert missed type to definition filter (goal history menu will group by user and definition) 2014-02-07 11:33:57 +01:00
hr_holidays [FIX] hr.holidays test: adapt assertRaises due to constraint validation change in server 2014-01-30 19:23:51 +01:00
hr_payroll Launchpad automatic translations update. 2014-02-09 06:19:40 +00:00
hr_payroll_account [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9885 revid:dle@openerp.com-20140310114026-r0ijm0m36su19wn7 2014-03-10 13:21:01 +01:00
hr_recruitment [IMP] hr_recruitment: cleaned code about default user_id and things like that when creating a new applicant. 2014-02-11 13:23:41 +01:00
hr_timesheet Launchpad automatic translations update. 2014-03-20 06:19:44 +00:00
hr_timesheet_invoice [MERGE] sales/crm: minor improvements in account_analytic_analysis, crm, event_sale, hr_timesheet_invoice, sale views 2014-02-05 17:03:47 +01:00
hr_timesheet_sheet [MERGE] merge from trunk into local branch 2014-01-30 14:52:51 +01:00
hw_escpos [FIX] hw_escpos: status receipt would not print on the posbox 2014-02-10 17:17:01 +01:00
hw_proxy [ADD] POS: added cors argument to all routes 2014-01-30 13:46:06 +01:00
hw_scanner [FIX] hw_scanner, hw_escpos: prevent driver threads from deadlocking when woken by two simultaneous requests 2014-02-06 15:05:24 +01:00
idea Launchpad automatic translations update. 2014-01-02 05:45:30 +00:00
im [FIX] im: security rule preventing to write on sessions 2014-02-18 14:01:09 +01:00
im_livechat merge upstream 2014-01-29 20:08:34 +01:00
knowledge Launchpad automatic translations update. 2014-03-04 08:27:04 +00:00
l10n_ar
l10n_at
l10n_be [FIX] l10n_be: fix no value in 'Code (Tax Code)' column on 'Print VAT Intra' preview report 2013-12-19 15:55:28 +01:00
l10n_be_coda Launchpad automatic translations update. 2014-03-04 08:27:04 +00:00
l10n_be_hr_payroll [MERGE] trunk 2014-01-29 03:19:16 +01:00
l10n_be_hr_payroll_account
l10n_be_invoice_bba Launchpad automatic translations update. 2014-03-14 06:58:36 +00:00
l10n_bo Launchpad automatic translations update. 2014-01-28 06:41:39 +00:00
l10n_br
l10n_ca Launchpad automatic translations update. 2013-11-27 05:39:57 +00:00
l10n_ch
l10n_cl
l10n_cn
l10n_co
l10n_cr
l10n_de
l10n_ec
l10n_es
l10n_et
l10n_fr Launchpad automatic translations update. 2014-01-28 06:41:39 +00:00
l10n_fr_hr_payroll
l10n_fr_rib Launchpad automatic translations update. 2014-01-28 06:41:39 +00:00
l10n_gr
l10n_gt
l10n_hn
l10n_hr
l10n_in
l10n_in_hr_payroll Launchpad automatic translations update. 2014-01-28 06:41:39 +00:00
l10n_it
l10n_lu Launchpad automatic translations update. 2013-11-27 05:39:57 +00:00
l10n_ma [FIX] l10n_us, l10n_ma: added missing accounts for product categories 2013-12-12 11:51:40 +01:00
l10n_multilang [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9885 revid:dle@openerp.com-20140310114026-r0ijm0m36su19wn7 2014-03-10 13:21:01 +01:00
l10n_mx
l10n_nl Launchpad automatic translations update. 2013-11-27 05:39:57 +00:00
l10n_pa
l10n_pe
l10n_pl
l10n_pt
l10n_ro
l10n_si
l10n_syscohada
l10n_th
l10n_tr
l10n_uk Launchpad automatic translations update. 2013-11-27 05:39:57 +00:00
l10n_us [FIX] l10n_us, l10n_ma: added missing accounts for product categories 2013-12-12 11:51:40 +01:00
l10n_uy
l10n_ve [FIX] Softwares is made of datas and codes 2014-01-26 21:43:34 +01:00
l10n_vn
lunch [MERGE] trunk 2014-01-29 03:19:16 +01:00
mail [FIX] mail_alias: avoid performing tracking when migrating to 2014-02-10 18:13:50 +01:00
marketing Launchpad automatic translations update. 2014-02-10 05:53:24 +00:00
marketing_campaign Launchpad automatic translations update. 2014-02-10 05:53:24 +00:00
marketing_campaign_crm_demo Launchpad automatic translations update. 2014-03-17 05:09:59 +00:00
mass_mailing [FIX] mass_mailing: fixed variables used outside of their scope 2014-02-04 17:59:49 +01:00
membership [MERGE] trunk-website-al 2014-01-31 01:51:57 +01:00
mrp Launchpad automatic translations update. 2014-02-12 05:29:33 +00:00
mrp_byproduct Launchpad automatic translations update. 2014-02-13 06:47:42 +00:00
mrp_jit Launchpad automatic translations update. 2014-02-17 06:03:28 +00:00
mrp_operations [MERGE] merge from trunk into local branch 2014-01-30 14:52:51 +01:00
mrp_repair [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9885 revid:dle@openerp.com-20140310114026-r0ijm0m36su19wn7 2014-03-10 13:21:01 +01:00
multi_company Launchpad automatic translations update. 2014-02-06 06:25:10 +00:00
note Launchpad automatic translations update. 2014-03-04 08:27:04 +00:00
note_pad Launchpad automatic translations update. 2014-01-28 06:41:39 +00:00
pad [FIX] pad: improve pad bootstrap, prevent creating useless empty pads, avoid edition warning in read-only mode for new pads, translate messages 2014-03-14 14:18:49 +01:00
pad_project Launchpad automatic translations update. 2014-01-28 06:41:39 +00:00
payment [MERGE] trunk-website-al 2014-01-31 01:51:57 +01:00
payment_adyen [MERGE] trunk-website-al 2014-01-31 01:51:57 +01:00
payment_ogone [MERGE] trunk-website-al 2014-01-31 01:51:57 +01:00
payment_paypal [MERGE] trunk-website-al 2014-01-31 01:51:57 +01:00
payment_transfer [MERGE] trunk-website-al 2014-01-31 01:51:57 +01:00
plugin Launchpad automatic translations update. 2014-03-04 08:27:04 +00:00
plugin_outlook Launchpad automatic translations update. 2014-01-28 06:41:39 +00:00
plugin_thunderbird Launchpad automatic translations update. 2014-01-28 06:41:39 +00:00
point_of_sale [IMP] point_of_sale: allow negative product quantities, and negatives totals 2014-02-11 17:45:41 +01:00
portal [FIX] portal: expensive copy/paste typo 2014-03-11 17:14:21 +01:00
portal_claim Launchpad automatic translations update. 2014-03-04 08:27:04 +00:00
portal_gamification [FIX] portal_gamification: fixed references to group_portal in gamification. 2014-01-06 17:50:01 +01:00
portal_project Launchpad automatic translations update. 2014-03-04 08:27:04 +00:00
portal_project_issue Launchpad automatic translations update. 2014-03-04 08:27:04 +00:00
portal_project_long_term
portal_sale Launchpad automatic translations update. 2014-03-04 08:27:04 +00:00
portal_stock
process Launchpad automatic translations update. 2014-03-04 08:27:04 +00:00
procurement Launchpad automatic translations update. 2014-02-04 06:12:11 +00:00
product [MERGE] [IMP] product: added data for american units of measure + 1 yml test 2014-02-07 16:13:20 +01:00
product_email_template [FIX] product_email_template: correct product view: move email_template_id after company 2014-01-27 19:58:20 +01:00
product_expiry Launchpad automatic translations update. 2014-03-04 08:27:04 +00:00
product_manufacturer Launchpad automatic translations update. 2014-02-17 06:03:28 +00:00
product_margin Launchpad automatic translations update. 2014-02-09 06:19:40 +00:00
product_visible_discount [MERGE] trunk 2014-01-29 03:19:16 +01:00
project [MERGE] trunk-website-al 2014-01-31 01:51:57 +01:00
project_gtd Launchpad automatic translations update. 2014-02-10 05:53:24 +00:00
project_issue Launchpad automatic translations update. 2014-02-14 07:48:35 +00:00
project_issue_sheet Launchpad automatic translations update. 2014-02-10 05:53:24 +00:00
project_long_term Launchpad automatic translations update. 2014-02-14 07:48:35 +00:00
project_mrp Launchpad automatic translations update. 2014-02-10 05:53:24 +00:00
project_timesheet Launchpad automatic translations update. 2014-03-17 05:09:59 +00:00
purchase [MERGE] trunk-website-al 2014-01-31 01:51:57 +01:00
purchase_analytic_plans Launchpad automatic translations update. 2014-01-28 06:41:39 +00:00
purchase_double_validation Launchpad automatic translations update. 2014-01-28 06:41:39 +00:00
purchase_requisition [MERGE] trunk 2014-01-29 03:19:16 +01:00
report [IMP] Added the route converting all reports to pdf thanks to wkhtmltopdf. The html rendered report is downloaded via werkzeug.test.client and then parsed into an lxml.etree in order to extract only the useful data : local css, header, content and footer. We then generate a minimalist html page that is passed to wkhtmltopdf. Save in attachment feature is handled. A method transform a paperformat object into a list of parameters for wkhtmltopdf. Multiple IDS reports are generated in different pdf merged at the end. 2014-02-12 19:09:34 +01:00
report_intrastat Launchpad automatic translations update. 2014-02-04 06:48:35 +00:00
report_webkit [FIX] last version of wkhtmltopdf expects all file to have a doctype, inject one if not present 2014-03-24 11:17:31 +01:00
resource [MERGE] trunk 2014-01-29 03:19:16 +01:00
sale [MERGE] sales/crm: minor improvements in account_analytic_analysis, crm, event_sale, hr_timesheet_invoice, sale views 2014-02-05 17:03:47 +01:00
sale_analytic_plans Launchpad automatic translations update. 2014-02-06 06:25:10 +00:00
sale_crm [IMP] sale_crm: udpated gauge parameter name 2014-02-11 13:22:53 +01:00
sale_journal Launchpad automatic translations update. 2014-03-04 08:27:04 +00:00
sale_margin Launchpad automatic translations update. 2014-02-17 06:03:28 +00:00
sale_mrp Launchpad automatic translations update. 2014-01-28 06:41:39 +00:00
sale_order_dates Launchpad automatic translations update. 2014-02-10 05:53:24 +00:00
sale_stock Launchpad automatic translations update. 2014-02-11 06:41:29 +00:00
share [FIX] share wizard: delete wizard lines in cascade 2014-03-14 12:59:36 +01:00
stock [MERGE] trunk-website-al 2014-01-31 01:51:57 +01:00
stock_invoice_directly Launchpad automatic translations update. 2014-02-06 06:25:10 +00:00
stock_location Launchpad automatic translations update. 2014-02-04 06:48:35 +00:00
stock_no_autopicking Launchpad automatic translations update. 2014-02-13 06:47:42 +00:00
subscription [FIX] subscription: missing required dependency on `base` 2014-03-20 10:13:49 +01:00
survey [FIX] survey: avoid duplicate partners on new users creation 2014-03-21 14:57:05 +01:00
thunderbird/plugin
warning Launchpad automatic translations update. 2014-03-07 07:24:33 +00:00
web [FIX] close autocomplete listing on input 2014-02-10 13:34:16 +01:00
web_analytics
web_api Launchpad automatic translations update. 2014-03-01 05:51:21 +00:00
web_calendar [FIX] Fix bug when an event with date_startand date_stop (and not datetime as calendar) have always 1 days in more. 2014-02-07 18:16:37 +01:00
web_diagram Launchpad automatic translations update. 2014-03-01 05:51:21 +00:00
web_gantt Launchpad automatic translations update. 2014-03-01 05:51:21 +00:00
web_graph [FIX] many small tweaks, add some comment, rename variables to have better more informative names in excel export functionality in graph view (addon web_graph) 2014-02-05 14:14:06 +01:00
web_hello Launchpad automatic translations update. 2014-03-01 05:51:21 +00:00
web_kanban Launchpad automatic translations update. 2014-02-04 06:12:11 +00:00
web_kanban_gauge [IMP] web_kanban_gauge: fade update when changing the value 2014-02-11 13:26:22 +01:00
web_kanban_sparkline [IMP] web_kanban_sparkline: don't show the value in the tooltip for the sparklines of type 'tristate' 2014-01-06 14:16:05 +01:00
web_linkedin Launchpad automatic translations update. 2014-02-06 05:33:23 +00:00
web_tests Launchpad automatic translations update. 2014-03-01 05:51:21 +00:00
web_tests_demo [FIX] re-enable web_tests_demo tests 2014-01-31 16:27:53 +01:00
web_view_editor Launchpad automatic translations update. 2014-03-01 05:51:21 +00:00
website [IMP] reduce image size, faster preview 2014-02-11 10:14:01 +01:00
website_blog [IMP] website test_ui simplification 2014-02-10 01:59:26 +01:00
website_crm [FIX] *: replace urllib calls by werkzeug calls, as werkzeug handles utf-8 encoding while urllib doesnt 2014-01-30 12:24:08 +01:00
website_crm_partner_assign [IMP] website_crm_partner_assign: move partner grade filter in the left column 2014-01-31 11:42:32 +01:00
website_customer [FIX] website*: no border for customer/reseller/member entries + extra bottom margin on left column 2014-01-31 10:39:02 +01:00
website_event [FIX] website_event tests 2014-02-10 02:32:03 +01:00
website_event_sale [FIX] website: crappy layout when use click on edit in the shop. Microforma error. Don't use meta tag in page content: ckeditor bug report 8117. 2014-02-11 14:56:10 +01:00
website_event_track [IMP] speakers on tracks 2014-01-30 23:51:52 +01:00
website_google_map [FIX] website: change auth=admin into auth=public. Fix website_project link 2014-01-29 10:10:50 +01:00
website_hr [IMP] manifest 2014-01-27 23:49:01 +01:00
website_hr_recruitment [IMP] better apps names 2014-01-29 10:51:32 +01:00
website_livechat [IMP] better apps names 2014-01-29 10:51:32 +01:00
website_mail [FIX] website_mail: useless and expensive DISTINCT 2014-01-29 17:25:32 +01:00
website_membership [FIX] website*: no border for customer/reseller/member entries + extra bottom margin on left column 2014-01-31 10:39:02 +01:00
website_partner [REM] Removed preload_records 2014-01-23 16:04:48 +01:00
website_payment [FIX] website_payment: lost reference to payment_acquirer, renamed to payment 2014-01-24 13:30:45 +01:00
website_project [FIX] website: test tour and website_sale tour. Add ajax trigger to display popover when the ajax is complete and hmlt is loaded 2014-01-29 17:08:39 +01:00
website_quote [IMP] better apps names 2014-01-29 10:51:32 +01:00
website_sale [FIX] website: crappy layout when use click on edit in the shop. Microforma error. Don't use meta tag in page content: ckeditor bug report 8117. 2014-02-11 14:56:10 +01:00
website_sale_crm [IMP] better apps names 2014-01-29 10:51:32 +01:00
website_sale_delivery [FIX] Fix bug with demo data from delivery module. We create a grid, but without specify to "use_detailed_pricelist" 2014-01-30 22:49:44 +01:00
.bzrignore