ccdos
Loading Heatmap…

ccdos commented on issue gooderp/good#74

1 部分权限补强,确保 通过rpc 不能绕过权限, 2 去除 act_window 标签, odoo 18 已经完全不允许了

LibreOffice 新版的生成文件后输出有少许变化,适配了一下

1 week ago

ccdos pushed to master at ccdos/good

  • bfb0ff0072 pdf 输出兼容。原来的输出判断依赖 stdout 正则匹配 -> xxx using filter 判断成功。 新版 LibreOffice 输出有变化,改成先判 returncode returncode=0 时优先检查目标 pdf 文件是否存在 旧 stdout 正则保留为兼容兜底 失败时抛出包含 rc/stdout/stderr 的可诊断错误信息

2 weeks ago

ccdos created pull request gooderp/good#74

1 部分权限补强,确保 通过rpc 不能绕过权限, 2 去除 act_window 标签, odoo 18 已经完全不允许了

2 weeks ago

ccdos pushed to master at ccdos/good

  • ae9a8daf1b fix(sell): 兼容 Odoo 18 XML 动作记录写法

2 weeks ago

ccdos pushed to master at ccdos/good

  • 7c4bf12967 fix(buy): 修复采购订单价格换算精度漂移 修复采购订单行采购单价与含税单价双向换算时的精度漂移问题。 - 含税单价输入时保留用户当前输入值 - 采购单价回写含税单价时按价格精度增加容差判断 - 补充双向 onchange 精度处理说明

3 weeks ago

ccdos pushed to master at ccdos/good

  • 1e2099412a goods.class 分类名唯一约束改为同级唯一(unique(name, parent_id)) - 旧约束 name_uniq unique(name) 为全局唯一,不允许不同上级下出现同名子分类 - 业务需求:各大类(成品/半成品/零配件等)下可各自拥有同名形态子类,如平板哈夫等 - init() 安全删除旧 name_uniq 约束(ALTER TABLE DROP CONSTRAINT IF EXISTS) - 新增 SQL 约束 name_parent_uniq unique(name, parent_id) - 新增 Python @api.constrains 拦截顶级同名(因 PostgreSQL NULL != NULL,SQL约束不覆盖同父为NULL的情况) - 同步更新测试:TestGoodsClass 自建测试数据,新增同级重名报错/跨级同名成功两个用例

1 month ago

ccdos pushed to master at ccdos/good

  • 1e2099412a goods.class 分类名唯一约束改为同级唯一(unique(name, parent_id)) - 旧约束 name_uniq unique(name) 为全局唯一,不允许不同上级下出现同名子分类 - 业务需求:各大类(成品/半成品/零配件等)下可各自拥有同名形态子类,如平板哈夫等 - init() 安全删除旧 name_uniq 约束(ALTER TABLE DROP CONSTRAINT IF EXISTS) - 新增 SQL 约束 name_parent_uniq unique(name, parent_id) - 新增 Python @api.constrains 拦截顶级同名(因 PostgreSQL NULL != NULL,SQL约束不覆盖同父为NULL的情况) - 同步更新测试:TestGoodsClass 自建测试数据,新增同级重名报错/跨级同名成功两个用例

1 month ago

ccdos pushed to master at ccdos/good

  • 32fd045efd 增强销售订单管理权限检查;确保只有销售组用户可以确认、撤销或作废销售订单
  • 609f1f0446 添加采购订单管理访问权限检查;确保只有采购组用户可以确认或撤销采购订单
  • Compare 2 commits »

1 month ago

ccdos pushed to master at ccdos/good

  • 045bd2f212 修复销售单发货退货数量为0时仍显示按钮

2 months ago

ccdos pushed to master at ccdos/good

  • 220df2535a Merge remote-tracking branch 'osbzr/master'
  • 0797c4da23 1 将订单撤销前的检查 独立出来, 便于功能复用和重构 2 其它bug 修复( 主要是权限相关, 非admin用户可用) 3. 科目相关提示优化 (#73)
  • Compare 2 commits »

2 months ago

ccdos created pull request gooderp/good#73

1 将订单撤销前的检查 独立出来, 便于功能复用和重构 2 其它bug 修复( 主要是权限相关, 非admin用户可用) 3. 科目相关提示优化

2 months ago

ccdos pushed to master at ccdos/good

2 months ago

ccdos closed pull request gooderp/good#72

将订单撤销, 采购入库单 确认和撤销 功能解耦, 便于功能复用和重构 , 其它bug 修复

2 months ago

ccdos pushed to master at ccdos/good

  • 365d75c6b7 调整 支付付款计划字段的可见性,仅对采购组可见,防止 仓库等无权用户跳转到页面时抛错

2 months ago

ccdos pushed to master at ccdos/good

2 months ago

ccdos pushed to master at ccdos/good

  • 2241eb8031 采购入库单 确认功能解耦, 将 仓库确认和财务确认功能拆分, 便于下游二开模块实现权限分开处理. 现有功能不变

4 months ago

ccdos created pull request gooderp/good#72

将订单撤销前的检查 独立出来, 便于功能复用和重构 , 其它bug 修复

4 months ago

ccdos pushed to master at ccdos/good

  • 703fa5cb5e 查看原始单据 按钮的显示弄反了. 应该在单据头那一行才能工作

4 months ago

ccdos pushed to master at ccdos/good

  • 80d0ebc54d 生成带商品明细的对账单(默认都只有只需要权限) 没有权限,增加 sudo

4 months ago

ccdos pushed to master at ccdos/good

5 months ago

上海开阖软件有限公司 沪ICP备12045867号-1