[IMP] pep8
parent
e945b8b93e
commit
f9ebf5677f
|
@ -1,25 +1,26 @@
|
|||
#==============================================================================
|
||||
# =
|
||||
# -*- encoding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# mis_builder module for OpenERP, Management Information System Builder
|
||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||
# =
|
||||
#
|
||||
# This file is a part of mis_builder
|
||||
# =
|
||||
#
|
||||
# mis_builder is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License v3 or later
|
||||
# as published by the Free Software Foundation, either version 3 of the
|
||||
# License, or (at your option) any later version.
|
||||
# =
|
||||
#
|
||||
# mis_builder 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 v3 or later for more details.
|
||||
# =
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# v3 or later along with this program.
|
||||
# If not, see <http://www.gnu.org/licenses/>.
|
||||
# =
|
||||
#==============================================================================
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
from . import models
|
||||
from . import wizard
|
||||
|
|
|
@ -1,25 +1,27 @@
|
|||
#==============================================================================
|
||||
# =
|
||||
# -*- encoding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# mis_builder module for OpenERP, Management Information System Builder
|
||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||
# =
|
||||
#
|
||||
# This file is a part of mis_builder
|
||||
# =
|
||||
#
|
||||
# mis_builder is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License v3 or later
|
||||
# as published by the Free Software Foundation, either version 3 of the
|
||||
# License, or (at your option) any later version.
|
||||
# =
|
||||
#
|
||||
# mis_builder 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 v3 or later for more details.
|
||||
# =
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# v3 or later along with this program.
|
||||
# If not, see <http://www.gnu.org/licenses/>.
|
||||
# =
|
||||
#==============================================================================
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
{
|
||||
'name': 'mis builder',
|
||||
'version': '0.1',
|
||||
|
|
|
@ -1,24 +1,25 @@
|
|||
#==============================================================================
|
||||
# =
|
||||
# -*- encoding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# mis_builder module for OpenERP, Management Information System Builder
|
||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||
# =
|
||||
#
|
||||
# This file is a part of mis_builder
|
||||
# =
|
||||
#
|
||||
# mis_builder is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License v3 or later
|
||||
# as published by the Free Software Foundation, either version 3 of the
|
||||
# License, or (at your option) any later version.
|
||||
# =
|
||||
#
|
||||
# mis_builder 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 v3 or later for more details.
|
||||
# =
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# v3 or later along with this program.
|
||||
# If not, see <http://www.gnu.org/licenses/>.
|
||||
# =
|
||||
#==============================================================================
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
from . import mis_builder
|
||||
|
|
|
@ -1,26 +1,26 @@
|
|||
# vim: set fileencoding=utf-8 :
|
||||
#==============================================================================
|
||||
# =
|
||||
# -*- encoding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# mis_builder module for OpenERP, Management Information System Builder
|
||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||
# =
|
||||
#
|
||||
# This file is a part of mis_builder
|
||||
# =
|
||||
#
|
||||
# mis_builder is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License v3 or later
|
||||
# as published by the Free Software Foundation, either version 3 of the
|
||||
# License, or (at your option) any later version.
|
||||
# =
|
||||
#
|
||||
# mis_builder 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 v3 or later for more details.
|
||||
# =
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# v3 or later along with this program.
|
||||
# If not, see <http://www.gnu.org/licenses/>.
|
||||
# =
|
||||
#==============================================================================
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
from datetime import datetime, timedelta
|
||||
from dateutil import parser
|
||||
|
|
|
@ -1,24 +1,25 @@
|
|||
#==============================================================================
|
||||
# =
|
||||
# -*- encoding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# mis_builder module for OpenERP, Management Information System Builder
|
||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||
# =
|
||||
#
|
||||
# This file is a part of mis_builder
|
||||
# =
|
||||
#
|
||||
# mis_builder is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License v3 or later
|
||||
# as published by the Free Software Foundation, either version 3 of the
|
||||
# License, or (at your option) any later version.
|
||||
# =
|
||||
#
|
||||
# mis_builder 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 v3 or later for more details.
|
||||
# =
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# v3 or later along with this program.
|
||||
# If not, see <http://www.gnu.org/licenses/>.
|
||||
# =
|
||||
#==============================================================================
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
from . import mis_builder_xls
|
||||
|
|
|
@ -1,25 +1,26 @@
|
|||
#==============================================================================
|
||||
# =
|
||||
# -*- encoding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# mis_builder module for OpenERP, Management Information System Builder
|
||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||
# =
|
||||
#
|
||||
# This file is a part of mis_builder
|
||||
# =
|
||||
#
|
||||
# mis_builder is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License v3 or later
|
||||
# as published by the Free Software Foundation, either version 3 of the
|
||||
# License, or (at your option) any later version.
|
||||
# =
|
||||
#
|
||||
# mis_builder 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 v3 or later for more details.
|
||||
# =
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# v3 or later along with this program.
|
||||
# If not, see <http://www.gnu.org/licenses/>.
|
||||
# =
|
||||
#==============================================================================
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
import xlwt
|
||||
from openerp.report import report_sxw
|
||||
|
|
|
@ -1,25 +1,26 @@
|
|||
#==============================================================================
|
||||
# =
|
||||
# -*- encoding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# mis_builder module for OpenERP, Management Information System Builder
|
||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||
# =
|
||||
#
|
||||
# This file is a part of mis_builder
|
||||
# =
|
||||
#
|
||||
# mis_builder is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License v3 or later
|
||||
# as published by the Free Software Foundation, either version 3 of the
|
||||
# License, or (at your option) any later version.
|
||||
# =
|
||||
#
|
||||
# mis_builder 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 v3 or later for more details.
|
||||
# =
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# v3 or later along with this program.
|
||||
# If not, see <http://www.gnu.org/licenses/>.
|
||||
# =
|
||||
#==============================================================================
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
import mis_builder_test
|
||||
|
||||
|
|
|
@ -1,25 +1,26 @@
|
|||
#==============================================================================
|
||||
# =
|
||||
# -*- encoding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# mis_builder module for OpenERP, Management Information System Builder
|
||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||
# =
|
||||
#
|
||||
# This file is a part of mis_builder
|
||||
# =
|
||||
#
|
||||
# mis_builder is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License v3 or later
|
||||
# as published by the Free Software Foundation, either version 3 of the
|
||||
# License, or (at your option) any later version.
|
||||
# =
|
||||
#
|
||||
# mis_builder 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 v3 or later for more details.
|
||||
# =
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# v3 or later along with this program.
|
||||
# If not, see <http://www.gnu.org/licenses/>.
|
||||
# =
|
||||
#==============================================================================
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
import openerp.tests.common as common
|
||||
from openerp.addons.mis_builder import models
|
||||
|
@ -78,4 +79,4 @@ class mis_builder_test(common.TransactionCase):
|
|||
})])
|
||||
}, data)
|
||||
|
||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
|
@ -1,24 +1,25 @@
|
|||
#==============================================================================
|
||||
# =
|
||||
# -*- encoding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# mis_builder module for OpenERP, Management Information System Builder
|
||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||
# =
|
||||
#
|
||||
# This file is a part of mis_builder
|
||||
# =
|
||||
#
|
||||
# mis_builder is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License v3 or later
|
||||
# as published by the Free Software Foundation, either version 3 of the
|
||||
# License, or (at your option) any later version.
|
||||
# =
|
||||
#
|
||||
# mis_builder 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 v3 or later for more details.
|
||||
# =
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# v3 or later along with this program.
|
||||
# If not, see <http://www.gnu.org/licenses/>.
|
||||
# =
|
||||
#==============================================================================
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
from . import mis_builder_dashboard
|
||||
|
|
|
@ -1,25 +1,26 @@
|
|||
#==============================================================================
|
||||
# =
|
||||
# -*- encoding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# mis_builder module for OpenERP, Management Information System Builder
|
||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||
# =
|
||||
#
|
||||
# This file is a part of mis_builder
|
||||
# =
|
||||
#
|
||||
# mis_builder is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License v3 or later
|
||||
# as published by the Free Software Foundation, either version 3 of the
|
||||
# License, or (at your option) any later version.
|
||||
# =
|
||||
#
|
||||
# mis_builder 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 v3 or later for more details.
|
||||
# =
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# v3 or later along with this program.
|
||||
# If not, see <http://www.gnu.org/licenses/>.
|
||||
# =
|
||||
#==============================================================================
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
from openerp.osv import orm, fields
|
||||
from lxml import etree
|
||||
|
|
|
@ -1,22 +1,23 @@
|
|||
#==============================================================================
|
||||
# =
|
||||
# -*- encoding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# mis_builder module for OpenERP, Management Information System Builder
|
||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||
# =
|
||||
#
|
||||
# This file is a part of mis_builder
|
||||
# =
|
||||
#
|
||||
# mis_builder is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License v3 or later
|
||||
# as published by the Free Software Foundation, either version 3 of the
|
||||
# License, or (at your option) any later version.
|
||||
# =
|
||||
#
|
||||
# mis_builder 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 v3 or later for more details.
|
||||
# =
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# v3 or later along with this program.
|
||||
# If not, see <http://www.gnu.org/licenses/>.
|
||||
# =
|
||||
#==============================================================================
|
||||
#
|
||||
##############################################################################
|
||||
|
|
|
@ -1,25 +1,27 @@
|
|||
#==============================================================================
|
||||
# =
|
||||
# -*- encoding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# mis_builder module for OpenERP, Management Information System Builder
|
||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||
# =
|
||||
#
|
||||
# This file is a part of mis_builder
|
||||
# =
|
||||
#
|
||||
# mis_builder is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License v3 or later
|
||||
# as published by the Free Software Foundation, either version 3 of the
|
||||
# License, or (at your option) any later version.
|
||||
# =
|
||||
#
|
||||
# mis_builder 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 v3 or later for more details.
|
||||
# =
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# v3 or later along with this program.
|
||||
# If not, see <http://www.gnu.org/licenses/>.
|
||||
# =
|
||||
#==============================================================================
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
{
|
||||
'name': 'mis builder demo',
|
||||
'version': '0.1',
|
||||
|
|
Loading…
Reference in New Issue