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