Merge lp:~therp-nl/openupgrade-addons/6.1-copyright_notices into lp:openupgrade-addons/6.1

Proposed by Holger Brunn (Therp)
Status: Merged
Merged at revision: 6604
Proposed branch: lp:~therp-nl/openupgrade-addons/6.1-copyright_notices
Merge into: lp:openupgrade-addons/6.1
Prerequisite: lp:~therp-nl/openupgrade-addons/6.1-hr
Diff against target: 588 lines (+400/-0)
21 files modified
account/migrations/6.1.1.1/post-migration.py (+20/-0)
account/migrations/6.1.1.1/pre-migration.py (+19/-0)
account_followup/migrations/6.1.1.0/post-migration.py (+19/-0)
account_payment/migrations/6.1.1.1/post-migration.py (+19/-0)
base_calendar/migrations/6.1.1.0/post-migration.py (+19/-0)
base_calendar/migrations/6.1.1.0/pre-migration.py (+19/-0)
base_contact/migrations/6.1.1.0/post-migration.py (+19/-0)
base_contact/migrations/6.1.1.0/pre-migration.py (+19/-0)
base_iban/migrations/6.1.1.0/pre-migration.py (+19/-0)
crm/migrations/6.1.1.0/post-migration.py (+19/-0)
crm/migrations/6.1.1.0/pre-migration.py (+19/-0)
edi/migrations/6.1.1.0/pre-migration.py (+19/-0)
email_template/migrations/6.1.1.1/pre-migration.py (+19/-0)
hr/migrations/6.1.1.1/post-migration.py (+19/-0)
hr/migrations/6.1.1.1/pre-migration.py (+19/-0)
hr_contract/migrations/6.1.1.0/pre-migrate.py (+19/-0)
hr_timesheet_sheet/migrations/6.1.1.0/pre-migrate.py (+19/-0)
mail/migrations/6.1.1.0/post-migration.py (+19/-0)
mail/migrations/6.1.1.0/pre-migration.py (+19/-0)
product/migrations/6.1.1.1/post-migration.py (+19/-0)
project/migrations/6.1.1.1/post-migration.py (+19/-0)
To merge this branch: bzr merge lp:~therp-nl/openupgrade-addons/6.1-copyright_notices
Reviewer Review Type Date Requested Status
OpenUpgrade Committers Pending
Review via email: mp+110985@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'account/migrations/6.1.1.1/post-migration.py'
--- account/migrations/6.1.1.1/post-migration.py 2012-02-17 15:03:23 +0000
+++ account/migrations/6.1.1.1/post-migration.py 2012-06-19 09:41:20 +0000
@@ -1,4 +1,24 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################
3#
4# OpenERP, Open Source Management Solution
5# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as
9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Affero General Public License for more details.
16#
17# You should have received a copy of the GNU Affero General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#
20##############################################################################
21
2from osv import osv22from osv import osv
3import pooler, logging23import pooler, logging
4from openerp import SUPERUSER_ID24from openerp import SUPERUSER_ID
525
=== modified file 'account/migrations/6.1.1.1/pre-migration.py'
--- account/migrations/6.1.1.1/pre-migration.py 2012-02-17 15:03:23 +0000
+++ account/migrations/6.1.1.1/pre-migration.py 2012-06-19 09:41:20 +0000
@@ -1,4 +1,23 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################
3#
4# OpenERP, Open Source Management Solution
5# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as
9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Affero General Public License for more details.
16#
17# You should have received a copy of the GNU Affero General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#
20##############################################################################
221
3import os22import os
4from osv import osv23from osv import osv
524
=== modified file 'account_followup/migrations/6.1.1.0/post-migration.py'
--- account_followup/migrations/6.1.1.0/post-migration.py 2012-02-23 23:23:05 +0000
+++ account_followup/migrations/6.1.1.0/post-migration.py 2012-06-19 09:41:20 +0000
@@ -1,4 +1,23 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################
3#
4# OpenERP, Open Source Management Solution
5# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as
9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Affero General Public License for more details.
16#
17# You should have received a copy of the GNU Affero General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#
20##############################################################################
221
3from osv import osv22from osv import osv
4import pooler, logging23import pooler, logging
524
=== modified file 'account_payment/migrations/6.1.1.1/post-migration.py'
--- account_payment/migrations/6.1.1.1/post-migration.py 2012-02-23 23:23:05 +0000
+++ account_payment/migrations/6.1.1.1/post-migration.py 2012-06-19 09:41:20 +0000
@@ -1,4 +1,23 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################
3#
4# OpenERP, Open Source Management Solution
5# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as
9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Affero General Public License for more details.
16#
17# You should have received a copy of the GNU Affero General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#
20##############################################################################
2import os21import os
3from osv import osv22from osv import osv
4import logging23import logging
524
=== modified file 'base_calendar/migrations/6.1.1.0/post-migration.py'
--- base_calendar/migrations/6.1.1.0/post-migration.py 2012-02-23 23:23:05 +0000
+++ base_calendar/migrations/6.1.1.0/post-migration.py 2012-06-19 09:41:20 +0000
@@ -1,4 +1,23 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################
3#
4# OpenERP, Open Source Management Solution
5# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as
9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Affero General Public License for more details.
16#
17# You should have received a copy of the GNU Affero General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#
20##############################################################################
221
3from osv import osv22from osv import osv
4import pooler, logging23import pooler, logging
524
=== modified file 'base_calendar/migrations/6.1.1.0/pre-migration.py'
--- base_calendar/migrations/6.1.1.0/pre-migration.py 2012-06-07 11:00:20 +0000
+++ base_calendar/migrations/6.1.1.0/pre-migration.py 2012-06-19 09:41:20 +0000
@@ -1,4 +1,23 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################
3#
4# OpenERP, Open Source Management Solution
5# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as
9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Affero General Public License for more details.
16#
17# You should have received a copy of the GNU Affero General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#
20##############################################################################
221
3import pooler, logging22import pooler, logging
4from openerp.openupgrade import openupgrade23from openerp.openupgrade import openupgrade
524
=== modified file 'base_contact/migrations/6.1.1.0/post-migration.py'
--- base_contact/migrations/6.1.1.0/post-migration.py 2012-03-13 04:19:49 +0000
+++ base_contact/migrations/6.1.1.0/post-migration.py 2012-06-19 09:41:20 +0000
@@ -1,4 +1,23 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################
3#
4# OpenERP, Open Source Management Solution
5# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as
9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Affero General Public License for more details.
16#
17# You should have received a copy of the GNU Affero General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#
20##############################################################################
221
3from osv import osv22from osv import osv
4import logging23import logging
524
=== modified file 'base_contact/migrations/6.1.1.0/pre-migration.py'
--- base_contact/migrations/6.1.1.0/pre-migration.py 2012-03-13 00:20:44 +0000
+++ base_contact/migrations/6.1.1.0/pre-migration.py 2012-06-19 09:41:20 +0000
@@ -1,4 +1,23 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################
3#
4# OpenERP, Open Source Management Solution
5# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as
9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Affero General Public License for more details.
16#
17# You should have received a copy of the GNU Affero General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#
20##############################################################################
221
3from osv import osv22from osv import osv
4import logging23import logging
524
=== modified file 'base_iban/migrations/6.1.1.0/pre-migration.py'
--- base_iban/migrations/6.1.1.0/pre-migration.py 2012-02-23 23:23:05 +0000
+++ base_iban/migrations/6.1.1.0/pre-migration.py 2012-06-19 09:41:20 +0000
@@ -1,4 +1,23 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################
3#
4# OpenERP, Open Source Management Solution
5# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as
9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Affero General Public License for more details.
16#
17# You should have received a copy of the GNU Affero General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#
20##############################################################################
221
3import os22import os
4from osv import osv23from osv import osv
524
=== modified file 'crm/migrations/6.1.1.0/post-migration.py'
--- crm/migrations/6.1.1.0/post-migration.py 2012-06-07 11:00:20 +0000
+++ crm/migrations/6.1.1.0/post-migration.py 2012-06-19 09:41:20 +0000
@@ -1,4 +1,23 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################
3#
4# OpenERP, Open Source Management Solution
5# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as
9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Affero General Public License for more details.
16#
17# You should have received a copy of the GNU Affero General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#
20##############################################################################
221
3import pooler, logging22import pooler, logging
4from openerp.openupgrade import openupgrade23from openerp.openupgrade import openupgrade
524
=== modified file 'crm/migrations/6.1.1.0/pre-migration.py'
--- crm/migrations/6.1.1.0/pre-migration.py 2012-06-07 11:00:20 +0000
+++ crm/migrations/6.1.1.0/pre-migration.py 2012-06-19 09:41:20 +0000
@@ -1,4 +1,23 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################
3#
4# OpenERP, Open Source Management Solution
5# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as
9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Affero General Public License for more details.
16#
17# You should have received a copy of the GNU Affero General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#
20##############################################################################
221
3import pooler, logging22import pooler, logging
4import os23import os
524
=== modified file 'edi/migrations/6.1.1.0/pre-migration.py'
--- edi/migrations/6.1.1.0/pre-migration.py 2012-02-17 15:03:23 +0000
+++ edi/migrations/6.1.1.0/pre-migration.py 2012-06-19 09:41:20 +0000
@@ -1,4 +1,23 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################
3#
4# OpenERP, Open Source Management Solution
5# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as
9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Affero General Public License for more details.
16#
17# You should have received a copy of the GNU Affero General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#
20##############################################################################
221
3import os22import os
4from osv import osv23from osv import osv
524
=== modified file 'email_template/migrations/6.1.1.1/pre-migration.py'
--- email_template/migrations/6.1.1.1/pre-migration.py 2012-02-23 23:23:05 +0000
+++ email_template/migrations/6.1.1.1/pre-migration.py 2012-06-19 09:41:20 +0000
@@ -1,4 +1,23 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################
3#
4# OpenERP, Open Source Management Solution
5# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as
9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Affero General Public License for more details.
16#
17# You should have received a copy of the GNU Affero General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#
20##############################################################################
221
3import os22import os
4from osv import osv23from osv import osv
524
=== modified file 'hr/migrations/6.1.1.1/post-migration.py'
--- hr/migrations/6.1.1.1/post-migration.py 2012-06-19 09:41:19 +0000
+++ hr/migrations/6.1.1.1/post-migration.py 2012-06-19 09:41:20 +0000
@@ -1,4 +1,23 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################
3#
4# OpenERP, Open Source Management Solution
5# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as
9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Affero General Public License for more details.
16#
17# You should have received a copy of the GNU Affero General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#
20##############################################################################
221
3import pooler, logging22import pooler, logging
4from openerp.openupgrade import openupgrade23from openerp.openupgrade import openupgrade
524
=== modified file 'hr/migrations/6.1.1.1/pre-migration.py'
--- hr/migrations/6.1.1.1/pre-migration.py 2012-06-19 09:41:19 +0000
+++ hr/migrations/6.1.1.1/pre-migration.py 2012-06-19 09:41:20 +0000
@@ -1,4 +1,23 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################
3#
4# OpenERP, Open Source Management Solution
5# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as
9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Affero General Public License for more details.
16#
17# You should have received a copy of the GNU Affero General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#
20##############################################################################
221
3from openerp.openupgrade import openupgrade22from openerp.openupgrade import openupgrade
423
524
=== modified file 'hr_contract/migrations/6.1.1.0/pre-migrate.py'
--- hr_contract/migrations/6.1.1.0/pre-migrate.py 2012-06-19 09:41:19 +0000
+++ hr_contract/migrations/6.1.1.0/pre-migrate.py 2012-06-19 09:41:20 +0000
@@ -1,4 +1,23 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################
3#
4# OpenERP, Open Source Management Solution
5# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as
9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Affero General Public License for more details.
16#
17# You should have received a copy of the GNU Affero General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#
20##############################################################################
2from openerp.openupgrade import openupgrade21from openerp.openupgrade import openupgrade
322
4#@openupgrade.migrate()23#@openupgrade.migrate()
524
=== modified file 'hr_timesheet_sheet/migrations/6.1.1.0/pre-migrate.py'
--- hr_timesheet_sheet/migrations/6.1.1.0/pre-migrate.py 2012-06-19 09:41:19 +0000
+++ hr_timesheet_sheet/migrations/6.1.1.0/pre-migrate.py 2012-06-19 09:41:20 +0000
@@ -1,4 +1,23 @@
1import logging1import logging
2##############################################################################
3#
4# OpenERP, Open Source Management Solution
5# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as
9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Affero General Public License for more details.
16#
17# You should have received a copy of the GNU Affero General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#
20##############################################################################
2from openerp.openupgrade import openupgrade21from openerp.openupgrade import openupgrade
322
4logger = logging.getLogger('OpenUpgrade')23logger = logging.getLogger('OpenUpgrade')
524
=== modified file 'mail/migrations/6.1.1.0/post-migration.py'
--- mail/migrations/6.1.1.0/post-migration.py 2012-02-17 15:03:23 +0000
+++ mail/migrations/6.1.1.0/post-migration.py 2012-06-19 09:41:20 +0000
@@ -1,4 +1,23 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################
3#
4# OpenERP, Open Source Management Solution
5# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as
9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Affero General Public License for more details.
16#
17# You should have received a copy of the GNU Affero General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#
20##############################################################################
221
3from osv import osv22from osv import osv
4import pooler, logging23import pooler, logging
524
=== modified file 'mail/migrations/6.1.1.0/pre-migration.py'
--- mail/migrations/6.1.1.0/pre-migration.py 2012-03-06 22:27:34 +0000
+++ mail/migrations/6.1.1.0/pre-migration.py 2012-06-19 09:41:20 +0000
@@ -1,4 +1,23 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################
3#
4# OpenERP, Open Source Management Solution
5# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as
9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Affero General Public License for more details.
16#
17# You should have received a copy of the GNU Affero General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#
20##############################################################################
221
3import os22import os
4from osv import osv23from osv import osv
524
=== modified file 'product/migrations/6.1.1.1/post-migration.py'
--- product/migrations/6.1.1.1/post-migration.py 2012-03-06 22:27:34 +0000
+++ product/migrations/6.1.1.1/post-migration.py 2012-06-19 09:41:20 +0000
@@ -1,4 +1,23 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################
3#
4# OpenERP, Open Source Management Solution
5# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as
9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Affero General Public License for more details.
16#
17# You should have received a copy of the GNU Affero General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#
20##############################################################################
2import os21import os
3from osv import osv22from osv import osv
4import logging23import logging
524
=== modified file 'project/migrations/6.1.1.1/post-migration.py'
--- project/migrations/6.1.1.1/post-migration.py 2012-03-06 22:27:34 +0000
+++ project/migrations/6.1.1.1/post-migration.py 2012-06-19 09:41:20 +0000
@@ -1,4 +1,23 @@
1# -*- coding: utf-8 -*-1# -*- coding: utf-8 -*-
2##############################################################################
3#
4# OpenERP, Open Source Management Solution
5# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
6#
7# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU Affero General Public License as
9# published by the Free Software Foundation, either version 3 of the
10# License, or (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Affero General Public License for more details.
16#
17# You should have received a copy of the GNU Affero General Public License
18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#
20##############################################################################
221
3from osv import osv22from osv import osv
4import pooler, logging23import pooler, logging

Subscribers

People subscribed via source and target branches