Merge lp:~syleam/openobject-client/trunk-pep0263-coding into lp:~openerp/openobject-client/old_trunk

Proposed by Christophe CHAUVET
Status: Needs review
Proposed branch: lp:~syleam/openobject-client/trunk-pep0263-coding
Merge into: lp:~openerp/openobject-client/old_trunk
Diff against target: None lines
To merge this branch: bzr merge lp:~syleam/openobject-client/trunk-pep0263-coding
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+5310@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

962. By Christophe CHAUVET

[FIX]
 * Fix the bad syntax for encoding python file
 * see PEP 0263 ( http://www.python.org/dev/peps/pep-0263/ )

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bin/common/__init__.py'
--- bin/common/__init__.py 2009-01-04 22:13:17 +0000
+++ bin/common/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/common/common.py'
--- bin/common/common.py 2009-03-13 15:12:10 +0000
+++ bin/common/common.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/modules/__init__.py'
--- bin/modules/__init__.py 2009-01-04 22:13:17 +0000
+++ bin/modules/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/modules/action/__init__.py'
--- bin/modules/action/__init__.py 2009-01-04 22:13:17 +0000
+++ bin/modules/action/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/modules/action/main.py'
--- bin/modules/action/main.py 2009-03-30 12:41:24 +0000
+++ bin/modules/action/main.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/modules/action/wizard.py'
--- bin/modules/action/wizard.py 2009-01-26 18:48:54 +0000
+++ bin/modules/action/wizard.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/modules/gui/__init__.py'
--- bin/modules/gui/__init__.py 2009-01-04 22:13:17 +0000
+++ bin/modules/gui/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/modules/gui/main.py'
--- bin/modules/gui/main.py 2009-02-12 09:49:36 +0000
+++ bin/modules/gui/main.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/modules/gui/window/__init__.py'
--- bin/modules/gui/window/__init__.py 2009-01-04 22:13:17 +0000
+++ bin/modules/gui/window/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/modules/gui/window/form.py'
--- bin/modules/gui/window/form.py 2009-01-04 22:13:17 +0000
+++ bin/modules/gui/window/form.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/modules/gui/window/tree.py'
--- bin/modules/gui/window/tree.py 2009-01-04 22:13:17 +0000
+++ bin/modules/gui/window/tree.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/modules/gui/window/view_sel/__init__.py'
--- bin/modules/gui/window/view_sel/__init__.py 2009-01-04 22:13:17 +0000
+++ bin/modules/gui/window/view_sel/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/modules/gui/window/view_tree/__init__.py'
--- bin/modules/gui/window/view_tree/__init__.py 2009-01-04 22:13:17 +0000
+++ bin/modules/gui/window/view_tree/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/modules/gui/window/view_tree/parse.py'
--- bin/modules/gui/window/view_tree/parse.py 2009-03-30 12:48:55 +0000
+++ bin/modules/gui/window/view_tree/parse.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/modules/gui/window/view_tree/view_tree.py'
--- bin/modules/gui/window/view_tree/view_tree.py 2009-01-30 14:38:58 +0000
+++ bin/modules/gui/window/view_tree/view_tree.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/modules/gui/window/view_tree/view_tree_sc.py'
--- bin/modules/gui/window/view_tree/view_tree_sc.py 2009-01-04 22:13:17 +0000
+++ bin/modules/gui/window/view_tree/view_tree_sc.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/modules/gui/window/win_export.py'
--- bin/modules/gui/window/win_export.py 2009-04-06 13:48:56 +0000
+++ bin/modules/gui/window/win_export.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/modules/gui/window/win_extension.py'
--- bin/modules/gui/window/win_extension.py 2009-01-04 22:13:17 +0000
+++ bin/modules/gui/window/win_extension.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/modules/gui/window/win_import.py'
--- bin/modules/gui/window/win_import.py 2009-02-02 10:18:28 +0000
+++ bin/modules/gui/window/win_import.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/modules/gui/window/win_list.py'
--- bin/modules/gui/window/win_list.py 2009-01-04 22:13:17 +0000
+++ bin/modules/gui/window/win_list.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/modules/gui/window/win_preference.py'
--- bin/modules/gui/window/win_preference.py 2009-01-22 23:14:32 +0000
+++ bin/modules/gui/window/win_preference.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/modules/gui/window/win_search.py'
--- bin/modules/gui/window/win_search.py 2009-02-24 07:36:03 +0000
+++ bin/modules/gui/window/win_search.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/modules/gui/window/win_selection.py'
--- bin/modules/gui/window/win_selection.py 2009-01-04 22:13:17 +0000
+++ bin/modules/gui/window/win_selection.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/modules/spool/__init__.py'
--- bin/modules/spool/__init__.py 2009-01-04 22:13:17 +0000
+++ bin/modules/spool/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/observator.py'
--- bin/observator.py 2009-04-06 13:48:56 +0000
+++ bin/observator.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/openerp-client.py'
--- bin/openerp-client.py 2009-02-02 14:48:35 +0000
+++ bin/openerp-client.py 2009-04-07 20:18:27 +0000
@@ -1,5 +1,5 @@
1#!/usr/bin/python1#!/usr/bin/python
2# -*- encoding: utf-8 -*-2# -*- coding: utf-8 -*-
3##############################################################################3##############################################################################
4#4#
5# OpenERP, Open Source Management Solution 5# OpenERP, Open Source Management Solution
66
=== modified file 'bin/options.py'
--- bin/options.py 2009-02-26 16:40:06 +0000
+++ bin/options.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/plugins/__init__.py'
--- bin/plugins/__init__.py 2009-01-04 22:13:17 +0000
+++ bin/plugins/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/plugins/workflow_print/__init__.py'
--- bin/plugins/workflow_print/__init__.py 2009-01-04 22:13:17 +0000
+++ bin/plugins/workflow_print/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/printer/__init__.py'
--- bin/printer/__init__.py 2009-01-04 22:13:17 +0000
+++ bin/printer/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/printer/printer.py'
--- bin/printer/printer.py 2009-01-14 13:12:44 +0000
+++ bin/printer/printer.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/release.py'
--- bin/release.py 2009-02-13 14:02:47 +0000
+++ bin/release.py 2009-04-07 20:18:27 +0000
@@ -1,5 +1,5 @@
1#!/usr/bin/env python1#!/usr/bin/env python
2# -*- encoding: utf-8 -*-2# -*- coding: utf-8 -*-
3##############################################################################3##############################################################################
4#4#
5# OpenERP, Open Source Management Solution 5# OpenERP, Open Source Management Solution
66
=== modified file 'bin/rpc.py'
--- bin/rpc.py 2009-02-12 09:49:36 +0000
+++ bin/rpc.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/service.py'
--- bin/service.py 2009-01-04 22:13:17 +0000
+++ bin/service.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/signal_event.py'
--- bin/signal_event.py 2009-01-04 22:13:17 +0000
+++ bin/signal_event.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/tiny_socket.py'
--- bin/tiny_socket.py 2009-03-19 15:36:32 +0000
+++ bin/tiny_socket.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/tinygraph/__init__.py'
--- bin/tinygraph/__init__.py 2009-01-04 22:13:17 +0000
+++ bin/tinygraph/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/tools/__init__.py'
--- bin/tools/__init__.py 2009-03-23 12:07:23 +0000
+++ bin/tools/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/tools/datetime_util.py'
--- bin/tools/datetime_util.py 2009-01-04 22:13:17 +0000
+++ bin/tools/datetime_util.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/tools/debug.py'
--- bin/tools/debug.py 2009-01-15 12:51:22 +0000
+++ bin/tools/debug.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/tools/win32.py'
--- bin/tools/win32.py 2009-01-04 22:13:17 +0000
+++ bin/tools/win32.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/translate.py'
--- bin/translate.py 2009-01-06 21:56:18 +0000
+++ bin/translate.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/__init__.py'
--- bin/widget/__init__.py 2009-01-04 22:13:17 +0000
+++ bin/widget/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/model/__init__.py'
--- bin/widget/model/__init__.py 2009-01-04 22:13:17 +0000
+++ bin/widget/model/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/model/field.py'
--- bin/widget/model/field.py 2009-04-06 13:48:56 +0000
+++ bin/widget/model/field.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/model/group.py'
--- bin/widget/model/group.py 2009-04-06 13:48:56 +0000
+++ bin/widget/model/group.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/model/record.py'
--- bin/widget/model/record.py 2009-03-30 05:19:07 +0000
+++ bin/widget/model/record.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/screen/__init__.py'
--- bin/widget/screen/__init__.py 2009-01-04 22:13:17 +0000
+++ bin/widget/screen/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/screen/screen.py'
--- bin/widget/screen/screen.py 2009-03-23 12:07:23 +0000
+++ bin/widget/screen/screen.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/__init__.py'
--- bin/widget/view/__init__.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/calendar.py'
--- bin/widget/view/calendar.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/calendar.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/calendar_gtk/__init__.py'
--- bin/widget/view/calendar_gtk/__init__.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/calendar_gtk/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/calendar_gtk/parser.py'
--- bin/widget/view/calendar_gtk/parser.py 2009-02-09 15:49:21 +0000
+++ bin/widget/view/calendar_gtk/parser.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/calendar_gtk/parser_dummy.py'
--- bin/widget/view/calendar_gtk/parser_dummy.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/calendar_gtk/parser_dummy.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form.py'
--- bin/widget/view/form.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/form.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/__init__.py'
--- bin/widget/view/form_gtk/__init__.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/form_gtk/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/action.py'
--- bin/widget/view/form_gtk/action.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/form_gtk/action.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/binary.py'
--- bin/widget/view/form_gtk/binary.py 2009-02-03 21:58:37 +0000
+++ bin/widget/view/form_gtk/binary.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/button.py'
--- bin/widget/view/form_gtk/button.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/form_gtk/button.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/calendar.py'
--- bin/widget/view/form_gtk/calendar.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/form_gtk/calendar.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/char.py'
--- bin/widget/view/form_gtk/char.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/form_gtk/char.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/checkbox.py'
--- bin/widget/view/form_gtk/checkbox.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/form_gtk/checkbox.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/date_widget.py'
--- bin/widget/view/form_gtk/date_widget.py 2009-01-26 22:26:20 +0000
+++ bin/widget/view/form_gtk/date_widget.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/float_time.py'
--- bin/widget/view/form_gtk/float_time.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/form_gtk/float_time.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/image.py'
--- bin/widget/view/form_gtk/image.py 2009-02-03 14:52:43 +0000
+++ bin/widget/view/form_gtk/image.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/interface.py'
--- bin/widget/view/form_gtk/interface.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/form_gtk/interface.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/many2many.py'
--- bin/widget/view/form_gtk/many2many.py 2009-03-02 10:51:42 +0000
+++ bin/widget/view/form_gtk/many2many.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/many2one.py'
--- bin/widget/view/form_gtk/many2one.py 2009-02-02 12:06:26 +0000
+++ bin/widget/view/form_gtk/many2one.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/one2many_list.py'
--- bin/widget/view/form_gtk/one2many_list.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/form_gtk/one2many_list.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/parser.py'
--- bin/widget/view/form_gtk/parser.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/form_gtk/parser.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/picture.py'
--- bin/widget/view/form_gtk/picture.py 2009-02-03 16:11:02 +0000
+++ bin/widget/view/form_gtk/picture.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/progressbar.py'
--- bin/widget/view/form_gtk/progressbar.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/form_gtk/progressbar.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/reference.py'
--- bin/widget/view/form_gtk/reference.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/form_gtk/reference.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/selection.py'
--- bin/widget/view/form_gtk/selection.py 2009-01-21 12:49:56 +0000
+++ bin/widget/view/form_gtk/selection.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/spinbutton.py'
--- bin/widget/view/form_gtk/spinbutton.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/form_gtk/spinbutton.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/spinint.py'
--- bin/widget/view/form_gtk/spinint.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/form_gtk/spinint.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/textbox.py'
--- bin/widget/view/form_gtk/textbox.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/form_gtk/textbox.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/textbox_tag.py'
--- bin/widget/view/form_gtk/textbox_tag.py 2009-01-06 21:56:18 +0000
+++ bin/widget/view/form_gtk/textbox_tag.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/url.py'
--- bin/widget/view/form_gtk/url.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/form_gtk/url.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/form_gtk/wid_common.py'
--- bin/widget/view/form_gtk/wid_common.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/form_gtk/wid_common.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/gantt.py'
--- bin/widget/view/gantt.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/gantt.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/gantt_gtk/__init__.py'
--- bin/widget/view/gantt_gtk/__init__.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/gantt_gtk/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/gantt_gtk/parser_dummy.py'
--- bin/widget/view/gantt_gtk/parser_dummy.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/gantt_gtk/parser_dummy.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/graph.py'
--- bin/widget/view/graph.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/graph.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/graph_gtk/__init__.py'
--- bin/widget/view/graph_gtk/__init__.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/graph_gtk/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/graph_gtk/graph.py'
--- bin/widget/view/graph_gtk/graph.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/graph_gtk/graph.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/graph_gtk/parser.py'
--- bin/widget/view/graph_gtk/parser.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/graph_gtk/parser.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/interface.py'
--- bin/widget/view/interface.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/interface.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/list.py'
--- bin/widget/view/list.py 2009-03-26 13:46:08 +0000
+++ bin/widget/view/list.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/screen_container.py'
--- bin/widget/view/screen_container.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/screen_container.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/tree_gtk/__init__.py'
--- bin/widget/view/tree_gtk/__init__.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/tree_gtk/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/tree_gtk/date_renderer.py'
--- bin/widget/view/tree_gtk/date_renderer.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/tree_gtk/date_renderer.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/tree_gtk/decoratedtree.py'
--- bin/widget/view/tree_gtk/decoratedtree.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/tree_gtk/decoratedtree.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/tree_gtk/editabletree.py'
--- bin/widget/view/tree_gtk/editabletree.py 2009-01-26 22:26:20 +0000
+++ bin/widget/view/tree_gtk/editabletree.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/tree_gtk/parser.py'
--- bin/widget/view/tree_gtk/parser.py 2009-04-01 10:02:37 +0000
+++ bin/widget/view/tree_gtk/parser.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget/view/widget_parse.py'
--- bin/widget/view/widget_parse.py 2009-01-04 22:13:17 +0000
+++ bin/widget/view/widget_parse.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget_search/__init__.py'
--- bin/widget_search/__init__.py 2009-01-04 22:13:17 +0000
+++ bin/widget_search/__init__.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget_search/calendar.py'
--- bin/widget_search/calendar.py 2009-01-04 22:13:17 +0000
+++ bin/widget_search/calendar.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget_search/char.py'
--- bin/widget_search/char.py 2009-01-04 22:13:17 +0000
+++ bin/widget_search/char.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget_search/checkbox.py'
--- bin/widget_search/checkbox.py 2009-01-04 22:13:17 +0000
+++ bin/widget_search/checkbox.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget_search/date_widget.py'
--- bin/widget_search/date_widget.py 2009-01-16 11:20:16 +0000
+++ bin/widget_search/date_widget.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget_search/form.py'
--- bin/widget_search/form.py 2009-03-05 14:15:36 +0000
+++ bin/widget_search/form.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget_search/reference.py'
--- bin/widget_search/reference.py 2009-01-04 22:13:17 +0000
+++ bin/widget_search/reference.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget_search/selection.py'
--- bin/widget_search/selection.py 2009-01-04 22:13:17 +0000
+++ bin/widget_search/selection.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget_search/spinbutton.py'
--- bin/widget_search/spinbutton.py 2009-01-04 22:13:17 +0000
+++ bin/widget_search/spinbutton.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget_search/spinint.py'
--- bin/widget_search/spinint.py 2009-01-04 22:13:17 +0000
+++ bin/widget_search/spinint.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'bin/widget_search/wid_int.py'
--- bin/widget_search/wid_int.py 2009-01-04 22:13:17 +0000
+++ bin/widget_search/wid_int.py 2009-04-07 20:18:27 +0000
@@ -1,4 +1,4 @@
1# -*- encoding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################2##############################################################################
3#3#
4# OpenERP, Open Source Management Solution 4# OpenERP, Open Source Management Solution
55
=== modified file 'setup.py'
--- setup.py 2009-01-25 22:19:28 +0000
+++ setup.py 2009-04-07 20:18:27 +0000
@@ -1,5 +1,5 @@
1#!/usr/bin/env python1#!/usr/bin/env python
2# -*- encoding: utf-8 -*-2# -*- coding: utf-8 -*-
3##############################################################################3##############################################################################
4#4#
5# OpenERP, Open Source Management Solution 5# OpenERP, Open Source Management Solution

Subscribers

People subscribed via source and target branches