change less, name to the module

This commit is contained in:
sinergia 2022-06-03 10:20:32 -05:00
parent 08525cdee7
commit b0a60c7e3e
2 changed files with 4 additions and 4 deletions

View File

@ -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')

View File

@ -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'):