Product

class q2_sdk.core.install_steps.product.Product(product_name, host_product_code, tran_code_group_name, product_type_name, hydra_product_code, product_nick_name, voice_file=None, vendor_name=None, product_type_id=None, allow_open=False, allow_close=False, **kwargs)[source]

Bases: InstallStep

Interacts with the Q2_products table

Parameters:
  • allow_editable – If False, will force all InstallStepAttributes’ to is_editable==False

  • required_install_step_attrs – An optional list of strings for names of install steps that will be forced to is_required==True

async install()[source]

Must be overridden in inherited class to work with install

async uninstall()[source]

Must be overridden in inherited class to work with remove_form