Skip to content
Snippets Groups Projects
Commit e2faeab4 authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[MERGE] forward port of branch 8.0 up to a4c4c43b

parents 03a2b6ba a4c4c43b
Branches
Tags
No related merge requests found
......@@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
from openerp import api
from openerp.osv import fields,osv
class res_partner(osv.osv):
......@@ -36,6 +36,7 @@ class res_partner(osv.osv):
'task_count': fields.function(_task_count, string='# Tasks', type='integer'),
}
@api.cr_uid_id_context
def copy(self, cr, uid, record_id, default=None, context=None):
if default is None:
default = {}
......
Germany, 2015-02-26
Germany, 2016-04-20
initOS GmbH & Co. KG agrees to the terms of the Odoo Corporate
initOS GmbH agrees to the terms of the Odoo Corporate
Contributor License Agreement v1.0.
I declare that I am authorized and able to make this agreement and sign this
......@@ -8,7 +8,7 @@ declaration.
Signed,
Markus Schneider markus.schneider@initos.com https://github.com/OSguard
Frederik Kramer frederik.kramer@initos.com https://github.com/OSevangelist
List of contributors:
......@@ -19,3 +19,5 @@ Frederik Kramer frederik.kramer@initos.com https://github.com/OSevangelist
Nikolina Todorova nikolina.todorova@initos.com https://github.com/ntodorova
Peter Hahn peter.hahn@initos.com https://github.com/codingforfun
Claudia Haida claudia.haida@initos.com
Andreas Zöllner andreas.zoellner@initos.com https://github.com/azoellner
Rami Alwafaie rami.alwafaie@initos.com https://github.com/rami-wafaie
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment