Tryton Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5)

Issue 306561010: tryton-env: Add stock_package application API

Can't Edit
Can't Publish+Mail
Start Review
Created:
2 years, 8 months ago by ced
Modified:
7 months, 4 weeks ago
Reviewers:
acaubet, dave, reviewbot
Visibility:
Public.

Description

tryton-env: Add stock_package application API issue6180 issue6254

Patch Set 1 #

Patch Set 2 : Add search limit #

Patch Set 3 : Add more search limit #

Patch Set 4 : Use create_shipping to validate #

Patch Set 5 : Set active_ids and active_model to context #

Patch Set 6 : Order by date #

Patch Set 7 : Update to tip #

Total comments: 16

Patch Set 8 : fix doc #

Patch Set 9 : Allow extending label route #

Patch Set 10 : flake8 #

Patch Set 11 : Update to tip and raise error on unknown product #

Patch Set 12 : #

Patch Set 13 : Use shipping_label_mimetype #

Patch Set 14 : Update to tip and do not remove origin to trigger sale process #

Patch Set 15 : Update to tip, use custom search method #

Patch Set 16 : Fix isort #

Total comments: 2

Patch Set 17 : Update to tip and remove duplicated state domain #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1142 lines, -20 lines) Patch
M modules/sale_shipment_cost/stock.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +5 lines, -0 lines 0 comments Download
M modules/sale_shipment_cost/tryton.cfg View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
M modules/sale_shipment_tolerance/sale.py View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +30 lines, -13 lines 0 comments Download
M modules/sale_shipment_tolerance/stock.py View 1 chunk +13 lines, -0 lines 0 comments Download
M modules/sale_shipment_tolerance/tryton.cfg View 1 chunk +2 lines, -0 lines 0 comments Download
M modules/stock/CHANGELOG View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M modules/stock/__init__.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -2 lines 0 comments Download
M modules/stock/doc/reference.rst View 1 2 3 4 5 6 7 1 chunk +17 lines, -0 lines 0 comments Download
M modules/stock/res.py View 1 chunk +9 lines, -0 lines 0 comments Download
A modules/stock/routes.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +83 lines, -0 lines 0 comments Download
M modules/stock_package/CHANGELOG View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -0 lines 0 comments Download
M modules/stock_package/__init__.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +3 lines, -1 line 0 comments Download
M modules/stock_package/doc/index.rst View 1 2 3 4 5 6 7 1 chunk +5 lines, -0 lines 0 comments Download
A modules/stock_package/doc/reference.rst View 1 2 3 4 5 6 7 1 chunk +45 lines, -0 lines 0 comments Download
A modules/stock_package/routes.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +163 lines, -0 lines 0 comments Download
M modules/stock_package/setup.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +4 lines, -1 line 0 comments Download
M modules/stock_package/stock.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +183 lines, -0 lines 0 comments Download
M modules/stock_package/tests/__init__.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +12 lines, -0 lines 0 comments Download
M modules/stock_package/tests/test_module.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +271 lines, -1 line 0 comments Download
M modules/stock_package_shipping/CHANGELOG View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -0 lines 0 comments Download
M modules/stock_package_shipping/__init__.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +3 lines, -1 line 0 comments Download
M modules/stock_package_shipping/doc/index.rst View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
A modules/stock_package_shipping/doc/reference.rst View 1 2 3 4 5 6 7 1 chunk +32 lines, -0 lines 0 comments Download
A modules/stock_package_shipping/routes.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +104 lines, -0 lines 0 comments Download
M modules/stock_package_shipping/stock.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +41 lines, -0 lines 0 comments Download
M modules/stock_package_shipping/tests/test_module.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +57 lines, -1 line 0 comments Download
M modules/stock_package_shipping_dpd/stock.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +18 lines, -0 lines 0 comments Download
M modules/stock_package_shipping_ups/stock.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +18 lines, -0 lines 0 comments Download
M modules/stock_package_shipping_ups/view/ups_credential_form.xml View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M modules/stock_shipment_measurements/stock.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 38
ced
2 years, 8 months ago (2020-10-01 14:08:24 UTC) #1
reviewbot
flake8 OK URL: https://codereview.tryton.org/306561010
2 years, 8 months ago (2020-10-01 14:31:18 UTC) #2
ced
2 years, 7 months ago (2020-11-04 17:04:26 UTC) #3
reviewbot
flake8 OK URL: https://codereview.tryton.org/306561010
2 years, 7 months ago (2020-11-04 17:09:06 UTC) #4
ced
2 years, 7 months ago (2020-11-04 17:10:12 UTC) #5
reviewbot
flake8 OK URL: https://codereview.tryton.org/306561010
2 years, 7 months ago (2020-11-04 17:41:34 UTC) #6
ced
2 years, 6 months ago (2020-11-19 17:22:10 UTC) #7
reviewbot
flake8 OK URL: https://codereview.tryton.org/306561010
2 years, 6 months ago (2020-11-19 17:30:59 UTC) #8
ced
2 years, 6 months ago (2020-12-04 12:18:56 UTC) #9
reviewbot
flake8 OK URL: https://codereview.tryton.org/306561010
2 years, 6 months ago (2020-12-04 12:32:47 UTC) #10
ced
2 years, 3 months ago (2021-02-09 15:55:04 UTC) #11
reviewbot
patch is not applicable URL: https://codereview.tryton.org/306561010
2 years, 3 months ago (2021-02-09 16:12:29 UTC) #12
ced
2 years, 3 months ago (2021-02-09 17:07:03 UTC) #13
reviewbot
flake8 OK URL: https://codereview.tryton.org/306561010
2 years, 3 months ago (2021-02-09 17:35:03 UTC) #14
dave
https://codereview.tryton.org/306561010/diff/341321002/modules/stock/doc/design/index.rst File modules/stock/doc/design/index.rst (right): https://codereview.tryton.org/306561010/diff/341321002/modules/stock/doc/design/index.rst#newcode17 modules/stock/doc/design/index.rst:17: user_application This might need changing - see below? https://codereview.tryton.org/306561010/diff/341321002/modules/stock/doc/design/user_application.rst ...
2 years, 3 months ago (2021-02-10 19:14:49 UTC) #15
ced
https://codereview.tryton.org/306561010/diff/341321002/modules/stock/doc/design/index.rst File modules/stock/doc/design/index.rst (right): https://codereview.tryton.org/306561010/diff/341321002/modules/stock/doc/design/index.rst#newcode17 modules/stock/doc/design/index.rst:17: user_application On 2021/02/10 19:14:48, dave wrote: > This might ...
2 years, 3 months ago (2021-02-13 11:56:07 UTC) #16
ced
2 years, 3 months ago (2021-02-13 11:58:25 UTC) #17
reviewbot
flake8 OK URL: https://codereview.tryton.org/306561010
2 years, 3 months ago (2021-02-13 12:13:13 UTC) #18
ced
2 years, 2 months ago (2021-03-23 10:35:34 UTC) #19
reviewbot
https://codereview.tryton.org/306561010/diff/332341003/modules/stock_package_shipping_dpd/stock.py#newcode64 modules/stock_package_shipping_dpd/stock.py:64: redefinition of unused 'Package' from line 28 URL: https://codereview.tryton.org/306561010
2 years, 2 months ago (2021-03-23 10:38:14 UTC) #20
ced
2 years, 2 months ago (2021-03-23 10:58:42 UTC) #21
reviewbot
flake8 OK URL: https://codereview.tryton.org/306561010
2 years, 2 months ago (2021-03-23 11:05:07 UTC) #22
ced
2 years, 2 months ago (2021-03-31 09:41:17 UTC) #23
reviewbot
flake8 OK URL: https://codereview.tryton.org/306561010
2 years, 2 months ago (2021-03-31 09:43:48 UTC) #24
ced
1 year, 10 months ago (2021-08-03 16:41:32 UTC) #25
reviewbot
flake8 OK URL: https://codereview.tryton.org/306561010
1 year, 10 months ago (2021-08-03 16:58:33 UTC) #26
ced
1 year, 8 months ago (2021-10-07 11:48:46 UTC) #27
reviewbot
flake8 OK URL: https://codereview.tryton.org/306561010
1 year, 8 months ago (2021-10-07 12:03:24 UTC) #28
ced
1 year, 6 months ago (2021-12-06 15:50:42 UTC) #29
reviewbot
flake8 OK URL: https://codereview.tryton.org/306561010
1 year, 6 months ago (2021-12-06 16:03:28 UTC) #30
ced
1 year, 4 months ago (2022-01-20 14:11:33 UTC) #31
reviewbot
ERROR: /tmp/reviewbot-57d6z3tz/modules/stock_package/tests/__init__.py Imports are incorrectly sorted and/or formatted. ERROR: /tmp/reviewbot-57d6z3tz/modules/stock_package_shipping/tests/test_shipping.py Imports are incorrectly sorted and/or ...
1 year, 4 months ago (2022-01-20 14:25:42 UTC) #32
ced
1 year, 4 months ago (2022-01-20 14:53:07 UTC) #33
reviewbot
checks OK URL: https://codereview.tryton.org/306561010
1 year, 4 months ago (2022-01-20 15:21:01 UTC) #34
acaubet
https://codereview.tryton.org/306561010/diff/378141004/modules/stock_package/routes.py File modules/stock_package/routes.py (right): https://codereview.tryton.org/306561010/diff/378141004/modules/stock_package/routes.py#newcode55 modules/stock_package/routes.py:55: domain.append(('state', '=', 'picked')) picked state is already on the ...
10 months, 4 weeks ago (2022-07-11 14:32:14 UTC) #35
ced
https://codereview.tryton.org/306561010/diff/378141004/modules/stock_package/routes.py File modules/stock_package/routes.py (right): https://codereview.tryton.org/306561010/diff/378141004/modules/stock_package/routes.py#newcode55 modules/stock_package/routes.py:55: domain.append(('state', '=', 'picked')) On 2022/07/11 14:32:14, acaubet wrote: > ...
7 months, 4 weeks ago (2022-10-10 07:39:19 UTC) #36
ced
7 months, 4 weeks ago (2022-10-10 07:40:27 UTC) #37
reviewbot
7 months, 4 weeks ago (2022-10-10 08:13:08 UTC) #38
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld d9ca037-tainted