Activity log for bug #660494

Date Who What changed Old value New value Message
2010-10-14 12:07:59 Jordi Esteve (www.zikzakmedia.com) bug added bug
2010-10-14 12:09:51 Jordi Esteve (www.zikzakmedia.com) description There are a lot of alert (error, warning) messages that are not setted to be translated in 6.0 with _('text ....'). It is important to fix them before releasing the RC1 of v.6.0 to allow the translations teams doing better his job. $ grep -r "except_osv('" * account/account_cash_statement.py: raise osv.except_osv('Error', _('You can not have two open register for the same journal')) auction/wizard/auction_pay_buy.py: raise osv.except_osv('Payment aborted !', 'You should pay all the total: "%.2f" are missing to accomplish the payment.' %(round(rest, 2))) auction/wizard/auction_pay_buy.py: raise osv.except_osv('Error !', 'No auction date for "%s": Please set one.'%(lot.name)) auction/wizard/auction_catalog_flagey_report.py: raise osv.except_osv('Error!','No Lots belong to this Auction Date') auction/wizard/auction_lots_numerotate.py: raise osv.except_osv('UserError', 'This record does not exist !') auction/wizard/auction_lots_numerotate.py: raise osv.except_osv('UserError', 'This record does not exist !') auction/wizard/auction_lots_numerotate.py: raise osv.except_osv('Error', 'This lot does not exist !') auction/wizard/auction_lots_buyer_map.py: raise osv.except_osv('Error', 'No buyer is set for this lot.') base/module/wizard/base_module_upgrade.py: raise osv.except_osv('Unmet dependency !', 'Following modules are uninstalled or unknown. \n\n'+'\n'.join(unmet_packages)) base/ir/ir_model.py: raise osv.except_osv('Invalid search criterions','The osv_memory field can only be compared with = and != operator.') base/ir/ir_values.py: raise osv.except_osv('Error !','You do not have the permission to perform this operation !!!') base/res/ir_property.py: raise osv.except_osv('Error', 'Invalid type') base_calendar/base_calendar.py: raise osv.except_osv('Warning!', 'Interval can not be Negative') base_calendar/base_calendar.py: raise osv.except_osv('Warning!', 'Count can not be Negative') caldav/calendar.py: raise osv.except_osv('vobject Import Error!','Please install python-vobject \ document_webdav/webdav.py: raise osv.except_osv('PyWebDAV Import Error!','Please install PyWebDAV \ __init__.py: raise osv.osv.except_osv('Could not load base module', 'module base cannot be loaded! (hint: verify addons-path)') l10n_ch/wizard/create_dta.py: raise osv.except_osv('Error', 'No address defined \n' \ grep: marketing_campaign_mailchimp: No such file or directory olap/olap.py: raise osv.except_osv('Error (MySQLdb) : ', e) olap/olap.py: raise osv.except_osv('Error (cx_Oracle) : ', e) olap/olap.py: raise osv.except_osv('Error !', e) olap/olap.py: raise osv.except_osv('Message', 'Connection Successful !') olap/olap.py: raise osv.except_osv('Error (MySQLdb) : ', e) olap/olap.py: raise osv.except_osv('Error (cx_Oracle) : ', e) olap/olap.py: raise osv.except_osv('BI Error !', e) olap/olap.py: raise osv.except_osv('MySQLdb Packages Not Installed.', e) olap/olap.py: raise osv.except_osv('cx_Oracle Packages Not Installed.', e) olap/wizard/wizard_load_data.py: raise osv.except_osv('MySQLdb Packages Not Installed.',e ) olap/wizard/wizard_load_data.py: raise osv.except_osv('cx_Oracle Packages Not Installed.',e ) point_of_sale/wizard/pos_discount.py: raise osv.except_osv('Error!','No Order Lines ') purchase_requisition/wizard/purchase_requisition_partner.py: raise osv.except_osv('Error!','No Product in Tender') stock/wizard/stock_fill_inventory.py: raise osv.except_osv('Error!','Stock Inventory is done') marketing_campaign/marketing_campaign.py: raise osv.except_osv("Operation not supported", "Sorry, campaign duplication is not supported at the moment.") There are a lot of alert (error, warning) messages that are not setted to be translated in 6.0 with _('text ....'). It is important to fix them before releasing the RC1 of v.6.0 to allow the translations teams doing better his job. $ grep -r "except_osv('" * account/account_cash_statement.py: raise osv.except_osv('Error', _('You can not have two open register for the same journal')) auction/wizard/auction_pay_buy.py: raise osv.except_osv('Payment aborted !', 'You should pay all the total: "%.2f" are missing to accomplish the payment.' %(round(rest, 2))) auction/wizard/auction_pay_buy.py: raise osv.except_osv('Error !', 'No auction date for "%s": Please set one.'%(lot.name)) auction/wizard/auction_catalog_flagey_report.py: raise osv.except_osv('Error!','No Lots belong to this Auction Date') auction/wizard/auction_lots_numerotate.py: raise osv.except_osv('UserError', 'This record does not exist !') auction/wizard/auction_lots_numerotate.py: raise osv.except_osv('UserError', 'This record does not exist !') auction/wizard/auction_lots_numerotate.py: raise osv.except_osv('Error', 'This lot does not exist !') auction/wizard/auction_lots_buyer_map.py: raise osv.except_osv('Error', 'No buyer is set for this lot.') base/module/wizard/base_module_upgrade.py: raise osv.except_osv('Unmet dependency !', 'Following modules are uninstalled or unknown. \n\n'+'\n'.join(unmet_packages)) base/ir/ir_model.py: raise osv.except_osv('Invalid search criterions','The osv_memory field can only be compared with = and != operator.') base/ir/ir_values.py: raise osv.except_osv('Error !','You do not have the permission to perform this operation !!!') base/res/ir_property.py: raise osv.except_osv('Error', 'Invalid type') base_calendar/base_calendar.py: raise osv.except_osv('Warning!', 'Interval can not be Negative') base_calendar/base_calendar.py: raise osv.except_osv('Warning!', 'Count can not be Negative') caldav/calendar.py: raise osv.except_osv('vobject Import Error!','Please install python-vobject \ document_webdav/webdav.py: raise osv.except_osv('PyWebDAV Import Error!','Please install PyWebDAV \ __init__.py: raise osv.osv.except_osv('Could not load base module', 'module base cannot be loaded! (hint: verify addons-path)') l10n_ch/wizard/create_dta.py: raise osv.except_osv('Error', 'No address defined \n' \ grep: marketing_campaign_mailchimp: No such file or directory olap/olap.py: raise osv.except_osv('Error (MySQLdb) : ', e) olap/olap.py: raise osv.except_osv('Error (cx_Oracle) : ', e) olap/olap.py: raise osv.except_osv('Error !', e) olap/olap.py: raise osv.except_osv('Message', 'Connection Successful !') olap/olap.py: raise osv.except_osv('Error (MySQLdb) : ', e) olap/olap.py: raise osv.except_osv('Error (cx_Oracle) : ', e) olap/olap.py: raise osv.except_osv('BI Error !', e) olap/olap.py: raise osv.except_osv('MySQLdb Packages Not Installed.', e) olap/olap.py: raise osv.except_osv('cx_Oracle Packages Not Installed.', e) olap/wizard/wizard_load_data.py: raise osv.except_osv('MySQLdb Packages Not Installed.',e ) olap/wizard/wizard_load_data.py: raise osv.except_osv('cx_Oracle Packages Not Installed.',e ) point_of_sale/wizard/pos_discount.py: raise osv.except_osv('Error!','No Order Lines ') purchase_requisition/wizard/purchase_requisition_partner.py: raise osv.except_osv('Error!','No Product in Tender') stock/wizard/stock_fill_inventory.py: raise osv.except_osv('Error!','Stock Inventory is done') marketing_campaign/marketing_campaign.py: raise osv.except_osv("Operation not supported", "Sorry, campaign duplication is not supported at the moment.")
2010-10-14 12:11:04 Jordi Esteve (www.zikzakmedia.com) description There are a lot of alert (error, warning) messages that are not setted to be translated in 6.0 with _('text ....'). It is important to fix them before releasing the RC1 of v.6.0 to allow the translations teams doing better his job. $ grep -r "except_osv('" * account/account_cash_statement.py: raise osv.except_osv('Error', _('You can not have two open register for the same journal')) auction/wizard/auction_pay_buy.py: raise osv.except_osv('Payment aborted !', 'You should pay all the total: "%.2f" are missing to accomplish the payment.' %(round(rest, 2))) auction/wizard/auction_pay_buy.py: raise osv.except_osv('Error !', 'No auction date for "%s": Please set one.'%(lot.name)) auction/wizard/auction_catalog_flagey_report.py: raise osv.except_osv('Error!','No Lots belong to this Auction Date') auction/wizard/auction_lots_numerotate.py: raise osv.except_osv('UserError', 'This record does not exist !') auction/wizard/auction_lots_numerotate.py: raise osv.except_osv('UserError', 'This record does not exist !') auction/wizard/auction_lots_numerotate.py: raise osv.except_osv('Error', 'This lot does not exist !') auction/wizard/auction_lots_buyer_map.py: raise osv.except_osv('Error', 'No buyer is set for this lot.') base/module/wizard/base_module_upgrade.py: raise osv.except_osv('Unmet dependency !', 'Following modules are uninstalled or unknown. \n\n'+'\n'.join(unmet_packages)) base/ir/ir_model.py: raise osv.except_osv('Invalid search criterions','The osv_memory field can only be compared with = and != operator.') base/ir/ir_values.py: raise osv.except_osv('Error !','You do not have the permission to perform this operation !!!') base/res/ir_property.py: raise osv.except_osv('Error', 'Invalid type') base_calendar/base_calendar.py: raise osv.except_osv('Warning!', 'Interval can not be Negative') base_calendar/base_calendar.py: raise osv.except_osv('Warning!', 'Count can not be Negative') caldav/calendar.py: raise osv.except_osv('vobject Import Error!','Please install python-vobject \ document_webdav/webdav.py: raise osv.except_osv('PyWebDAV Import Error!','Please install PyWebDAV \ __init__.py: raise osv.osv.except_osv('Could not load base module', 'module base cannot be loaded! (hint: verify addons-path)') l10n_ch/wizard/create_dta.py: raise osv.except_osv('Error', 'No address defined \n' \ grep: marketing_campaign_mailchimp: No such file or directory olap/olap.py: raise osv.except_osv('Error (MySQLdb) : ', e) olap/olap.py: raise osv.except_osv('Error (cx_Oracle) : ', e) olap/olap.py: raise osv.except_osv('Error !', e) olap/olap.py: raise osv.except_osv('Message', 'Connection Successful !') olap/olap.py: raise osv.except_osv('Error (MySQLdb) : ', e) olap/olap.py: raise osv.except_osv('Error (cx_Oracle) : ', e) olap/olap.py: raise osv.except_osv('BI Error !', e) olap/olap.py: raise osv.except_osv('MySQLdb Packages Not Installed.', e) olap/olap.py: raise osv.except_osv('cx_Oracle Packages Not Installed.', e) olap/wizard/wizard_load_data.py: raise osv.except_osv('MySQLdb Packages Not Installed.',e ) olap/wizard/wizard_load_data.py: raise osv.except_osv('cx_Oracle Packages Not Installed.',e ) point_of_sale/wizard/pos_discount.py: raise osv.except_osv('Error!','No Order Lines ') purchase_requisition/wizard/purchase_requisition_partner.py: raise osv.except_osv('Error!','No Product in Tender') stock/wizard/stock_fill_inventory.py: raise osv.except_osv('Error!','Stock Inventory is done') marketing_campaign/marketing_campaign.py: raise osv.except_osv("Operation not supported", "Sorry, campaign duplication is not supported at the moment.") There are a lot of alert (error, warning) messages that are not setted to be translated in 6.0 with _('....'). It is important to fix them before releasing the RC1 of v.6.0 to allow the translations teams doing better his job. $ grep -r "except_osv('" * $ grep -r "except_osv(\"" * account/account_cash_statement.py: raise osv.except_osv('Error', _('You can not have two open register for the same journal')) auction/wizard/auction_pay_buy.py: raise osv.except_osv('Payment aborted !', 'You should pay all the total: "%.2f" are missing to accomplish the payment.' %(round(rest, 2))) auction/wizard/auction_pay_buy.py: raise osv.except_osv('Error !', 'No auction date for "%s": Please set one.'%(lot.name)) auction/wizard/auction_catalog_flagey_report.py: raise osv.except_osv('Error!','No Lots belong to this Auction Date') auction/wizard/auction_lots_numerotate.py: raise osv.except_osv('UserError', 'This record does not exist !') auction/wizard/auction_lots_numerotate.py: raise osv.except_osv('UserError', 'This record does not exist !') auction/wizard/auction_lots_numerotate.py: raise osv.except_osv('Error', 'This lot does not exist !') auction/wizard/auction_lots_buyer_map.py: raise osv.except_osv('Error', 'No buyer is set for this lot.') base/module/wizard/base_module_upgrade.py: raise osv.except_osv('Unmet dependency !', 'Following modules are uninstalled or unknown. \n\n'+'\n'.join(unmet_packages)) base/ir/ir_model.py: raise osv.except_osv('Invalid search criterions','The osv_memory field can only be compared with = and != operator.') base/ir/ir_values.py: raise osv.except_osv('Error !','You do not have the permission to perform this operation !!!') base/res/ir_property.py: raise osv.except_osv('Error', 'Invalid type') base_calendar/base_calendar.py: raise osv.except_osv('Warning!', 'Interval can not be Negative') base_calendar/base_calendar.py: raise osv.except_osv('Warning!', 'Count can not be Negative') caldav/calendar.py: raise osv.except_osv('vobject Import Error!','Please install python-vobject \ document_webdav/webdav.py: raise osv.except_osv('PyWebDAV Import Error!','Please install PyWebDAV \ __init__.py: raise osv.osv.except_osv('Could not load base module', 'module base cannot be loaded! (hint: verify addons-path)') l10n_ch/wizard/create_dta.py: raise osv.except_osv('Error', 'No address defined \n' \ grep: marketing_campaign_mailchimp: No such file or directory olap/olap.py: raise osv.except_osv('Error (MySQLdb) : ', e) olap/olap.py: raise osv.except_osv('Error (cx_Oracle) : ', e) olap/olap.py: raise osv.except_osv('Error !', e) olap/olap.py: raise osv.except_osv('Message', 'Connection Successful !') olap/olap.py: raise osv.except_osv('Error (MySQLdb) : ', e) olap/olap.py: raise osv.except_osv('Error (cx_Oracle) : ', e) olap/olap.py: raise osv.except_osv('BI Error !', e) olap/olap.py: raise osv.except_osv('MySQLdb Packages Not Installed.', e) olap/olap.py: raise osv.except_osv('cx_Oracle Packages Not Installed.', e) olap/wizard/wizard_load_data.py: raise osv.except_osv('MySQLdb Packages Not Installed.',e ) olap/wizard/wizard_load_data.py: raise osv.except_osv('cx_Oracle Packages Not Installed.',e ) point_of_sale/wizard/pos_discount.py: raise osv.except_osv('Error!','No Order Lines ') purchase_requisition/wizard/purchase_requisition_partner.py: raise osv.except_osv('Error!','No Product in Tender') stock/wizard/stock_fill_inventory.py: raise osv.except_osv('Error!','Stock Inventory is done') marketing_campaign/marketing_campaign.py: raise osv.except_osv("Operation not supported", "Sorry, campaign duplication is not supported at the moment.")
2010-10-20 08:31:34 Olivier Dony (Odoo) openobject-addons: importance Undecided Low
2010-10-20 08:31:34 Olivier Dony (Odoo) openobject-addons: status New Confirmed
2010-10-20 08:31:34 Olivier Dony (Odoo) openobject-addons: milestone 6.0-rc2
2010-10-20 08:32:34 Olivier Dony (Odoo) bug task added openobject-server
2010-10-20 08:32:58 Olivier Dony (Odoo) openobject-server: status New Confirmed
2010-10-20 08:33:09 Olivier Dony (Odoo) openobject-server: importance Undecided Low
2010-10-20 08:33:09 Olivier Dony (Odoo) openobject-server: milestone 6.0-rc2
2010-10-26 17:14:38 Olivier Dony (Odoo) openobject-server: assignee OpenERP's Framework R&D (openerp-dev-framework)
2010-10-26 17:15:19 Olivier Dony (Odoo) openobject-addons: assignee OpenERP R&D Addons Team 2 (openerp-dev-addons2)
2010-10-27 13:42:29 Rucha (Open ERP) openobject-addons: status Confirmed Fix Committed
2010-10-27 13:42:33 Rucha (Open ERP) openobject-server: status Confirmed Fix Committed
2010-10-28 05:43:25 Launchpad Janitor branch linked lp:~openerp-dev/openobject-server/trunk-dev-framework
2010-11-02 12:01:14 Fabien (Open ERP) openobject-server: status Fix Committed Fix Released
2010-11-02 12:01:19 Fabien (Open ERP) openobject-addons: status Fix Committed Fix Released