[ADD] copyright information in all files.
parent
316cda1e22
commit
dbbef72026
|
@ -1,6 +1,23 @@
|
||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
################################################################################
|
##############################################################################
|
||||||
# See __openerp__.py file for Copyright and Licence Informations.
|
#
|
||||||
################################################################################
|
# Admin Passkey module for OpenERP
|
||||||
|
# Copyright (C) 2013-2014 GRAP (http://www.grap.coop)
|
||||||
|
# @author Sylvain LE GAL (https://twitter.com/legalsylvain)
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU Affero General Public License as
|
||||||
|
# published by the Free Software Foundation, either version 3 of the
|
||||||
|
# License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
from . import model
|
from . import model
|
||||||
|
|
|
@ -1,7 +1,24 @@
|
||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
################################################################################
|
##############################################################################
|
||||||
# See Copyright and Licence Informations undermentioned.
|
#
|
||||||
################################################################################
|
# Admin Passkey module for OpenERP
|
||||||
|
# Copyright (C) 2013-2014 GRAP (http://www.grap.coop)
|
||||||
|
# @author Sylvain LE GAL (https://twitter.com/legalsylvain)
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU Affero General Public License as
|
||||||
|
# published by the Free Software Foundation, either version 3 of the
|
||||||
|
# License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Authentification - Admin Passkey',
|
'name': 'Authentification - Admin Passkey',
|
||||||
|
|
|
@ -1,4 +1,22 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- ********************************************************************** -->
|
||||||
|
<!--Admin Passkey module for OpenERP -->
|
||||||
|
<!--Copyright (C) 2013-2014 GRAP (http://www.grap.coop) -->
|
||||||
|
<!--@author Sylvain LE GAL (https://twitter.com/legalsylvain) -->
|
||||||
|
|
||||||
|
<!--This program is free software: you can redistribute it and/or modify -->
|
||||||
|
<!--it under the terms of the GNU Affero General Public License as -->
|
||||||
|
<!--published by the Free Software Foundation, either version 3 of the -->
|
||||||
|
<!--License, or (at your option) any later version. -->
|
||||||
|
|
||||||
|
<!--This program is distributed in the hope that it will be useful, -->
|
||||||
|
<!--but WITHOUT ANY WARRANTY; without even the implied warranty of -->
|
||||||
|
<!--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -->
|
||||||
|
<!--GNU Affero General Public License for more details. -->
|
||||||
|
|
||||||
|
<!--You should have received a copy of the GNU Affero General Public License-->
|
||||||
|
<!--along with this program. If not, see <http://www.gnu.org/licenses/>. -->
|
||||||
|
<!-- ********************************************************************** -->
|
||||||
<openerp>
|
<openerp>
|
||||||
<data noupdate="1">
|
<data noupdate="1">
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
##############################################################################
|
||||||
|
#
|
||||||
|
# Admin Passkey module for OpenERP
|
||||||
|
# Copyright (C) 2013-2014 GRAP (http://www.grap.coop)
|
||||||
|
# @author Sylvain LE GAL (https://twitter.com/legalsylvain)
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU Affero General Public License as
|
||||||
|
# published by the Free Software Foundation, either version 3 of the
|
||||||
|
# License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
##############################################################################
|
||||||
# Translation of OpenERP Server.
|
# Translation of OpenERP Server.
|
||||||
# This file contains the translation of the following modules:
|
# This file contains the translation of the following modules:
|
||||||
# * auth_admin_passkey
|
# * auth_admin_passkey
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
##############################################################################
|
||||||
|
#
|
||||||
|
# Admin Passkey module for OpenERP
|
||||||
|
# Copyright (C) 2013-2014 GRAP (http://www.grap.coop)
|
||||||
|
# @author Sylvain LE GAL (https://twitter.com/legalsylvain)
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU Affero General Public License as
|
||||||
|
# published by the Free Software Foundation, either version 3 of the
|
||||||
|
# License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
##############################################################################
|
||||||
# Translation of OpenERP Server.
|
# Translation of OpenERP Server.
|
||||||
# This file contains the translation of the following modules:
|
# This file contains the translation of the following modules:
|
||||||
# * auth_admin_passkey
|
# * auth_admin_passkey
|
||||||
|
|
|
@ -1,7 +1,24 @@
|
||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
################################################################################
|
##############################################################################
|
||||||
# See __openerp__.py file for Copyright and Licence Informations.
|
#
|
||||||
################################################################################
|
# Admin Passkey module for OpenERP
|
||||||
|
# Copyright (C) 2013-2014 GRAP (http://www.grap.coop)
|
||||||
|
# @author Sylvain LE GAL (https://twitter.com/legalsylvain)
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU Affero General Public License as
|
||||||
|
# published by the Free Software Foundation, either version 3 of the
|
||||||
|
# License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
from . import res_config
|
from . import res_config
|
||||||
from . import res_users
|
from . import res_users
|
||||||
|
|
|
@ -1,7 +1,24 @@
|
||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
################################################################################
|
##############################################################################
|
||||||
# See __openerp__.py file for Copyright and Licence Informations.
|
#
|
||||||
################################################################################
|
# Admin Passkey module for OpenERP
|
||||||
|
# Copyright (C) 2013-2014 GRAP (http://www.grap.coop)
|
||||||
|
# @author Sylvain LE GAL (https://twitter.com/legalsylvain)
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU Affero General Public License as
|
||||||
|
# published by the Free Software Foundation, either version 3 of the
|
||||||
|
# License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
from openerp.osv import fields
|
from openerp.osv import fields
|
||||||
from openerp.osv.orm import TransientModel
|
from openerp.osv.orm import TransientModel
|
||||||
|
|
|
@ -1,7 +1,24 @@
|
||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
################################################################################
|
##############################################################################
|
||||||
# See __openerp__.py file for Copyright and Licence Informations.
|
#
|
||||||
################################################################################
|
# Admin Passkey module for OpenERP
|
||||||
|
# Copyright (C) 2013-2014 GRAP (http://www.grap.coop)
|
||||||
|
# @author Sylvain LE GAL (https://twitter.com/legalsylvain)
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU Affero General Public License as
|
||||||
|
# published by the Free Software Foundation, either version 3 of the
|
||||||
|
# License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
from ast import literal_eval
|
from ast import literal_eval
|
||||||
|
|
|
@ -1,4 +1,22 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- ********************************************************************** -->
|
||||||
|
<!--Admin Passkey module for OpenERP -->
|
||||||
|
<!--Copyright (C) 2013-2014 GRAP (http://www.grap.coop) -->
|
||||||
|
<!--@author Sylvain LE GAL (https://twitter.com/legalsylvain) -->
|
||||||
|
|
||||||
|
<!--This program is free software: you can redistribute it and/or modify -->
|
||||||
|
<!--it under the terms of the GNU Affero General Public License as -->
|
||||||
|
<!--published by the Free Software Foundation, either version 3 of the -->
|
||||||
|
<!--License, or (at your option) any later version. -->
|
||||||
|
|
||||||
|
<!--This program is distributed in the hope that it will be useful, -->
|
||||||
|
<!--but WITHOUT ANY WARRANTY; without even the implied warranty of -->
|
||||||
|
<!--MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -->
|
||||||
|
<!--GNU Affero General Public License for more details. -->
|
||||||
|
|
||||||
|
<!--You should have received a copy of the GNU Affero General Public License-->
|
||||||
|
<!--along with this program. If not, see <http://www.gnu.org/licenses/>. -->
|
||||||
|
<!-- ********************************************************************** -->
|
||||||
<openerp>
|
<openerp>
|
||||||
<data>
|
<data>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue