diff --git a/l10n_br_sale_report/README.md b/l10n_br_sale_report/README.md new file mode 100644 index 0000000..eb7b734 --- /dev/null +++ b/l10n_br_sale_report/README.md @@ -0,0 +1,2 @@ +# l10n_br_sale_report +Sale Report diff --git a/l10n_br_sale_report/__init__.py b/l10n_br_sale_report/__init__.py new file mode 100644 index 0000000..6a0d8d5 --- /dev/null +++ b/l10n_br_sale_report/__init__.py @@ -0,0 +1,22 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2014-Today Paulo Oneda. +# () +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see +# +############################################################################## + diff --git a/l10n_br_sale_report/__openerp__.py b/l10n_br_sale_report/__openerp__.py new file mode 100644 index 0000000..6d78948 --- /dev/null +++ b/l10n_br_sale_report/__openerp__.py @@ -0,0 +1,36 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2014-Today Paulo Oneda. +# () +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see +# +############################################################################## + +{ + 'name': 'Report for sale', + 'author': 'Paulo Ricardo', + 'category': 'Sales Management', + 'website': 'http://www.oneda.net.br', + 'version': '8.0.0.0.0', + 'sequence': 1, + 'depends': ['sale','l10n_br_sale','sale_layout', 'trust_installment_plans'], + 'data': [ + 'views/report_saleorder.xml', + ], + 'installable': True, + 'auto_install': False +} diff --git a/l10n_br_sale_report/static/description/index.html b/l10n_br_sale_report/static/description/index.html new file mode 100644 index 0000000..9dfb30c --- /dev/null +++ b/l10n_br_sale_report/static/description/index.html @@ -0,0 +1,12 @@ + + +
+
+
+

Report for sale

+
+
+
+ + + \ No newline at end of file diff --git a/l10n_br_sale_report/views/report_saleorder.xml b/l10n_br_sale_report/views/report_saleorder.xml new file mode 100644 index 0000000..a2a233e --- /dev/null +++ b/l10n_br_sale_report/views/report_saleorder.xml @@ -0,0 +1,380 @@ + + + + + + + + + + \ No newline at end of file