Use short headers

This commit is contained in:
Yannick Vaucher
2016-04-19 11:57:22 +02:00
parent 3d5e954886
commit d1846e3629
7 changed files with 16 additions and 76 deletions

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*# -*- coding: utf-8 -*- # -*- coding: utf-8 -*# -*- coding: utf-8 -*-
# © 2012-2015 Yannick Vaucher # © 2012-2015 Yannick Vaucher (Camptocamp)
# 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).
from . import models from . import models

View File

@@ -1,22 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*# -*- coding: utf-8 -*-
# # © 2012 Yannick Vaucher (Camptocamp)
# Author: Yannick Vaucher (Camptocamp) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Copyright 2012 Camptocamp SA
#
# 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': 'Base transaction id for financial institutes', {'name': 'Base transaction id for financial institutes',
'version': '9.0.1.0.0', 'version': '9.0.1.0.0',
'author': "Camptocamp,Odoo Community Association (OCA)", 'author': "Camptocamp,Odoo Community Association (OCA)",

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*# -*- coding: utf-8 -*- # -*- coding: utf-8 -*# -*- coding: utf-8 -*-
# © 2012-2015 Yannick Vaucher # © 2012-2015 Yannick Vaucher (Camptocamp)
# 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).
from . import invoice from . import invoice
from . import sale from . import sale
from . import account_move from . import account_move

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# © 2016 Yannick Vaucher # © 2016 Yannick Vaucher (Camptocamp)
# 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).
from openerp import api, models from openerp import api, models

View File

@@ -1,21 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# # © 2014 Guewen Baconnier (Camptocamp)
# Author: Guewen Baconnier # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Copyright 2014 Camptocamp SA
#
# 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 import models, fields, api from openerp import models, fields, api
from openerp.osv import expression from openerp.osv import expression

View File

@@ -1,21 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# # © 2011-2012 Nicolas Bessi (Camptocamp)
# Author: Nicolas Bessi, Yannick Vaucher # © 2012-2015 Yannick Vaucher (Camptocamp)
# Copyright 2011-2015 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
#
# 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 import models, fields, api from openerp import models, fields, api

View File

@@ -1,21 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# # © 2011-2012 Nicolas Bessi (Camptocamp)
# Author: Nicolas Bessi, Yannick Vaucher # © 2012-2015 Yannick Vaucher (Camptocamp)
# Copyright 2011-2015 Camptocamp SA
#
# 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 import models, fields, api from openerp import models, fields, api