[5.0] duplicate entry in __terp__.py on product module

Bug #330433 reported by Christophe CHAUVET
2
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Undecided
Jay Vora (Serpent Consulting Services)

Bug Description

Server revno: 1728
Addons revno: 2222
Client revno: 939

There are two depends, demo_xml, etc...

Maybe other module are concern

--------------8<---------------8<-------------
{
    "name" : "Products & Pricelists",
    "version" : "1.1",
    "author" : "Tiny",
    "category" : "Generic Modules/Inventory Control",
    "depends" : ["base", "process"],
    "init_xml" : [],
    "demo_xml" : ["product_demo.xml"],
    "description": """
    This is the base module for managing products and pricelists in Open ERP.

    Products support variants, different pricing methods, suppliers
    information, make to stock/order, different unit of measures,
    packaging and properties.

    Pricelists support:
    * Multiple-level of discount (by product, category, quantities)
    * Compute price based on different criteria:
        * Other pricelist,
        * Cost price,
        * List price,
        * Supplier price, ...
    Pricelists preferences by product and/or partners.

    Print product labels with barcode.
    """,
    'author': 'Tiny',
    'depends': ['base', 'process'],
    'init_xml': [],
    'update_xml': [
        'security/product_security.xml',
        'security/ir.model.access.csv',
        'product_data.xml',
        'product_report.xml',
        'product_view.xml',
        'pricelist_view.xml',
        'partner_view.xml',
        'product_wizard.xml',
        'process/product_process.xml'
    ],
    'demo_xml': ['product_demo.xml'],
    'installable': True,
    'active': False,
    'certificate': '0068861431437',
}
--------------8<---------------8<-------------

Distribution: Ubuntu
Version: 8.04 (hardy)
Python 2.5.2

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Thanks for notifying us.

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

fixed in rev 2225.

Changed in openobject-addons:
assignee: nobody → jvo-openerp
status: In Progress → Fix Committed
Changed in openobject-addons:
status: Fix Committed → 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.