Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
third-party
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
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cooperatic-foodcoops
third-party
Commits
b83db634
Commit
b83db634
authored
Jul 15, 2021
by
Damien Moulard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove remaining python print()
parent
591d32cd
Pipeline
#1226
passed with stage
in 1 minute 22 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
models.py
reception/models.py
+0
-1
views.py
reception/views.py
+0
-1
No files found.
reception/models.py
View file @
b83db634
...
...
@@ -37,7 +37,6 @@ class CagetteReception(models.Model):
c
=
[[
'id'
,
'in'
,
pids
],
[
"x_reception_status"
,
"in"
,
[
False
,
'qty_valid'
,
'valid_pending'
,
'br_valid'
]]]
orders
=
api
.
search_read
(
'purchase.order'
,
c
,
f
)
print
(
orders
)
except
Exception
as
e
:
print
(
str
(
e
))
return
orders
...
...
reception/views.py
View file @
b83db634
...
...
@@ -170,7 +170,6 @@ def update_orders(request):
m
=
CagetteReception
(
order_id
)
try
:
for
order_line
in
order
[
'po'
]:
print
(
order_line
)
if
order_line
[
'indicative_package'
]
is
False
:
m
.
remove_package_restriction
(
order_line
)
...
...
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