Rename module to stock_location_group

This commit is contained in:
Sergi Almacellas Abellana 2016-04-08 10:10:26 +02:00
parent 940ad3b321
commit c3f5787168
5 changed files with 6 additions and 6 deletions

2
README
View file

@ -20,7 +20,7 @@ questions on the NaN·tic bug tracker, mailing list,
wiki or IRC channel:
* http://doc.tryton-erp.es/
* http://bitbucket.org/nantic/trytond-stock_location_outputs_group
* http://bitbucket.org/nantic/trytond-stock_location_group
* http://groups.tryton.org/
* http://wiki.tryton.org/
* irc://irc.freenode.net/tryton

View file

@ -8,4 +8,4 @@ def register():
Pool.register(
Location,
Move,
module='stock_location_outputs_group', type_='model')
module='stock_location_group', type_='model')

View file

@ -6,7 +6,7 @@ import re
import os
import ConfigParser
MODULE = 'stock_location_outputs_group'
MODULE = 'stock_location_group'
PREFIX = 'nantic'
MODULE2PREFIX = {}

View file

@ -1,3 +1,3 @@
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
from .test_stock_location_outputs_group import suite
from .test_stock_location_group import suite

View file

@ -16,7 +16,7 @@ class TestCase(unittest.TestCase):
def setUp(self):
trytond.tests.test_tryton.install_module(
'stock_location_outputs_group')
'stock_location_group')
self.user = POOL.get('res.user')
self.group = POOL.get('res.group')
self.location = POOL.get('ir.model.access')
@ -30,7 +30,7 @@ class TestCase(unittest.TestCase):
def test0005views(self):
'Test views'
test_view('stock_location_outputs_group')
test_view('stock_location_group')
def test0006depends(self):
'Test depends'