Duplicate key value pairs in __terp__.py of account module

Bug #542379 reported by James Wyson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Low
Unassigned

Bug Description

The depends and author key value pairs are repeated in the __terp__.py file of the account module.

The following is taken from:
http://bazaar.launchpad.net/~openerp/openobject-addons/5.0/annotate/head%3A/account/__terp__.py

27 "depends" : ["product", "base", "process"],
28 "author" : "Tiny",
29 "description": """Financial and accounting module that covers:
30 1461 General accounting
31 Cost / Analytic accounting
32 Third party accounting
33 Taxes management
34 Budgets
35 2050.1.9 Customer and Supplier Invoices
36 Bank statements
37 1461 """,
38 2066.1.9 'author': 'Tiny',
39 'website': 'http://www.openerp.com',
40 'depends': ['product', 'base', 'process'],

Related branches

Changed in openobject-addons:
status: New → Confirmed
Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Corrected by revision 2667 <email address hidden>.
Thanks.

Changed in openobject-addons:
importance: Undecided → Low
milestone: none → 5.0.8
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.