[FIX] contract: Update author info.

This commit is contained in:
Carlos Incaser
2016-04-01 11:45:34 +02:00
parent 0233b31aa0
commit 28f944d1fe
7 changed files with 21 additions and 18 deletions

View File

@@ -51,8 +51,8 @@ Credits
Contributors
------------
* Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
* Carlos Dauden <carlos@incaser.es>
* Pedro M. Baeza <pedro.baeza@tecnativa.com>
* Carlos Dauden <carlos.dauden@tecnativa.com>
* Angel Moya <angel.moya@domatix.com>
Maintainer

View File

@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# © 2004-2010 OpenERP SA (<http://openerp.com>)
# © 2016 Incaser Informatica S.L. - Carlos Dauden
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
# © 2004-2010 OpenERP SA
# © 2016 Carlos Dauden <carlos.dauden@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Contracts Management recurring',
@@ -9,7 +9,7 @@
'category': 'Other',
'license': 'AGPL-3',
'author': "OpenERP SA,"
"Incaser Informatica S.L.,"
"Tecnativa,"
"Odoo Community Association (OCA)",
'website': 'http://openerp.com',
'depends': ['base', 'account', 'analytic'],

View File

@@ -1,3 +1,6 @@
# -*- coding: utf-8 -*-
# © 2016 Carlos Dauden <carlos.dauden@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import contract
from . import invoice

View File

@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
# © 2016 Incaser Informatica S.L. - Carlos Dauden
# © 2015 Serv. Tecnol. Avanzados - Pedro M. Baeza
# © 2014 Domatix Technologies S.L. - Angel Moya <angel.moya@domatix.com>
# © 2004-2010 OpenERP SA (<http://openerp.com>)
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
# © 2004-2010 OpenERP SA
# © 2014 Angel Moya <angel.moya@domatix.com>
# © 2015 Pedro M. Baeza <pedro.baeza@tecnativa.com>
# © 2016 Carlos Dauden <carlos.dauden@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from dateutil.relativedelta import relativedelta
import logging

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# © 2016 Incaser Informatica S.L. - Carlos Dauden
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
# © 2016 Carlos Dauden <carlos.dauden@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from openerp import fields, models

View File

@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
# (c) 2015 Antiun Ingeniería S.L. - Sergio Teruel
# (c) 2015 Antiun Ingeniería S.L. - Carlos Dauden
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
# © 2016 Carlos Dauden <carlos.dauden@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import test_contract

View File

@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# © 2016 Incaser Informatica S.L. - Carlos Dauden
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
# © 2016 Carlos Dauden <carlos.dauden@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from dateutil.relativedelta import relativedelta
import datetime