change less, name to the module
This commit is contained in:
parent
08525cdee7
commit
b0a60c7e3e
@ -9,8 +9,8 @@ def register():
|
||||
Pool.register(
|
||||
product.Product,
|
||||
machine.Machine,
|
||||
module='smart_vision', type_='model')
|
||||
module='optical_equipment', type_='model')
|
||||
Pool.register(
|
||||
module='smart_vision', type_='wizard')
|
||||
module='optical_equipment', type_='wizard')
|
||||
Pool.register(
|
||||
module='smart_vision', type_='report')
|
||||
module='optical_equipment', type_='report')
|
||||
|
2
setup.py
2
setup.py
@ -38,7 +38,7 @@ version = info.get('version', '0.0.1')
|
||||
major_version, minor_version, _ = version.split('.', 2)
|
||||
major_version = int(major_version)
|
||||
minor_version = int(minor_version)
|
||||
name = 'trytondo-smart_vision'
|
||||
name = 'trytondo-optical_equipment'
|
||||
|
||||
local_version = []
|
||||
if os.environ.get('CI_JOB_ID'):
|
||||
|
Loading…
Reference in New Issue
Block a user