[IMP] pep8
parent
e945b8b93e
commit
f9ebf5677f
|
@ -1,25 +1,26 @@
|
||||||
#==============================================================================
|
# -*- encoding: utf-8 -*-
|
||||||
# =
|
##############################################################################
|
||||||
|
#
|
||||||
# mis_builder module for OpenERP, Management Information System Builder
|
# mis_builder module for OpenERP, Management Information System Builder
|
||||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||||
# =
|
#
|
||||||
# This file is a part of mis_builder
|
# This file is a part of mis_builder
|
||||||
# =
|
#
|
||||||
# mis_builder is free software: you can redistribute it and/or modify
|
# 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
|
# 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
|
# as published by the Free Software Foundation, either version 3 of the
|
||||||
# License, or (at your option) any later version.
|
# License, or (at your option) any later version.
|
||||||
# =
|
#
|
||||||
# mis_builder is distributed in the hope that it will be useful,
|
# mis_builder is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU Affero General Public License v3 or later for more details.
|
# GNU Affero General Public License v3 or later for more details.
|
||||||
# =
|
#
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# v3 or later along with this program.
|
# v3 or later along with this program.
|
||||||
# If not, see <http://www.gnu.org/licenses/>.
|
# If not, see <http://www.gnu.org/licenses/>.
|
||||||
# =
|
#
|
||||||
#==============================================================================
|
##############################################################################
|
||||||
|
|
||||||
from . import models
|
from . import models
|
||||||
from . import wizard
|
from . import wizard
|
||||||
|
|
|
@ -1,25 +1,27 @@
|
||||||
#==============================================================================
|
# -*- encoding: utf-8 -*-
|
||||||
# =
|
##############################################################################
|
||||||
|
#
|
||||||
# mis_builder module for OpenERP, Management Information System Builder
|
# mis_builder module for OpenERP, Management Information System Builder
|
||||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||||
# =
|
#
|
||||||
# This file is a part of mis_builder
|
# This file is a part of mis_builder
|
||||||
# =
|
#
|
||||||
# mis_builder is free software: you can redistribute it and/or modify
|
# 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
|
# 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
|
# as published by the Free Software Foundation, either version 3 of the
|
||||||
# License, or (at your option) any later version.
|
# License, or (at your option) any later version.
|
||||||
# =
|
#
|
||||||
# mis_builder is distributed in the hope that it will be useful,
|
# mis_builder is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU Affero General Public License v3 or later for more details.
|
# GNU Affero General Public License v3 or later for more details.
|
||||||
# =
|
#
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# v3 or later along with this program.
|
# v3 or later along with this program.
|
||||||
# If not, see <http://www.gnu.org/licenses/>.
|
# If not, see <http://www.gnu.org/licenses/>.
|
||||||
# =
|
#
|
||||||
#==============================================================================
|
##############################################################################
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'mis builder',
|
'name': 'mis builder',
|
||||||
'version': '0.1',
|
'version': '0.1',
|
||||||
|
|
|
@ -1,24 +1,25 @@
|
||||||
#==============================================================================
|
# -*- encoding: utf-8 -*-
|
||||||
# =
|
##############################################################################
|
||||||
|
#
|
||||||
# mis_builder module for OpenERP, Management Information System Builder
|
# mis_builder module for OpenERP, Management Information System Builder
|
||||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||||
# =
|
#
|
||||||
# This file is a part of mis_builder
|
# This file is a part of mis_builder
|
||||||
# =
|
#
|
||||||
# mis_builder is free software: you can redistribute it and/or modify
|
# 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
|
# 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
|
# as published by the Free Software Foundation, either version 3 of the
|
||||||
# License, or (at your option) any later version.
|
# License, or (at your option) any later version.
|
||||||
# =
|
#
|
||||||
# mis_builder is distributed in the hope that it will be useful,
|
# mis_builder is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU Affero General Public License v3 or later for more details.
|
# GNU Affero General Public License v3 or later for more details.
|
||||||
# =
|
#
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# v3 or later along with this program.
|
# v3 or later along with this program.
|
||||||
# If not, see <http://www.gnu.org/licenses/>.
|
# If not, see <http://www.gnu.org/licenses/>.
|
||||||
# =
|
#
|
||||||
#==============================================================================
|
##############################################################################
|
||||||
|
|
||||||
from . import mis_builder
|
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
|
# mis_builder module for OpenERP, Management Information System Builder
|
||||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||||
# =
|
#
|
||||||
# This file is a part of mis_builder
|
# This file is a part of mis_builder
|
||||||
# =
|
#
|
||||||
# mis_builder is free software: you can redistribute it and/or modify
|
# 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
|
# 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
|
# as published by the Free Software Foundation, either version 3 of the
|
||||||
# License, or (at your option) any later version.
|
# License, or (at your option) any later version.
|
||||||
# =
|
#
|
||||||
# mis_builder is distributed in the hope that it will be useful,
|
# mis_builder is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU Affero General Public License v3 or later for more details.
|
# GNU Affero General Public License v3 or later for more details.
|
||||||
# =
|
#
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# v3 or later along with this program.
|
# v3 or later along with this program.
|
||||||
# If not, see <http://www.gnu.org/licenses/>.
|
# If not, see <http://www.gnu.org/licenses/>.
|
||||||
# =
|
#
|
||||||
#==============================================================================
|
##############################################################################
|
||||||
|
|
||||||
from datetime import datetime, timedelta
|
from datetime import datetime, timedelta
|
||||||
from dateutil import parser
|
from dateutil import parser
|
||||||
|
|
|
@ -1,24 +1,25 @@
|
||||||
#==============================================================================
|
# -*- encoding: utf-8 -*-
|
||||||
# =
|
##############################################################################
|
||||||
|
#
|
||||||
# mis_builder module for OpenERP, Management Information System Builder
|
# mis_builder module for OpenERP, Management Information System Builder
|
||||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||||
# =
|
#
|
||||||
# This file is a part of mis_builder
|
# This file is a part of mis_builder
|
||||||
# =
|
#
|
||||||
# mis_builder is free software: you can redistribute it and/or modify
|
# 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
|
# 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
|
# as published by the Free Software Foundation, either version 3 of the
|
||||||
# License, or (at your option) any later version.
|
# License, or (at your option) any later version.
|
||||||
# =
|
#
|
||||||
# mis_builder is distributed in the hope that it will be useful,
|
# mis_builder is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU Affero General Public License v3 or later for more details.
|
# GNU Affero General Public License v3 or later for more details.
|
||||||
# =
|
#
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# v3 or later along with this program.
|
# v3 or later along with this program.
|
||||||
# If not, see <http://www.gnu.org/licenses/>.
|
# If not, see <http://www.gnu.org/licenses/>.
|
||||||
# =
|
#
|
||||||
#==============================================================================
|
##############################################################################
|
||||||
|
|
||||||
from . import mis_builder_xls
|
from . import mis_builder_xls
|
||||||
|
|
|
@ -1,25 +1,26 @@
|
||||||
#==============================================================================
|
# -*- encoding: utf-8 -*-
|
||||||
# =
|
##############################################################################
|
||||||
|
#
|
||||||
# mis_builder module for OpenERP, Management Information System Builder
|
# mis_builder module for OpenERP, Management Information System Builder
|
||||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||||
# =
|
#
|
||||||
# This file is a part of mis_builder
|
# This file is a part of mis_builder
|
||||||
# =
|
#
|
||||||
# mis_builder is free software: you can redistribute it and/or modify
|
# 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
|
# 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
|
# as published by the Free Software Foundation, either version 3 of the
|
||||||
# License, or (at your option) any later version.
|
# License, or (at your option) any later version.
|
||||||
# =
|
#
|
||||||
# mis_builder is distributed in the hope that it will be useful,
|
# mis_builder is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU Affero General Public License v3 or later for more details.
|
# GNU Affero General Public License v3 or later for more details.
|
||||||
# =
|
#
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# v3 or later along with this program.
|
# v3 or later along with this program.
|
||||||
# If not, see <http://www.gnu.org/licenses/>.
|
# If not, see <http://www.gnu.org/licenses/>.
|
||||||
# =
|
#
|
||||||
#==============================================================================
|
##############################################################################
|
||||||
|
|
||||||
import xlwt
|
import xlwt
|
||||||
from openerp.report import report_sxw
|
from openerp.report import report_sxw
|
||||||
|
|
|
@ -1,25 +1,26 @@
|
||||||
#==============================================================================
|
# -*- encoding: utf-8 -*-
|
||||||
# =
|
##############################################################################
|
||||||
|
#
|
||||||
# mis_builder module for OpenERP, Management Information System Builder
|
# mis_builder module for OpenERP, Management Information System Builder
|
||||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||||
# =
|
#
|
||||||
# This file is a part of mis_builder
|
# This file is a part of mis_builder
|
||||||
# =
|
#
|
||||||
# mis_builder is free software: you can redistribute it and/or modify
|
# 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
|
# 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
|
# as published by the Free Software Foundation, either version 3 of the
|
||||||
# License, or (at your option) any later version.
|
# License, or (at your option) any later version.
|
||||||
# =
|
#
|
||||||
# mis_builder is distributed in the hope that it will be useful,
|
# mis_builder is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU Affero General Public License v3 or later for more details.
|
# GNU Affero General Public License v3 or later for more details.
|
||||||
# =
|
#
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# v3 or later along with this program.
|
# v3 or later along with this program.
|
||||||
# If not, see <http://www.gnu.org/licenses/>.
|
# If not, see <http://www.gnu.org/licenses/>.
|
||||||
# =
|
#
|
||||||
#==============================================================================
|
##############################################################################
|
||||||
|
|
||||||
import mis_builder_test
|
import mis_builder_test
|
||||||
|
|
||||||
|
|
|
@ -1,25 +1,26 @@
|
||||||
#==============================================================================
|
# -*- encoding: utf-8 -*-
|
||||||
# =
|
##############################################################################
|
||||||
|
#
|
||||||
# mis_builder module for OpenERP, Management Information System Builder
|
# mis_builder module for OpenERP, Management Information System Builder
|
||||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||||
# =
|
#
|
||||||
# This file is a part of mis_builder
|
# This file is a part of mis_builder
|
||||||
# =
|
#
|
||||||
# mis_builder is free software: you can redistribute it and/or modify
|
# 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
|
# 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
|
# as published by the Free Software Foundation, either version 3 of the
|
||||||
# License, or (at your option) any later version.
|
# License, or (at your option) any later version.
|
||||||
# =
|
#
|
||||||
# mis_builder is distributed in the hope that it will be useful,
|
# mis_builder is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU Affero General Public License v3 or later for more details.
|
# GNU Affero General Public License v3 or later for more details.
|
||||||
# =
|
#
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# v3 or later along with this program.
|
# v3 or later along with this program.
|
||||||
# If not, see <http://www.gnu.org/licenses/>.
|
# If not, see <http://www.gnu.org/licenses/>.
|
||||||
# =
|
#
|
||||||
#==============================================================================
|
##############################################################################
|
||||||
|
|
||||||
import openerp.tests.common as common
|
import openerp.tests.common as common
|
||||||
from openerp.addons.mis_builder import models
|
from openerp.addons.mis_builder import models
|
||||||
|
|
|
@ -1,24 +1,25 @@
|
||||||
#==============================================================================
|
# -*- encoding: utf-8 -*-
|
||||||
# =
|
##############################################################################
|
||||||
|
#
|
||||||
# mis_builder module for OpenERP, Management Information System Builder
|
# mis_builder module for OpenERP, Management Information System Builder
|
||||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||||
# =
|
#
|
||||||
# This file is a part of mis_builder
|
# This file is a part of mis_builder
|
||||||
# =
|
#
|
||||||
# mis_builder is free software: you can redistribute it and/or modify
|
# 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
|
# 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
|
# as published by the Free Software Foundation, either version 3 of the
|
||||||
# License, or (at your option) any later version.
|
# License, or (at your option) any later version.
|
||||||
# =
|
#
|
||||||
# mis_builder is distributed in the hope that it will be useful,
|
# mis_builder is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU Affero General Public License v3 or later for more details.
|
# GNU Affero General Public License v3 or later for more details.
|
||||||
# =
|
#
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# v3 or later along with this program.
|
# v3 or later along with this program.
|
||||||
# If not, see <http://www.gnu.org/licenses/>.
|
# If not, see <http://www.gnu.org/licenses/>.
|
||||||
# =
|
#
|
||||||
#==============================================================================
|
##############################################################################
|
||||||
|
|
||||||
from . import mis_builder_dashboard
|
from . import mis_builder_dashboard
|
||||||
|
|
|
@ -1,25 +1,26 @@
|
||||||
#==============================================================================
|
# -*- encoding: utf-8 -*-
|
||||||
# =
|
##############################################################################
|
||||||
|
#
|
||||||
# mis_builder module for OpenERP, Management Information System Builder
|
# mis_builder module for OpenERP, Management Information System Builder
|
||||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||||
# =
|
#
|
||||||
# This file is a part of mis_builder
|
# This file is a part of mis_builder
|
||||||
# =
|
#
|
||||||
# mis_builder is free software: you can redistribute it and/or modify
|
# 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
|
# 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
|
# as published by the Free Software Foundation, either version 3 of the
|
||||||
# License, or (at your option) any later version.
|
# License, or (at your option) any later version.
|
||||||
# =
|
#
|
||||||
# mis_builder is distributed in the hope that it will be useful,
|
# mis_builder is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU Affero General Public License v3 or later for more details.
|
# GNU Affero General Public License v3 or later for more details.
|
||||||
# =
|
#
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# v3 or later along with this program.
|
# v3 or later along with this program.
|
||||||
# If not, see <http://www.gnu.org/licenses/>.
|
# If not, see <http://www.gnu.org/licenses/>.
|
||||||
# =
|
#
|
||||||
#==============================================================================
|
##############################################################################
|
||||||
|
|
||||||
from openerp.osv import orm, fields
|
from openerp.osv import orm, fields
|
||||||
from lxml import etree
|
from lxml import etree
|
||||||
|
|
|
@ -1,22 +1,23 @@
|
||||||
#==============================================================================
|
# -*- encoding: utf-8 -*-
|
||||||
# =
|
##############################################################################
|
||||||
|
#
|
||||||
# mis_builder module for OpenERP, Management Information System Builder
|
# mis_builder module for OpenERP, Management Information System Builder
|
||||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||||
# =
|
#
|
||||||
# This file is a part of mis_builder
|
# This file is a part of mis_builder
|
||||||
# =
|
#
|
||||||
# mis_builder is free software: you can redistribute it and/or modify
|
# 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
|
# 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
|
# as published by the Free Software Foundation, either version 3 of the
|
||||||
# License, or (at your option) any later version.
|
# License, or (at your option) any later version.
|
||||||
# =
|
#
|
||||||
# mis_builder is distributed in the hope that it will be useful,
|
# mis_builder is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU Affero General Public License v3 or later for more details.
|
# GNU Affero General Public License v3 or later for more details.
|
||||||
# =
|
#
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# v3 or later along with this program.
|
# v3 or later along with this program.
|
||||||
# If not, see <http://www.gnu.org/licenses/>.
|
# If not, see <http://www.gnu.org/licenses/>.
|
||||||
# =
|
#
|
||||||
#==============================================================================
|
##############################################################################
|
||||||
|
|
|
@ -1,25 +1,27 @@
|
||||||
#==============================================================================
|
# -*- encoding: utf-8 -*-
|
||||||
# =
|
##############################################################################
|
||||||
|
#
|
||||||
# mis_builder module for OpenERP, Management Information System Builder
|
# mis_builder module for OpenERP, Management Information System Builder
|
||||||
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
# Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>)
|
||||||
# =
|
#
|
||||||
# This file is a part of mis_builder
|
# This file is a part of mis_builder
|
||||||
# =
|
#
|
||||||
# mis_builder is free software: you can redistribute it and/or modify
|
# 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
|
# 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
|
# as published by the Free Software Foundation, either version 3 of the
|
||||||
# License, or (at your option) any later version.
|
# License, or (at your option) any later version.
|
||||||
# =
|
#
|
||||||
# mis_builder is distributed in the hope that it will be useful,
|
# mis_builder is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU Affero General Public License v3 or later for more details.
|
# GNU Affero General Public License v3 or later for more details.
|
||||||
# =
|
#
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# v3 or later along with this program.
|
# v3 or later along with this program.
|
||||||
# If not, see <http://www.gnu.org/licenses/>.
|
# If not, see <http://www.gnu.org/licenses/>.
|
||||||
# =
|
#
|
||||||
#==============================================================================
|
##############################################################################
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'mis builder demo',
|
'name': 'mis builder demo',
|
||||||
'version': '0.1',
|
'version': '0.1',
|
||||||
|
|
Loading…
Reference in New Issue