From 84c8505cfbf227877b3dd773dc1c011c4558ccb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=B9=8F=E5=AE=87?= <9664676+pengyuthon@user.noreply.gitee.com> Date: Mon, 3 Aug 2026 09:57:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=9D=97=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {yuthon_salary => yuthon_wage}/__init__.py | 0 {yuthon_salary => yuthon_wage}/__manifest__.py | 2 +- {yuthon_salary => yuthon_wage}/data/demo.xml | 0 {yuthon_salary => yuthon_wage}/models/__init__.py | 0 {yuthon_salary => yuthon_wage}/models/payslip.py | 0 {yuthon_salary => yuthon_wage}/security/ir.model.access.csv | 0 {yuthon_salary => yuthon_wage}/views/payslip_generate_views.xml | 0 {yuthon_salary => yuthon_wage}/views/payslip_views.xml | 0 {yuthon_salary => yuthon_wage}/wizards/__init__.py | 0 {yuthon_salary => yuthon_wage}/wizards/payslip_generate.py | 0 10 files changed, 1 insertion(+), 1 deletion(-) rename {yuthon_salary => yuthon_wage}/__init__.py (100%) rename {yuthon_salary => yuthon_wage}/__manifest__.py (95%) rename {yuthon_salary => yuthon_wage}/data/demo.xml (100%) rename {yuthon_salary => yuthon_wage}/models/__init__.py (100%) rename {yuthon_salary => yuthon_wage}/models/payslip.py (100%) rename {yuthon_salary => yuthon_wage}/security/ir.model.access.csv (100%) rename {yuthon_salary => yuthon_wage}/views/payslip_generate_views.xml (100%) rename {yuthon_salary => yuthon_wage}/views/payslip_views.xml (100%) rename {yuthon_salary => yuthon_wage}/wizards/__init__.py (100%) rename {yuthon_salary => yuthon_wage}/wizards/payslip_generate.py (100%) diff --git a/yuthon_salary/__init__.py b/yuthon_wage/__init__.py similarity index 100% rename from yuthon_salary/__init__.py rename to yuthon_wage/__init__.py diff --git a/yuthon_salary/__manifest__.py b/yuthon_wage/__manifest__.py similarity index 95% rename from yuthon_salary/__manifest__.py rename to yuthon_wage/__manifest__.py index b6bc57a..7986dbe 100644 --- a/yuthon_salary/__manifest__.py +++ b/yuthon_wage/__manifest__.py @@ -3,7 +3,7 @@ 'version': '18.0.1.0.0', 'summary': '工资条:聚合出勤迟到/缺勤,自动计算扣款与实发', 'description': """ - 教学模块③(汇总层):yuthon_salary + 教学模块③(汇总层):yuthon_wage ====================================== 依赖 yuthon_employee + yuthon_attendance。定义工资条模型 yuthon.payslip, 在月底把「员工基本工资 + 当月出勤聚合结果」join 在一起算出实发工资; diff --git a/yuthon_salary/data/demo.xml b/yuthon_wage/data/demo.xml similarity index 100% rename from yuthon_salary/data/demo.xml rename to yuthon_wage/data/demo.xml diff --git a/yuthon_salary/models/__init__.py b/yuthon_wage/models/__init__.py similarity index 100% rename from yuthon_salary/models/__init__.py rename to yuthon_wage/models/__init__.py diff --git a/yuthon_salary/models/payslip.py b/yuthon_wage/models/payslip.py similarity index 100% rename from yuthon_salary/models/payslip.py rename to yuthon_wage/models/payslip.py diff --git a/yuthon_salary/security/ir.model.access.csv b/yuthon_wage/security/ir.model.access.csv similarity index 100% rename from yuthon_salary/security/ir.model.access.csv rename to yuthon_wage/security/ir.model.access.csv diff --git a/yuthon_salary/views/payslip_generate_views.xml b/yuthon_wage/views/payslip_generate_views.xml similarity index 100% rename from yuthon_salary/views/payslip_generate_views.xml rename to yuthon_wage/views/payslip_generate_views.xml diff --git a/yuthon_salary/views/payslip_views.xml b/yuthon_wage/views/payslip_views.xml similarity index 100% rename from yuthon_salary/views/payslip_views.xml rename to yuthon_wage/views/payslip_views.xml diff --git a/yuthon_salary/wizards/__init__.py b/yuthon_wage/wizards/__init__.py similarity index 100% rename from yuthon_salary/wizards/__init__.py rename to yuthon_wage/wizards/__init__.py diff --git a/yuthon_salary/wizards/payslip_generate.py b/yuthon_wage/wizards/payslip_generate.py similarity index 100% rename from yuthon_salary/wizards/payslip_generate.py rename to yuthon_wage/wizards/payslip_generate.py