[MOVE]:stock:moved the report.py and report_view.xml in report folder.

bzr revid: apa@tinyerp.com-20100312114045-fi3tpjvynoqktmy3
This commit is contained in:
apa-tiny 2010-03-12 17:10:45 +05:30
parent 71eda1fdf7
commit 606f433ba6
5 changed files with 7 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
##############################################################################
#
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
#
@ -15,18 +15,15 @@
# 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/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
from stock import *
import partner
import product
import report
import wizard
import report_stock
import stock_wizard

View File

@ -45,14 +45,14 @@ Thanks to the double entry management, the inventory controlling is powerful and
"stock_data.xml",
"stock_incoterms.xml",
"stock_wizard.xml",
"stock_wizard_view.xml",
"stock_wizard_view.xml",
"stock_view.xml",
"stock_report.xml",
"stock_sequence.xml",
"product_data.xml",
"product_view.xml",
"partner_view.xml",
"report_stock_view.xml",
"report/report_stock_view.xml",
"security/stock_security.xml",
"security/ir.model.access.csv",
],

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
##############################################################################
#
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
#
@ -15,7 +15,7 @@
# 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/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
@ -26,6 +26,7 @@ import ups
import picking
import lot_overview
import lot_overview_all
import report_stock
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: