Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dwsproject
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dws
dwsproject
Commits
2effd657
Commit
2effd657
authored
Jun 23, 2025
by
guibin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
天合堂设备模型添加序号字段
parent
48f37839
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
tht_project/models/__init__.py
+2
-0
tht_project/models/inherit_roke_mes_equipment.py
+8
-0
No files found.
tht_project/models/__init__.py
View file @
2effd657
...
...
@@ -2,3 +2,4 @@
from
.
import
models
from
.
import
plant_working_time_config
from
.
import
inherit_roke_mes_equipment
\ No newline at end of file
tht_project/models/inherit_roke_mes_equipment.py
0 → 100644
View file @
2effd657
from
odoo
import
models
,
fields
,
api
,
_
class
InheritRokeMesEquipment
(
models
.
Model
):
_inherit
=
"roke.mes.equipment"
sequence
=
fields
.
Integer
(
string
=
"序号"
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment