############################################################################## # # OpenERP, Open Source Management Solution # Copyright (C) 2004-2010 Tiny SPRL (). # Copyright (C) 2010-2011 OpenERP S.A. (). # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero 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 Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . # ############################################################################## { "name" : "Product extension to track sales and purchases", "version" : "1.0", "author" : "OpenERP S.A.", 'website': 'https://www.odoo.com', "depends" : ["product", "purchase", "sale", "mrp", "stock_account"], "category" : "Generic Modules/Inventory Control", "description": """ Product extension. This module adds: * Computes standard price from the BoM of the product with a button on the product variant based on the materials in the BoM and the work centers. It can create the necessary accounting entries when necessary. """, "init_xml" : [], "demo_xml" : [], "data" : ["product_extended_wizard.xml","product_extended_view.xml","mrp_view.xml", 'security/ir.model.access.csv'], "active": False, "installable": True } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: