From 0ffac0fe0c426280fce77d0a434f4ed47a1dc1b7 Mon Sep 17 00:00:00 2001 From: stw <> Date: Mon, 16 Jun 2008 06:44:24 +0000 Subject: [PATCH] add the svn:keywords Id on all .py, .xml, .bat bzr revid: stw-3687e75a6129c56b847ba26d6b256cdafeb444ab --- addons/account/account.py | 2 +- addons/account/account_bank_statement.py | 2 +- addons/account/account_move_line.py | 2 +- addons/account/invoice.py | 2 +- addons/account/partner.py | 2 +- addons/account/product.py | 2 +- addons/account_followup/followup.py | 2 +- addons/account_followup/followup_report.py | 2 +- addons/account_followup/report/report_followup_print.py | 2 +- addons/account_payment/wizard/__init__.py | 2 +- addons/account_report/account.py | 2 +- addons/account_tax_include/invoice_tax_incl.py | 2 +- addons/delivery/partner.py | 2 +- addons/hr_contract/hr_contract.py | 2 +- addons/hr_expense/hr_expense.py | 2 +- addons/hr_timesheet/report/users_timesheet.py | 2 +- addons/hr_timesheet/wizard/sign_in_out.py | 2 +- addons/hr_timesheet/wizard/wizard_print_timesheet_users.py | 2 +- addons/hr_timesheet_invoice/__init__.py | 2 +- addons/hr_timesheet_invoice/hr_timesheet_invoice.py | 2 +- addons/hr_timesheet_invoice/wizard/__init__.py | 2 +- addons/hr_timesheet_invoice/wizard/account_analytic_profit.py | 2 +- .../wizard/hr_timesheet_final_invoice_create.py | 2 +- .../hr_timesheet_invoice/wizard/hr_timesheet_invoice_create.py | 2 +- addons/hr_timesheet_sheet/hr_timesheet_sheet.py | 2 +- addons/hr_timesheet_sheet/wizard/__init__.py | 2 +- addons/hr_timesheet_sheet/wizard/wizard_timesheet_current.py | 2 +- addons/hr_timesheet_sheet/wizard/wizard_timesheet_department.py | 2 +- addons/mrp/mrp.py | 2 +- addons/product/product.py | 2 +- addons/project/project.py | 2 +- addons/project/report/_date_compute.py | 2 +- addons/project/report/gantt_report.py | 2 +- addons/project/wizard/__init__.py | 2 +- addons/purchase/partner.py | 2 +- addons/report_account/__init__.py | 2 +- addons/report_account/report_receivable.py | 2 +- addons/report_analytic/__init__.py | 2 +- addons/report_analytic/report_analytic.py | 2 +- addons/report_analytic_line/__init__.py | 2 +- addons/report_analytic_line/report_analytic_line.py | 2 +- addons/report_analytic_planning/__init__.py | 2 +- addons/report_analytic_planning/report/__init__.py | 2 +- addons/report_analytic_planning/report_analytic_planning.py | 2 +- addons/report_crm/__init__.py | 2 +- addons/report_crm/report_crm.py | 2 +- addons/report_intrastat/__init__.py | 2 +- addons/report_intrastat/report_intrastat.py | 2 +- addons/report_mrp/__init__.py | 2 +- addons/report_project/__init__.py | 2 +- addons/report_project/report_project.py | 2 +- addons/report_purchase/__init__.py | 2 +- addons/report_purchase/report_purchase.py | 2 +- addons/report_sale/__init__.py | 2 +- addons/report_sale/report_sale.py | 2 +- addons/report_stock/report_stock.py | 2 +- addons/report_task/report_task.py | 2 +- addons/report_timesheet/__init__.py | 2 +- addons/report_timesheet/report_timesheet.py | 2 +- addons/sale/sale.py | 2 +- addons/sale/wizard/__init__.py | 2 +- addons/sale/wizard/make_invoice.py | 2 +- addons/sale/wizard/wizard_sale_line_invoice.py | 2 +- addons/scrum/report/_burndown.py | 2 +- addons/scrum/report/sprint_burndown.py | 2 +- addons/scrum/report/task_burndown.py | 2 +- addons/stock/partner.py | 2 +- addons/stock/product.py | 2 +- addons/stock/stock.py | 2 +- addons/subscription/subscription.py | 2 +- 70 files changed, 70 insertions(+), 70 deletions(-) diff --git a/addons/account/account.py b/addons/account/account.py index b315e944a0a..add7e1d49df 100644 --- a/addons/account/account.py +++ b/addons/account/account.py @@ -3,7 +3,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: account.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/account/account_bank_statement.py b/addons/account/account_bank_statement.py index 654e31d1271..5efa031e057 100644 --- a/addons/account/account_bank_statement.py +++ b/addons/account/account_bank_statement.py @@ -3,7 +3,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: account.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/account/account_move_line.py b/addons/account/account_move_line.py index 11b08bc56b2..25718a8b71b 100644 --- a/addons/account/account_move_line.py +++ b/addons/account/account_move_line.py @@ -3,7 +3,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: account.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/account/invoice.py b/addons/account/invoice.py index 0e76bf2a5ae..3039c02b54a 100644 --- a/addons/account/invoice.py +++ b/addons/account/invoice.py @@ -3,7 +3,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: account.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/account/partner.py b/addons/account/partner.py index 4ae56a22da4..3f0da110055 100644 --- a/addons/account/partner.py +++ b/addons/account/partner.py @@ -3,7 +3,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: account.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/account/product.py b/addons/account/product.py index db89668b36f..c52eae4b033 100644 --- a/addons/account/product.py +++ b/addons/account/product.py @@ -3,7 +3,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: account.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/account_followup/followup.py b/addons/account_followup/followup.py index 4733013b5f9..7b2f0aee689 100644 --- a/addons/account_followup/followup.py +++ b/addons/account_followup/followup.py @@ -3,7 +3,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: account.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/account_followup/followup_report.py b/addons/account_followup/followup_report.py index 489bdd9b2e6..9534b6f488d 100644 --- a/addons/account_followup/followup_report.py +++ b/addons/account_followup/followup_report.py @@ -3,7 +3,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: account.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/account_followup/report/report_followup_print.py b/addons/account_followup/report/report_followup_print.py index 1384cfa6eb6..aa9804283ae 100644 --- a/addons/account_followup/report/report_followup_print.py +++ b/addons/account_followup/report/report_followup_print.py @@ -2,7 +2,7 @@ # # Copyright (c) 2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: rappel.py 2514 2006-03-23 07:33:22Z pinky $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/account_payment/wizard/__init__.py b/addons/account_payment/wizard/__init__.py index 9269a92a472..e50377eca32 100644 --- a/addons/account_payment/wizard/__init__.py +++ b/addons/account_payment/wizard/__init__.py @@ -2,7 +2,7 @@ # # Copyright (c) 2005-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: __init__.py 843 2005-07-01 09:29:47Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/account_report/account.py b/addons/account_report/account.py index fa75b8c0eac..a96bd59907f 100644 --- a/addons/account_report/account.py +++ b/addons/account_report/account.py @@ -3,7 +3,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: account.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/account_tax_include/invoice_tax_incl.py b/addons/account_tax_include/invoice_tax_incl.py index 1ec6fb2b332..d9630398dc0 100644 --- a/addons/account_tax_include/invoice_tax_incl.py +++ b/addons/account_tax_include/invoice_tax_incl.py @@ -3,7 +3,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: account.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/delivery/partner.py b/addons/delivery/partner.py index 37a80c887dd..e264d806960 100644 --- a/addons/delivery/partner.py +++ b/addons/delivery/partner.py @@ -3,7 +3,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: account.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/hr_contract/hr_contract.py b/addons/hr_contract/hr_contract.py index b8f2814da78..45d17d0fa4d 100644 --- a/addons/hr_contract/hr_contract.py +++ b/addons/hr_contract/hr_contract.py @@ -3,7 +3,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: account.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/hr_expense/hr_expense.py b/addons/hr_expense/hr_expense.py index 0d25da1438a..4a9a341b71f 100644 --- a/addons/hr_expense/hr_expense.py +++ b/addons/hr_expense/hr_expense.py @@ -2,7 +2,7 @@ # # Copyright (c) 2005-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: hr.py 3751 2006-08-09 13:15:36Z mvd $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/hr_timesheet/report/users_timesheet.py b/addons/hr_timesheet/report/users_timesheet.py index 5372d315944..f0c5f8bb738 100644 --- a/addons/hr_timesheet/report/users_timesheet.py +++ b/addons/hr_timesheet/report/users_timesheet.py @@ -2,7 +2,7 @@ # # Copyright (c) 2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: user_timesheet.py 4229 2006-10-13 15:11:17Z ged $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/hr_timesheet/wizard/sign_in_out.py b/addons/hr_timesheet/wizard/sign_in_out.py index 245f6f03f1b..bc486e85f4b 100644 --- a/addons/hr_timesheet/wizard/sign_in_out.py +++ b/addons/hr_timesheet/wizard/sign_in_out.py @@ -2,7 +2,7 @@ # # Copyright (c) 2005-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: sign_in_out.py 2871 2006-04-25 14:08:22Z ged $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/hr_timesheet/wizard/wizard_print_timesheet_users.py b/addons/hr_timesheet/wizard/wizard_print_timesheet_users.py index 99c758972d3..ba56af9de85 100644 --- a/addons/hr_timesheet/wizard/wizard_print_timesheet_users.py +++ b/addons/hr_timesheet/wizard/wizard_print_timesheet_users.py @@ -2,7 +2,7 @@ # # Copyright (c) 2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: wizard_print_timesheet.py 2871 2006-04-25 14:08:22Z ged $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/hr_timesheet_invoice/__init__.py b/addons/hr_timesheet_invoice/__init__.py index 03a2d04a416..19e973c846b 100644 --- a/addons/hr_timesheet_invoice/__init__.py +++ b/addons/hr_timesheet_invoice/__init__.py @@ -3,7 +3,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: account.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/hr_timesheet_invoice/hr_timesheet_invoice.py b/addons/hr_timesheet_invoice/hr_timesheet_invoice.py index a864f0459ba..ed4312eefaa 100644 --- a/addons/hr_timesheet_invoice/hr_timesheet_invoice.py +++ b/addons/hr_timesheet_invoice/hr_timesheet_invoice.py @@ -3,7 +3,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: account.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/hr_timesheet_invoice/wizard/__init__.py b/addons/hr_timesheet_invoice/wizard/__init__.py index edd134b0a21..698dadc964c 100644 --- a/addons/hr_timesheet_invoice/wizard/__init__.py +++ b/addons/hr_timesheet_invoice/wizard/__init__.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: account.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/hr_timesheet_invoice/wizard/account_analytic_profit.py b/addons/hr_timesheet_invoice/wizard/account_analytic_profit.py index 705654a89fa..400122a4db2 100644 --- a/addons/hr_timesheet_invoice/wizard/account_analytic_profit.py +++ b/addons/hr_timesheet_invoice/wizard/account_analytic_profit.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: account.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/hr_timesheet_invoice/wizard/hr_timesheet_final_invoice_create.py b/addons/hr_timesheet_invoice/wizard/hr_timesheet_final_invoice_create.py index fd5946fa57f..98a7b30754a 100644 --- a/addons/hr_timesheet_invoice/wizard/hr_timesheet_final_invoice_create.py +++ b/addons/hr_timesheet_invoice/wizard/hr_timesheet_final_invoice_create.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2007 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: account.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/hr_timesheet_invoice/wizard/hr_timesheet_invoice_create.py b/addons/hr_timesheet_invoice/wizard/hr_timesheet_invoice_create.py index 8842e3127ab..937382510c8 100644 --- a/addons/hr_timesheet_invoice/wizard/hr_timesheet_invoice_create.py +++ b/addons/hr_timesheet_invoice/wizard/hr_timesheet_invoice_create.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2007 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: account.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/hr_timesheet_sheet/hr_timesheet_sheet.py b/addons/hr_timesheet_sheet/hr_timesheet_sheet.py index e6c673a259e..1477aa46412 100644 --- a/addons/hr_timesheet_sheet/hr_timesheet_sheet.py +++ b/addons/hr_timesheet_sheet/hr_timesheet_sheet.py @@ -2,7 +2,7 @@ # # Copyright (c) 2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: hr_timesheet.py 5490 2007-01-29 16:05:51Z pinky $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/hr_timesheet_sheet/wizard/__init__.py b/addons/hr_timesheet_sheet/wizard/__init__.py index df817824a88..1710878289d 100644 --- a/addons/hr_timesheet_sheet/wizard/__init__.py +++ b/addons/hr_timesheet_sheet/wizard/__init__.py @@ -2,7 +2,7 @@ # # Copyright (c) 2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: hr_timesheet.py 5490 2007-01-29 16:05:51Z pinky $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/hr_timesheet_sheet/wizard/wizard_timesheet_current.py b/addons/hr_timesheet_sheet/wizard/wizard_timesheet_current.py index e005cf0c0e0..cc72167925e 100644 --- a/addons/hr_timesheet_sheet/wizard/wizard_timesheet_current.py +++ b/addons/hr_timesheet_sheet/wizard/wizard_timesheet_current.py @@ -2,7 +2,7 @@ # # Copyright (c) 2005-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: sign_in_out.py 2871 2006-04-25 14:08:22Z ged $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/hr_timesheet_sheet/wizard/wizard_timesheet_department.py b/addons/hr_timesheet_sheet/wizard/wizard_timesheet_department.py index 4cb125597d9..46d3ca80327 100644 --- a/addons/hr_timesheet_sheet/wizard/wizard_timesheet_department.py +++ b/addons/hr_timesheet_sheet/wizard/wizard_timesheet_department.py @@ -2,7 +2,7 @@ # # Copyright (c) 2005-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: sign_in_out.py 2871 2006-04-25 14:08:22Z ged $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/mrp/mrp.py b/addons/mrp/mrp.py index d47cceb903f..f7203c6d519 100644 --- a/addons/mrp/mrp.py +++ b/addons/mrp/mrp.py @@ -2,7 +2,7 @@ # # Copyright (c) 2005-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: mrp.py 1292 2005-09-08 03:26:33Z pinky $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/product/product.py b/addons/product/product.py index 4d99394b41e..f9fdce0485b 100644 --- a/addons/product/product.py +++ b/addons/product/product.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: product.py 1310 2005-09-08 20:40:15Z pinky $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/project/project.py b/addons/project/project.py index c8a315dff99..509bd1da166 100644 --- a/addons/project/project.py +++ b/addons/project/project.py @@ -2,7 +2,7 @@ # # Copyright (c) 2005-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: project.py 1011 2005-07-26 08:11:45Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/project/report/_date_compute.py b/addons/project/report/_date_compute.py index f2eccb47606..7b951e0fd0c 100644 --- a/addons/project/report/_date_compute.py +++ b/addons/project/report/_date_compute.py @@ -2,7 +2,7 @@ # # Copyright (c) 2005 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: _date_compute.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/project/report/gantt_report.py b/addons/project/report/gantt_report.py index f72229804d7..e115a6e8621 100644 --- a/addons/project/report/gantt_report.py +++ b/addons/project/report/gantt_report.py @@ -2,7 +2,7 @@ # # Copyright (c) 2005 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: gantt_report.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/project/wizard/__init__.py b/addons/project/wizard/__init__.py index 97391e3de6a..c90bad109b8 100644 --- a/addons/project/wizard/__init__.py +++ b/addons/project/wizard/__init__.py @@ -2,7 +2,7 @@ # # Copyright (c) 2005-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: __init__.py 843 2005-07-01 09:29:47Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/purchase/partner.py b/addons/purchase/partner.py index 227f7fb8a0e..e2ab3236883 100644 --- a/addons/purchase/partner.py +++ b/addons/purchase/partner.py @@ -3,7 +3,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: account.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_account/__init__.py b/addons/report_account/__init__.py index 7e7281fbe07..97304d684c3 100644 --- a/addons/report_account/__init__.py +++ b/addons/report_account/__init__.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: __init__.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_account/report_receivable.py b/addons/report_account/report_receivable.py index c81d10653ef..0b9fee2f0dc 100644 --- a/addons/report_account/report_receivable.py +++ b/addons/report_account/report_receivable.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: project.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_analytic/__init__.py b/addons/report_analytic/__init__.py index a53ac21d2f7..a8ca0de824b 100644 --- a/addons/report_analytic/__init__.py +++ b/addons/report_analytic/__init__.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: __init__.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_analytic/report_analytic.py b/addons/report_analytic/report_analytic.py index 9cb9d983a88..c00a043d44c 100644 --- a/addons/report_analytic/report_analytic.py +++ b/addons/report_analytic/report_analytic.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: project.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_analytic_line/__init__.py b/addons/report_analytic_line/__init__.py index 2631131552e..2fde9c05845 100644 --- a/addons/report_analytic_line/__init__.py +++ b/addons/report_analytic_line/__init__.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: sale.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_analytic_line/report_analytic_line.py b/addons/report_analytic_line/report_analytic_line.py index 34181d01ba0..5ce72af1bee 100644 --- a/addons/report_analytic_line/report_analytic_line.py +++ b/addons/report_analytic_line/report_analytic_line.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: sale.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_analytic_planning/__init__.py b/addons/report_analytic_planning/__init__.py index 33cf4cfd5bb..1c79e74813e 100644 --- a/addons/report_analytic_planning/__init__.py +++ b/addons/report_analytic_planning/__init__.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: sale.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_analytic_planning/report/__init__.py b/addons/report_analytic_planning/report/__init__.py index 16195f2f1e0..c680e7c6bdc 100644 --- a/addons/report_analytic_planning/report/__init__.py +++ b/addons/report_analytic_planning/report/__init__.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: sale.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_analytic_planning/report_analytic_planning.py b/addons/report_analytic_planning/report_analytic_planning.py index 9190bb35773..a0f26e43d5e 100644 --- a/addons/report_analytic_planning/report_analytic_planning.py +++ b/addons/report_analytic_planning/report_analytic_planning.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: sale.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_crm/__init__.py b/addons/report_crm/__init__.py index fc321c4392a..ddf9648580f 100644 --- a/addons/report_crm/__init__.py +++ b/addons/report_crm/__init__.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: __init__.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_crm/report_crm.py b/addons/report_crm/report_crm.py index da536d21d2a..e89579485b1 100644 --- a/addons/report_crm/report_crm.py +++ b/addons/report_crm/report_crm.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: project.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_intrastat/__init__.py b/addons/report_intrastat/__init__.py index e8a30304562..52cb34e7a3a 100644 --- a/addons/report_intrastat/__init__.py +++ b/addons/report_intrastat/__init__.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2007 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: __init__.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_intrastat/report_intrastat.py b/addons/report_intrastat/report_intrastat.py index 1e5e2c87b98..7fe62837c7f 100644 --- a/addons/report_intrastat/report_intrastat.py +++ b/addons/report_intrastat/report_intrastat.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2007 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: __init__.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_mrp/__init__.py b/addons/report_mrp/__init__.py index f515cd1e6db..5b99aad2fbb 100644 --- a/addons/report_mrp/__init__.py +++ b/addons/report_mrp/__init__.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: __init__.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_project/__init__.py b/addons/report_project/__init__.py index 20af2105b36..7657056127b 100644 --- a/addons/report_project/__init__.py +++ b/addons/report_project/__init__.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: project.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_project/report_project.py b/addons/report_project/report_project.py index e09328a4022..056948a338a 100644 --- a/addons/report_project/report_project.py +++ b/addons/report_project/report_project.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: project.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_purchase/__init__.py b/addons/report_purchase/__init__.py index 00790d8a954..290791f9514 100644 --- a/addons/report_purchase/__init__.py +++ b/addons/report_purchase/__init__.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: purchase.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_purchase/report_purchase.py b/addons/report_purchase/report_purchase.py index 057bc18d87f..05ad59e46a3 100644 --- a/addons/report_purchase/report_purchase.py +++ b/addons/report_purchase/report_purchase.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: purchase.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_sale/__init__.py b/addons/report_sale/__init__.py index aa01495a616..65d2f32adb5 100644 --- a/addons/report_sale/__init__.py +++ b/addons/report_sale/__init__.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: sale.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_sale/report_sale.py b/addons/report_sale/report_sale.py index a4438511624..7275289084c 100644 --- a/addons/report_sale/report_sale.py +++ b/addons/report_sale/report_sale.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: sale.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_stock/report_stock.py b/addons/report_stock/report_stock.py index 4d4129a115b..a0b3f1ac2fe 100644 --- a/addons/report_stock/report_stock.py +++ b/addons/report_stock/report_stock.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2007 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: stock.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_task/report_task.py b/addons/report_task/report_task.py index bb5f195f3d5..dd50aa4f079 100644 --- a/addons/report_task/report_task.py +++ b/addons/report_task/report_task.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: project.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_timesheet/__init__.py b/addons/report_timesheet/__init__.py index 8aa10ca5c9c..4cf781ccb59 100644 --- a/addons/report_timesheet/__init__.py +++ b/addons/report_timesheet/__init__.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: timesheet.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/report_timesheet/report_timesheet.py b/addons/report_timesheet/report_timesheet.py index cb00725b023..0e5bd389eef 100644 --- a/addons/report_timesheet/report_timesheet.py +++ b/addons/report_timesheet/report_timesheet.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: sale.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/sale/sale.py b/addons/sale/sale.py index 215e8317404..9b700fbca93 100644 --- a/addons/sale/sale.py +++ b/addons/sale/sale.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: sale.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/sale/wizard/__init__.py b/addons/sale/wizard/__init__.py index b49f6049cb9..5ebb6e38cb4 100644 --- a/addons/sale/wizard/__init__.py +++ b/addons/sale/wizard/__init__.py @@ -2,7 +2,7 @@ # # Copyright (c) 2005-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: __init__.py 1070 2005-07-29 12:41:24Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/sale/wizard/make_invoice.py b/addons/sale/wizard/make_invoice.py index f55cf142db1..6255ca48b91 100644 --- a/addons/sale/wizard/make_invoice.py +++ b/addons/sale/wizard/make_invoice.py @@ -2,7 +2,7 @@ # # Copyright (c) 2005-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: make_invoice.py 1070 2005-07-29 12:41:24Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/sale/wizard/wizard_sale_line_invoice.py b/addons/sale/wizard/wizard_sale_line_invoice.py index ebfc258df51..d8997969984 100644 --- a/addons/sale/wizard/wizard_sale_line_invoice.py +++ b/addons/sale/wizard/wizard_sale_line_invoice.py @@ -2,7 +2,7 @@ # # Copyright (c) 2005-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: make_invoice.py 1070 2005-07-29 12:41:24Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/scrum/report/_burndown.py b/addons/scrum/report/_burndown.py index e2ea9d6d156..47d0e036be9 100644 --- a/addons/scrum/report/_burndown.py +++ b/addons/scrum/report/_burndown.py @@ -2,7 +2,7 @@ # # Copyright (c) 2005-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: gantt_report.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/scrum/report/sprint_burndown.py b/addons/scrum/report/sprint_burndown.py index 695acc3c440..803a3980d82 100644 --- a/addons/scrum/report/sprint_burndown.py +++ b/addons/scrum/report/sprint_burndown.py @@ -2,7 +2,7 @@ # # Copyright (c) 2005-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: gantt_report.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/scrum/report/task_burndown.py b/addons/scrum/report/task_burndown.py index 38ac1e1c469..9fed0055950 100644 --- a/addons/scrum/report/task_burndown.py +++ b/addons/scrum/report/task_burndown.py @@ -2,7 +2,7 @@ # # Copyright (c) 2005-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: gantt_report.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/stock/partner.py b/addons/stock/partner.py index ff1e70a902e..4a51cccd33d 100644 --- a/addons/stock/partner.py +++ b/addons/stock/partner.py @@ -3,7 +3,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: account.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/stock/product.py b/addons/stock/product.py index 003103d3796..6bed7e543bc 100644 --- a/addons/stock/product.py +++ b/addons/stock/product.py @@ -3,7 +3,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: account.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/stock/stock.py b/addons/stock/stock.py index 74ca06d971f..262d707967a 100644 --- a/addons/stock/stock.py +++ b/addons/stock/stock.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: stock.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential diff --git a/addons/subscription/subscription.py b/addons/subscription/subscription.py index 2d75bfd72f0..90dc83e223e 100644 --- a/addons/subscription/subscription.py +++ b/addons/subscription/subscription.py @@ -2,7 +2,7 @@ # # Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved. # -# $Id: subscription.py 1005 2005-07-25 08:41:42Z nicoe $ +# $Id$ # # WARNING: This program as such is intended to be used by professional # programmers who take the whole responsability of assessing all potential