Browse Source

[PEP8]

pull/3/head
Nicolas Bessi 10 years ago
parent
commit
50c3f45a5a
  1. 8
      base_report_assembler/__openerp__.py

8
base_report_assembler/__openerp__.py

@ -18,8 +18,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
############################################################################## ##############################################################################
{'name' : 'Base Report Assembler',
'version' : '1.0',
{'name': 'Base Report Assembler',
'version': '1.0',
'category': 'Report', 'category': 'Report',
'description': """ 'description': """
Base Report Assembler Base Report Assembler
@ -37,10 +37,10 @@ the folling module(s):
- Invoices: invoice_report_assemble (lp:account-invoice-report) - Invoices: invoice_report_assemble (lp:account-invoice-report)
""", """,
'author' : 'Camptocamp',
'author': 'Camptocamp',
'maintainer': 'Camptocamp', 'maintainer': 'Camptocamp',
'website': 'http://www.camptocamp.com/', 'website': 'http://www.camptocamp.com/',
'depends' : ['base'],
'depends': ['base'],
'data': [], 'data': [],
'test': [], 'test': [],
'installable': True, 'installable': True,

Loading…
Cancel
Save