odoo/addons
Thibault Delavallée fd008435e0 [MERGE] [ADD] website: added support for calling a server action through a new controller, allowing to build website pages through server action.
website: added website/action/<id_or_xml_id> route, that runs the server action designed by its id or xml_id. Only published code server action are run. If the server action returns a response (for example the result of a template rendering), it is returned as result of the controller. This allows to have server action returning a rendered template, to display custom website pages based on some computation.

website: added an override of ir_actions_server:
- added website_published field: only published server action can be run + view update
- evaluation context gets request for evaluation, to enable request.render(template) or request.params.get(key) in order to retrieve the result of a form
- code server action returns 'response' the same way 'action' can be returned for classic code server action

bzr revid: tde@openerp.com-20140206083923-3ealsxehyicr2la1
2014-02-06 09:39:23 +01:00
..
account Launchpad automatic translations update. 2014-02-03 05:18:28 +00: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 Launchpad automatic translations update. 2014-02-06 05:33:23 +00: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 Launchpad automatic translations update. 2014-02-04 06:12:11 +00: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] sales/crm: minor improvements in account_analytic_analysis, crm, event_sale, hr_timesheet_invoice, sale views 2014-02-05 17:03:47 +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 Launchpad automatic translations update. 2014-02-03 05:18:28 +00: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 [MERGE] merge from trunk into local branch 2014-01-30 14:52:51 +01:00
gamification [IMP] Backport one feature from website: this feature allows to specify a file 2014-01-09 16:45:50 +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 [FIX] *: using werkzeug.url_encode instead of urllib.urlencode because urliblib.encode does not accept unicode 2014-01-29 13:13:16 +01: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 Launchpad automatic translations update. 2014-03-23 06:44:12 +00: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 Launchpad automatic translations update. 2014-03-17 05:09:59 +00: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: remove old calls to action_start 2013-12-24 16:15:43 +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-03-04 08:27:04 +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 Launchpad automatic translations update. 2014-03-17 05:09:59 +00: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: fix cashbox opening 2014-02-03 15:47:25 +01:00
hw_proxy [ADD] POS: added cors argument to all routes 2014-01-30 13:46:06 +01:00
hw_scanner [ADD] POS: added cors argument to all routes 2014-01-30 13:46:06 +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
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
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
l10n_pa
l10n_pe
l10n_pl
l10n_pt
l10n_ro
l10n_si
l10n_syscohada
l10n_th
l10n_tr
l10n_uk
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 Launchpad automatic translations update. 2014-03-20 06:19:44 +00: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-03-21 06:51:50 +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: open cashbox on payment validation and not on payment method selection 2014-02-03 16:31:02 +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] 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
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-03-20 06:19:44 +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_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 Launchpad automatic translations update. 2014-02-04 06:48:35 +00: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 [ADD]web: controller to redirect /apps/{appname} to install module form (not yet perfect, the menu is not displayed, but meanwhile this is something) 2014-01-31 12:33:47 +01:00
web_analytics
web_api Launchpad automatic translations update. 2014-03-01 05:51:21 +00:00
web_calendar Launchpad automatic translations update. 2014-01-31 06:09:02 +00: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] kanban_gauge: allow to set levelcolors in widget options instead of taking the default ones 2013-12-27 17:49:11 +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
web_view_editor Launchpad automatic translations update. 2014-03-01 05:51:21 +00:00
website [IMP] website: demo: set new demo as noupdate + updated some action name 2014-02-06 09:21:05 +01:00
website_blog [IMP] better layout for 'no blog post' 2014-02-05 09:48:54 +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 [IMP] typo 2014-02-05 09:59:15 +01:00
website_event_sale [FIX] Create an event 2014-01-30 19:16:38 +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 [IMP] Empty product page 2014-02-05 22:24:52 +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