Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
H
hh_ccs
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
贺阳
hh_ccs
Commits
bca1c12d
提交
bca1c12d
authored
12月 17, 2025
作者:
贺阳
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
下载pod的优化
上级
1e000827
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
4 行增加
和
4 行删除
+4
-4
zh_CN.po
ccs_base/i18n/zh_CN.po
+1
-1
cc_bill_loading.py
ccs_base/models/cc_bill_loading.py
+1
-1
cc_bl_view.xml
ccs_base/views/cc_bl_view.xml
+2
-2
没有找到文件。
ccs_base/i18n/zh_CN.po
浏览文件 @
bca1c12d
...
@@ -648,7 +648,7 @@ msgstr "批量关联转单号"
...
@@ -648,7 +648,7 @@ msgstr "批量关联转单号"
#. module: ccs_base
#. module: ccs_base
#: model:ir.actions.server,name:ccs_base.bl_download_pod_server_action
#: model:ir.actions.server,name:ccs_base.bl_download_pod_server_action
msgid "Batch
PickUp Download
POD"
msgid "Batch
Download PickUp
POD"
msgstr "批量下载货站提货POD"
msgstr "批量下载货站提货POD"
#. module: ccs_base
#. module: ccs_base
...
...
ccs_base/models/cc_bill_loading.py
浏览文件 @
bca1c12d
...
@@ -1294,7 +1294,7 @@ class CcBL(models.Model):
...
@@ -1294,7 +1294,7 @@ class CcBL(models.Model):
has_files
=
self
.
env
[
'cc.clearance.file'
]
.
search_count
(
has_files
=
self
.
env
[
'cc.clearance.file'
]
.
search_count
(
[(
'bl_id'
,
'in'
,
self
.
ids
),
(
'file_name'
,
'='
,
pod_name
),
(
'file'
,
'!='
,
False
)])
[(
'bl_id'
,
'in'
,
self
.
ids
),
(
'file_name'
,
'='
,
pod_name
),
(
'file'
,
'!='
,
False
)])
if
not
has_files
:
if
not
has_files
:
raise
UserError
(
_
(
'Please configure
%
s file of the bill of loading first.'
)
,
pod_name
)
raise
UserError
(
_
(
'Please configure
%
s file of the bill of loading first.'
)
%
pod_name
)
return
self
.
action_download_pod
(
pod_name
)
return
self
.
action_download_pod
(
pod_name
)
...
...
ccs_base/views/cc_bl_view.xml
浏览文件 @
bca1c12d
...
@@ -442,7 +442,7 @@
...
@@ -442,7 +442,7 @@
<!-- 下载货站提货POD-->
<!-- 下载货站提货POD-->
<record
id=
"bl_download_pod_server_action"
model=
"ir.actions.server"
>
<record
id=
"bl_download_pod_server_action"
model=
"ir.actions.server"
>
<field
name=
"name"
>
Batch
PickUp Download
POD
</field>
<field
name=
"name"
>
Batch
Download PickUp
POD
</field>
<field
name=
"model_id"
ref=
"model_cc_bl"
/>
<field
name=
"model_id"
ref=
"model_cc_bl"
/>
<field
name=
"binding_model_id"
ref=
"model_cc_bl"
/>
<field
name=
"binding_model_id"
ref=
"model_cc_bl"
/>
<field
name=
"state"
>
code
</field>
<field
name=
"state"
>
code
</field>
...
@@ -450,7 +450,7 @@
...
@@ -450,7 +450,7 @@
<field
name=
"groups_id"
eval=
"[(4, ref('ccs_base.group_clearance_of_customs_user'))]"
/>
<field
name=
"groups_id"
eval=
"[(4, ref('ccs_base.group_clearance_of_customs_user'))]"
/>
<field
name=
"code"
>
<field
name=
"code"
>
if records:
if records:
action = records.action_batch_download_pod(
pod_name=
'货站提货POD')
action = records.action_batch_download_pod('货站提货POD')
</field>
</field>
</record>
</record>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论