[IMP]Moved stock invoice onshipping wizard to stock_account

bzr revid: pooja.zakhariya@gmail.com-20130827140926-hegue0mvvdxluqnf
This commit is contained in:
Pooja Zankhariya (OpenERP Trainee) 2013-08-27 19:39:26 +05:30 committed by Josse Colpaert
parent d1febb7b8e
commit f9cef80977
7 changed files with 2 additions and 24 deletions

View File

@ -24,5 +24,4 @@ import stock
import report
import company
import res_config
import wizard

View File

@ -51,7 +51,6 @@ You can choose flexible invoicing methods:
'security/sale_stock_security.xml',
'security/ir.model.access.csv',
'company_view.xml',
'wizard/stock_invoice_onshipping_view.xml',
'sale_stock_view.xml',
'sale_stock_workflow.xml',
'stock_view.xml',

View File

@ -1,22 +0,0 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
#
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
import stock_invoice_onshipping

View File

@ -49,6 +49,7 @@ Dashboard / Reports for Warehouse Management will include:
'data': [
'stock_account_data.xml',
'wizard/stock_change_standard_price_view.xml',
'wizard/stock_invoice_onshipping_view.xml',
'product_data.xml',
'product_view.xml',
'stock_account_view.xml',

View File

@ -20,3 +20,4 @@
##############################################################################
import stock_change_standard_price
import stock_invoice_onshipping