From 8f8e6967d1780736f9bc6b5c3d58c02c72f18cdd Mon Sep 17 00:00:00 2001 From: "Sanjay Gohel (Open ERP)" Date: Mon, 8 Oct 2012 18:27:09 +0530 Subject: [PATCH 001/188] [IMP]pos product can not consider pricelist price it only consider list price of product. make it work on price of product of given pricelist bzr revid: sgo@tinyerp.com-20121008125709-rxfptf69lyaj0p3a --- addons/point_of_sale/static/src/js/models.js | 2 +- addons/point_of_sale/static/src/js/screens.js | 2 +- addons/point_of_sale/static/src/xml/pos.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/point_of_sale/static/src/js/models.js b/addons/point_of_sale/static/src/js/models.js index 2c6f4e8b6e0..a2131f06960 100644 --- a/addons/point_of_sale/static/src/js/models.js +++ b/addons/point_of_sale/static/src/js/models.js @@ -333,7 +333,7 @@ function openerp_pos_models(instance, module){ //module is instance.point_of_sal this.pos = options.pos; this.order = options.order; this.product = options.product; - this.price = options.product.get('list_price'); + this.price = options.product.get('price'); this.quantity = 1; this.discount = 0; this.type = 'unit'; diff --git a/addons/point_of_sale/static/src/js/screens.js b/addons/point_of_sale/static/src/js/screens.js index 1ad03c5ead1..1b8a224c7c8 100644 --- a/addons/point_of_sale/static/src/js/screens.js +++ b/addons/point_of_sale/static/src/js/screens.js @@ -530,7 +530,7 @@ function openerp_pos_screens(instance, module){ //module is instance.point_of_sa }, get_product_price: function(){ var product = this.get_product(); - return (product ? product.get('list_price') : 0) || 0; + return (product ? product.get('price') : 0) || 0; }, get_product_weight: function(){ return this.weight || 0; diff --git a/addons/point_of_sale/static/src/xml/pos.xml b/addons/point_of_sale/static/src/xml/pos.xml index 854dd61cc1b..a34e405b101 100644 --- a/addons/point_of_sale/static/src/xml/pos.xml +++ b/addons/point_of_sale/static/src/xml/pos.xml @@ -368,12 +368,12 @@ - + - + From 395ee2bc8ec4b82f13441ed6bb9d2c2aaf074cd2 Mon Sep 17 00:00:00 2001 From: "ajay javiya (OpenERP)" Date: Mon, 5 Nov 2012 11:33:10 +0530 Subject: [PATCH 002/188] [FIX]:Remove selection widget and add ir.action.todo bzr revid: aja@tinyerp.com-20121105060310-s3uw9o6vmjz37xwu --- addons/crm/crm_lead_view.xml | 4 ++-- addons/marketing/res_config_view.xml | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/addons/crm/crm_lead_view.xml b/addons/crm/crm_lead_view.xml index 5ff1bc15f69..8afe169c964 100644 --- a/addons/crm/crm_lead_view.xml +++ b/addons/crm/crm_lead_view.xml @@ -210,7 +210,7 @@ - + @@ -496,7 +496,7 @@ - + diff --git a/addons/marketing/res_config_view.xml b/addons/marketing/res_config_view.xml index 78144843f82..73095a690db 100644 --- a/addons/marketing/res_config_view.xml +++ b/addons/marketing/res_config_view.xml @@ -1,5 +1,19 @@ + + + + Open Marketing Menu + reload + + + + + + open + + + From c370fe0f776880c73a07e36065287df2b81e8c4f Mon Sep 17 00:00:00 2001 From: "Khushboo Bhatt (Open ERP)" Date: Mon, 5 Nov 2012 16:33:25 +0530 Subject: [PATCH 003/188] [IMP]crm:filter strings changes bzr revid: kbh@tinyerp.com-20121105110325-txozs9k2nvzl31ai --- addons/crm/crm_action_rule_demo.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/crm/crm_action_rule_demo.xml b/addons/crm/crm_action_rule_demo.xml index 85cb8de1ac9..b62d6676d23 100644 --- a/addons/crm/crm_action_rule_demo.xml +++ b/addons/crm/crm_action_rule_demo.xml @@ -43,7 +43,7 @@ Thanks, - Filter on leads which are draft. + Draft Leads crm.lead [('state','=','draft')] @@ -61,7 +61,7 @@ Thanks, - Filter on leads which come from USA. + Leads from USA crm.lead [('country_id','=','United States')] From b9f6416dff0d278fa5ad575fdf147215d07e7144 Mon Sep 17 00:00:00 2001 From: "Khushboo Bhatt (Open ERP)" Date: Mon, 5 Nov 2012 17:12:28 +0530 Subject: [PATCH 004/188] [IMP]plugin_thunderbird:close button added in wizard bzr revid: kbh@tinyerp.com-20121105114228-y6mi8fazyghryumr --- addons/plugin_thunderbird/plugin_thunderbird.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/addons/plugin_thunderbird/plugin_thunderbird.xml b/addons/plugin_thunderbird/plugin_thunderbird.xml index 5ea5fc38219..bb24a0b5957 100644 --- a/addons/plugin_thunderbird/plugin_thunderbird.xml +++ b/addons/plugin_thunderbird/plugin_thunderbird.xml @@ -10,7 +10,9 @@
Install Thunderbird Plug-In
- + +