Search in sources :

Example 1 with AppProduction

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();
}
Also used : AppProduction(com.axelor.apps.base.db.AppProduction) CostSheet(com.axelor.apps.production.db.CostSheet)

Aggregations

AppProduction (com.axelor.apps.base.db.AppProduction)1 CostSheet (com.axelor.apps.production.db.CostSheet)1