use of com.axelor.apps.base.db.AppProduction in project axelor-open-suite by axelor.
the class CostSheetServiceImpl method init.
protected void init() {
AppProduction appProduction = appProductionService.getAppProduction();
this.hourUnit = appProductionService.getAppBase().getUnitHours();
this.cycleUnit = appProduction.getCycleUnit();
this.manageResidualProductOnBom = appProduction.getManageResidualProductOnBom();
costSheet = new CostSheet();
}
Aggregations