Stéphane Bidoul
10 years ago
12 changed files with 111 additions and 98 deletions
-
17mis_builder/__init__.py
-
18mis_builder/__openerp__.py
-
17mis_builder/models/__init__.py
-
18mis_builder/models/mis_builder.py
-
17mis_builder/report/__init__.py
-
17mis_builder/report/mis_builder_xls.py
-
17mis_builder/tests/__init__.py
-
17mis_builder/tests/mis_builder_test.py
-
17mis_builder/wizard/__init__.py
-
17mis_builder/wizard/mis_builder_dashboard.py
-
17mis_builder_demo/__init__.py
-
18mis_builder_demo/__openerp__.py
@ -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,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,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,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,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/>. |
||||
# = |
|
||||
#============================================================================== |
|
||||
|
# |
||||
|
############################################################################## |
Write
Preview
Loading…
Cancel
Save
Reference in new issue