diff --git a/addons/account/account_analytic_line.py b/addons/account/account_analytic_line.py index c55d49a418f..4699e7081b6 100644 --- a/addons/account/account_analytic_line.py +++ b/addons/account/account_analytic_line.py @@ -1,5 +1,4 @@ # -*- encoding: utf-8 -*- - ############################################################################## # # Copyright (c) 2004-2008 TINY SPRL. (http://tiny.be) All Rights Reserved. diff --git a/addons/auction/report/auction_artists.py b/addons/auction/report/auction_artists.py index 74fcd680278..0a13dfdbedb 100644 --- a/addons/auction/report/auction_artists.py +++ b/addons/auction/report/auction_artists.py @@ -1,5 +1,4 @@ # -*- encoding: utf-8 -*- - ############################################################################## # # Copyright (c) 2005 TINY SPRL. (http://tiny.be) All Rights Reserved. diff --git a/addons/auction/report/bids_lots.py b/addons/auction/report/bids_lots.py index dd6b3c70ba8..d8913dbc220 100644 --- a/addons/auction/report/bids_lots.py +++ b/addons/auction/report/bids_lots.py @@ -1,6 +1,4 @@ # -*- encoding: utf-8 -*- - - ############################################################################## # # Copyright (c) 2005 TINY SPRL. (http://tiny.be) All Rights Reserved. diff --git a/addons/auction/report/bids_phones_details.py b/addons/auction/report/bids_phones_details.py index fa55fe27a04..9e9b960e7d0 100644 --- a/addons/auction/report/bids_phones_details.py +++ b/addons/auction/report/bids_phones_details.py @@ -1,6 +1,4 @@ # -*- encoding: utf-8 -*- - - ############################################################################## # # Copyright (c) 2005 TINY SPRL. (http://tiny.be) All Rights Reserved. diff --git a/addons/auction/report/report_lot_bar_code.py b/addons/auction/report/report_lot_bar_code.py index 95940cdfab4..2814bec30b0 100644 --- a/addons/auction/report/report_lot_bar_code.py +++ b/addons/auction/report/report_lot_bar_code.py @@ -1,5 +1,4 @@ # -*- encoding: utf-8 -*- - ############################################################################## # # Copyright (c) 2005 TINY SPRL. (http://tiny.be) All Rights Reserved. diff --git a/addons/auction/wizard/auction_wizard_enable_taken.py b/addons/auction/wizard/auction_wizard_enable_taken.py index a63af055b2d..117ac7d0cdb 100644 --- a/addons/auction/wizard/auction_wizard_enable_taken.py +++ b/addons/auction/wizard/auction_wizard_enable_taken.py @@ -1,5 +1,4 @@ # -*- encoding: utf-8 -*- - ############################################################################## # # Copyright (c) 2004 TINY SPRL. (http://tiny.be) All Rights Reserved. diff --git a/addons/base_report_designer/wizard/tiny_sxw2rml/tiny_sxw2rml.py b/addons/base_report_designer/wizard/tiny_sxw2rml/tiny_sxw2rml.py index 0d847c93027..6c550ae9404 100644 --- a/addons/base_report_designer/wizard/tiny_sxw2rml/tiny_sxw2rml.py +++ b/addons/base_report_designer/wizard/tiny_sxw2rml/tiny_sxw2rml.py @@ -1,7 +1,5 @@ #!/usr/bin/python # -*- encoding: utf-8 -*- -#coding: utf-8 - ############################################################################## # # Copyright (c): diff --git a/addons/base_vat/partner.py b/addons/base_vat/partner.py index f7b3c5c4831..7f5bae19d09 100644 --- a/addons/base_vat/partner.py +++ b/addons/base_vat/partner.py @@ -26,6 +26,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ############################################################################### + # # The methods "check_vat_[a-z]{2}" are copyrighted: # - Cedric Krier. diff --git a/addons/crm/scripts/tinyerp-mailgate/tinyerp-mailgate.py b/addons/crm/scripts/tinyerp-mailgate/tinyerp-mailgate.py index 7b075a270f0..28752004ac9 100644 --- a/addons/crm/scripts/tinyerp-mailgate/tinyerp-mailgate.py +++ b/addons/crm/scripts/tinyerp-mailgate/tinyerp-mailgate.py @@ -1,3 +1,4 @@ +#!/usr/bin/python # -*- encoding: utf-8 -*- ############################################################################## # @@ -26,7 +27,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ############################################################################### -#!/usr/bin/python import re import smtplib diff --git a/addons/l10n_chart_uk_minimal/__terp__.py b/addons/l10n_chart_uk_minimal/__terp__.py index 970a39b0639..732a9903352 100644 --- a/addons/l10n_chart_uk_minimal/__terp__.py +++ b/addons/l10n_chart_uk_minimal/__terp__.py @@ -26,6 +26,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ############################################################################### + # # This module provides a minimal UK chart of accounts for building upon further # Tiny ERP's default currency and accounts are remapped to this chart diff --git a/addons/l10n_fr/__terp__.py b/addons/l10n_fr/__terp__.py index 2e5fc8bd3bd..28d7d38bc1c 100644 --- a/addons/l10n_fr/__terp__.py +++ b/addons/l10n_fr/__terp__.py @@ -26,6 +26,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ############################################################################### + # # Plan comptable général pour la France, conforme au # Règlement n° 99-03 du 29 avril 1999 diff --git a/addons/membership/membership.py b/addons/membership/membership.py index 2c7f250cc66..24d98c89000 100644 --- a/addons/membership/membership.py +++ b/addons/membership/membership.py @@ -1,5 +1,4 @@ # -*- encoding: utf-8 -*- -'''Membership''' ############################################################################## # # Copyright (c) 2007 TINY SPRL. (http://tiny.be) All Rights Reserved. diff --git a/addons/sale_crm/wizard/makecase.py b/addons/sale_crm/wizard/makecase.py index bfdfb2584d2..c2e58124d45 100644 --- a/addons/sale_crm/wizard/makecase.py +++ b/addons/sale_crm/wizard/makecase.py @@ -1,5 +1,4 @@ # -*- encoding: utf-8 -*- -'''Make case wizard''' ############################################################################## # # Copyright (c) 2007 TINY SPRL. (http://tiny.be) All Rights Reserved.