Renamed supply_request by purchase_request

This commit is contained in:
jmartin 2015-03-30 10:41:21 +02:00
parent 86d1d8bd48
commit fb229269b2
4 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# The COPYRIGHT file at the top level of this repository contains
# the full copyright notices and license terms.
from trytond.pool import Pool
from .supply_request import *
from .purchase_request import *
def register():
Pool.register(

View File

@ -5,4 +5,4 @@ depends:
res
stock_supply
xml:
supply_request.xml
purchase_request.xml