提交 78feaa08 编写于 作者: misaka's avatar misaka

update

上级 6f817bff
...@@ -5,6 +5,7 @@ import cn.ibizlab.businesscentral.core.odoo_base.domain.Res_company; ...@@ -5,6 +5,7 @@ import cn.ibizlab.businesscentral.core.odoo_base.domain.Res_company;
import cn.ibizlab.businesscentral.core.odoo_base.domain.Res_currency; import cn.ibizlab.businesscentral.core.odoo_base.domain.Res_currency;
import cn.ibizlab.businesscentral.core.odoo_base.domain.Res_partner; import cn.ibizlab.businesscentral.core.odoo_base.domain.Res_partner;
import cn.ibizlab.businesscentral.core.odoo_ir.domain.Ir_sequence; import cn.ibizlab.businesscentral.core.odoo_ir.domain.Ir_sequence;
import cn.ibizlab.businesscentral.core.odoo_mail.domain.Mail_message_subtype;
import cn.ibizlab.businesscentral.core.odoo_product.domain.Product_product; import cn.ibizlab.businesscentral.core.odoo_product.domain.Product_product;
import cn.ibizlab.businesscentral.core.odoo_product.domain.Product_supplierinfo; import cn.ibizlab.businesscentral.core.odoo_product.domain.Product_supplierinfo;
import cn.ibizlab.businesscentral.core.odoo_product.domain.Product_template; import cn.ibizlab.businesscentral.core.odoo_product.domain.Product_template;
...@@ -14,6 +15,7 @@ import cn.ibizlab.businesscentral.core.odoo_purchase.service.impl.Purchase_order ...@@ -14,6 +15,7 @@ import cn.ibizlab.businesscentral.core.odoo_purchase.service.impl.Purchase_order
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import cn.ibizlab.businesscentral.core.odoo_purchase.domain.Purchase_order; import cn.ibizlab.businesscentral.core.odoo_purchase.domain.Purchase_order;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
import org.javers.core.diff.Diff;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional; import org.springframework.transaction.annotation.Transactional;
...@@ -224,5 +226,10 @@ public class Purchase_orderExService extends Purchase_orderServiceImpl { ...@@ -224,5 +226,10 @@ public class Purchase_orderExService extends Purchase_orderServiceImpl {
} }
return super.get_name(et); return super.get_name(et);
} }
@Override
public Mail_message_subtype getMessageSubType(Purchase_order et, Diff diff) {
return super.getMessageSubType(et, diff);
}
} }
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册