[IMP] project_mrp: Rename the file

bzr revid: sbh@tinyerp.com-20100710134200-ziqqzyzx7fcax186
This commit is contained in:
sbh (Open ERP) 2010-07-10 19:12:00 +05:30
parent bf94775ee7
commit 7b0fac508f
3 changed files with 3 additions and 2 deletions

View File

@ -18,6 +18,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
import mrp
import project_procurement
import project_mrp
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -58,7 +58,8 @@
'test/purchase_from_order.yml',
'test/purchase_from_manual.yml',
# 'test/purchase_from_picking.yml',
'purchase_unit_test.xml'
'purchase_unit_test.xml',
'test/procurement_buy.yml',
],
'demo': ['purchase_demo.xml'],
'installable': True,