diff --git a/phone_directory_report/__init__.py b/phone_directory_report/__init__.py new file mode 100644 index 0000000..dae354a --- /dev/null +++ b/phone_directory_report/__init__.py @@ -0,0 +1 @@ +# -*- encoding: utf-8 -*- diff --git a/phone_directory_report/__openerp__.py b/phone_directory_report/__openerp__.py new file mode 100644 index 0000000..6618690 --- /dev/null +++ b/phone_directory_report/__openerp__.py @@ -0,0 +1,41 @@ +# -*- encoding: utf-8 -*- +############################################################################## +# +# Phone Directory Report module for Odoo +# Copyright (C) 2015 Akretion (http://www.akretion.com) +# @author Alexis de Lattre +# +# 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 . +# +############################################################################## + + +{ + 'name': 'Phone Directory', + 'version': '0.1', + 'category': 'Phone', + 'license': 'AGPL-3', + 'summary': 'Adds a report with the phone directory of the company', + 'description': """ +Phone Directory Report +====================== + +This module has been written by Alexis de Lattre from Akretion . + """, + 'author': 'Akretion', + 'website': 'http://www.akretion.com', + 'depends': ['asterisk_click2dial', 'report_aeroo'], + 'data': ['report.xml'], + 'installable': True, +} diff --git a/phone_directory_report/phone_directory.odt b/phone_directory_report/phone_directory.odt new file mode 100644 index 0000000..209646d Binary files /dev/null and b/phone_directory_report/phone_directory.odt differ diff --git a/phone_directory_report/report.xml b/phone_directory_report/report.xml new file mode 100644 index 0000000..953c9c0 --- /dev/null +++ b/phone_directory_report/report.xml @@ -0,0 +1,35 @@ + + + + + + + + + Phone Directory + res.users + phone.directory + aeroo + oo-odt + phone_directory_report/phone_directory.odt + default + file + + + + + default + + + + client_print_multi + res.users + Phone Directory + + + + +