[ADD] delivery :Move the sale_delivery_report into delivery

bzr revid: sbh@tinyerp.com-20100712080645-ryvrfvtoixa3o6ck
This commit is contained in:
sbh (Open ERP) 2010-07-12 13:36:45 +05:30
parent e7fb1f2844
commit f640c610f5
6 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,7 @@
import delivery
import partner
import wizard
import report
import sale
import stock

View File

@ -35,6 +35,7 @@
'update_xml': [
'security/ir.model.access.csv',
'wizard/delivery_sale_order_view.xml',
'delivery_report.xml',
'delivery_view.xml',
'partner_view.xml'
],

View File

@ -6,7 +6,7 @@
id="report_shipping"
model="stock.picking"
name="sale.shipping"
rml="sale_delivery_report/report/shipping.rml"
rml="delivery/report/shipping.rml"
string="Delivery order"/>
</data>