Browse Source

[IMP] copyrights

pull/401/head
darshan-serpent 8 years ago
parent
commit
edfcfe0b23
  1. 1
      partner_phone_extension/README.rst
  2. 4
      partner_phone_extension/__init__.py
  3. 4
      partner_phone_extension/__openerp__.py
  4. 4
      partner_phone_extension/models/__init__.py
  5. 4
      partner_phone_extension/models/res_partner.py

1
partner_phone_extension/README.rst

@ -36,6 +36,7 @@ Contributors
------------
* El Hadji Dem (elhadji.dem@savoirfairelinux.com)
* Jordi Ballester Alomar <jordi.ballester@eficent.com>
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
Maintainer

4
partner_phone_extension/__init__.py

@ -1,6 +1,10 @@
# -*- coding: utf-8 -*-
# Copyright 2013-2014 Savoir-faire Linux
# (<http://www.savoirfairelinux.com>).
# Copyright 2017 Eficent Business and IT Consulting Services S.L.
# (http://www.eficent.com)
# Copyright 2017 Serpent Consulting Services Pvt. Ltd.
# (<http://www.serpentcs.com>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from . import models

4
partner_phone_extension/__openerp__.py

@ -1,6 +1,10 @@
# -*- coding: utf-8 -*-
# Copyright 2013-2014 Savoir-faire Linux
# (<http://www.savoirfairelinux.com>).
# Copyright 2017 Eficent Business and IT Consulting Services S.L.
# (http://www.eficent.com)
# Copyright 2017 Serpent Consulting Services Pvt. Ltd.
# (<http://www.serpentcs.com>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{

4
partner_phone_extension/models/__init__.py

@ -1,6 +1,10 @@
# -*- coding: utf-8 -*-
# Copyright 2013-2014 Savoir-faire Linux
# (<http://www.savoirfairelinux.com>).
# Copyright 2017 Eficent Business and IT Consulting Services S.L.
# (http://www.eficent.com)
# Copyright 2017 Serpent Consulting Services Pvt. Ltd.
# (<http://www.serpentcs.com>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from . import res_partner

4
partner_phone_extension/models/res_partner.py

@ -1,6 +1,10 @@
# -*- coding: utf-8 -*-
# Copyright 2013-2014 Savoir-faire Linux
# (<http://www.savoirfairelinux.com>).
# Copyright 2017 Eficent Business and IT Consulting Services S.L.
# (http://www.eficent.com)
# Copyright 2017 Serpent Consulting Services Pvt. Ltd.
# (<http://www.serpentcs.com>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from openerp import fields, models

Loading…
Cancel
Save