odoo外协委外加工生产如何配置?这里很详细 Outsourced processing is a processing method in which the outsourcing party handles product subcontracting without providing materials. It refers to a processing operation mode where, due to insuffici... Odoo一体化 Odoo的配置 odoo实施
ODOO14销售定制单流程审批管理系统 ERP系统类审批其实就是单据状态的改变,并没有什么难度; 就以odoo14客户要求当客户下定制类销售单时候,需要公司很多部分进行审批才能生产定制类产品然后完成最终销售。 所谓审批只不过是单据在流转时候进行权限的阻断,在对应部门最终确认这一步完成了,当前部门点击确认,对应单据才会流转到下一个部门,再由下一个部门审批。 比如: 比较方便的改进是假设审批完成了,通过某个动作直接将定制单明细产品转成销售单... Odoo一体化 odoo实施 odoo开发
云端AI:如何降低迁移出GPU的难度,微软阿里这样解决 NVIDIA's over 90% market share in the cloud AI training chip market has led new competitors to all set their sights on this red-hot AI company. Many claim their AI performance surpasses NVIDIA's new G... Odoo一体化 云端AI
odoo实施ERP产品物料自动生成编码 The content of this cell is too long for an XLSX file (more than 32767 characters). Please use the CSV format for this export.... Odoo一体化 odoo实施 odoo开发
odoo14开发:相同客户多张销售单如何批量收预收款? In the wholesale industry, it is common for the same customer to place many sales orders and then pay a deposit together; generally, the native Odoo module can only match one deposit receipt to one sa... Odoo一体化 odoo14开发 odoo14开发手册
鹿特丹SCL汽车公司:使用Odoo实现车辆进出口管理 About SCL Rotterdam Rotterdam SCL is an international full-service provider offering vehicle import, export, and wholesale. They provide effective solutions for transporting customers' cars to another... Odoo一体化 Odoo进销存管理系统 智能odoo
odoo14批量调整库存-odoo库存盘点单可以解决 The content of this cell is too long for an XLSX file (more than 32767 characters). Please use the CSV format for this export.... Odoo一体化 odoo14批量调整库存 广州odoo实施公司
odoo13和14如何在[res.partner]模型新增字段? When adding a new field to models such as res.partner or res.users in odoo13, clicking to restart the odoo service will report the following error; psycopg2.errors.UndefinedColumn: column res_partner.... ODOO二次开发建议 Odoo一体化 odoo14开发手册
Odoo14中的逆计算inverse方法属性值用法——由compute字段的值逆向修改其依赖值 When a method is specified through the compute attribute to calculate the current field value based on dependent values, the inverse operation of this calculation—changing the dependent values based o... ODOO二次开发建议 Odoo一体化 odoo二次开发
odoo开发实施:odoo14如何实现金额大写转化 The content of this cell is too long for an XLSX file (more than 32767 characters). Please use the CSV format for this export.... ODOO二次开发建议 Odoo一体化 odoo14开发手册
Odoo前端开发说明:Javascript参考手册 The content of this cell is too long for an XLSX file (more than 32767 characters). Please use the CSV format for this export.... ODOO二次开发建议 Odoo一体化 odoo10开发手册
odoo常用方法汇总:odoo14方法mapped()和search()如何使用 search: Usage self.env['model_name'].search([('name', '=', 'example')]) search_read: Usage: search_read([domain], [field names]), aggregates into a list, includes id value, optional parameters: order ... ODOO二次开发建议 Odoo一体化 Odoo关联字段用法