diff --git a/partner_activity_report_base/README.rst b/partner_activity_report_base/README.rst index 2b5ba68e5..6134e667a 100644 --- a/partner_activity_report_base/README.rst +++ b/partner_activity_report_base/README.rst @@ -5,7 +5,6 @@ Partner Activity Details Base ============================= This module give a report with basic information on the partner ---------------------------------------------------------------- * Display adresses and contact of the partner @@ -16,7 +15,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback -`here `_. +`here `_. Credits diff --git a/partner_activity_report_base/__openerp__.py b/partner_activity_report_base/__openerp__.py index 902211937..8c50ea6bb 100644 --- a/partner_activity_report_base/__openerp__.py +++ b/partner_activity_report_base/__openerp__.py @@ -21,17 +21,17 @@ { 'name': 'Partner Activity Details', - 'summary': "This module give a report with recent activity on the partner", + 'summary': """Base extensible report for the partner activity + - Addresses and contacts""", 'version': '1.2', 'author': "Camptocamp, Odoo Community Association (OCA)", - 'maintainer': 'Odoo Community Association (OCA)', - 'category': 'Extra Tools', + 'category': 'Partner and Contact Management', 'website': 'http://www.camptocamp.com', 'depends': ['base'], 'data': [ 'wizard/partner_activity_selection.xml', 'views/report_partner_activity.xml', - 'report.xml' + 'views/report.xml' ], 'demo': [], 'test': [], diff --git a/partner_activity_report_base/report.xml b/partner_activity_report_base/views/report.xml similarity index 94% rename from partner_activity_report_base/report.xml rename to partner_activity_report_base/views/report.xml index 406b84089..88c04f8fd 100644 --- a/partner_activity_report_base/report.xml +++ b/partner_activity_report_base/views/report.xml @@ -1,6 +1,6 @@ - +