[UPDATE]
parent
990d57c99e
commit
b6458c506f
|
@ -1,6 +1,5 @@
|
||||||
# -*- encoding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
##############################################################################
|
# © 2015 Endika Iglesias
|
||||||
# For copyright and license notices, see __openerp__.py file in root directory
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
from . import models
|
from . import models
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# © 2015 Endika Iglesias
|
# © 2015 Endika Iglesias
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Synchronize Gravatar image',
|
'name': 'Synchronize Gravatar image',
|
||||||
'version': '1',
|
'version': '1',
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# -*- encoding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
##############################################################################
|
# © 2015 Endika Iglesias
|
||||||
# For copyright and license notices, see __openerp__.py file in root directory
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
from . import res_users
|
from . import res_users
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# -*- encoding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
##############################################################################
|
# © 2015 Endika Iglesias
|
||||||
# For copyright and license notices, see __openerp__.py file in root directory
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
from openerp import models, api
|
from openerp import models, api
|
||||||
from openerp.exceptions import Warning
|
from openerp.exceptions import Warning
|
||||||
|
|
Loading…
Reference in New Issue