Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
在odoo中,设置本地的审批流与外部接口的审批流状态一致,在本地提交后,单据会通过外部接口进入其他的平台进行单据数据的审批,同时,使用自动化不断获取外部接口对应的审批单据的状态同时同步到本地的审批状态。其中,单据为头行结构,有行a和行b,如果只编辑了行a的数据一起提交则审批结果会正常获取,但是如果提交了行b,则不能进行正常的数据提交,求解。