Commit Graph

895 Commits

Author SHA1 Message Date
OCA-git-bot
696bbc3fc8 stock_location_tray 13.0.1.0.1 2020-07-02 08:41:31 +00:00
OCA-git-bot
c2cfc6dcf7 Merge PR #909 into 13.0
Signed-off-by rousseldenis
2020-07-02 08:17:21 +00:00
OCA-git-bot
741d03b41a stock_packaging_calculator 13.0.1.3.0 2020-07-01 06:51:32 +00:00
OCA-git-bot
bf91480286 Merge PR #931 into 13.0
Signed-off-by simahawk
2020-07-01 06:31:24 +00:00
Simone Orsi
77107d519a stock_packaging_calculator: add support for custom packaging name 2020-06-30 14:29:58 +02:00
Simone Orsi
7cb7e9dcb4 stock_packaging_calculator: add support for packaging filter 2020-06-30 14:20:33 +02:00
OCA-git-bot
2ede68a339 stock_request 13.0.1.3.0 2020-06-29 14:43:00 +00:00
OCA-git-bot
261f9a8a38 Merge PR #930 into 13.0
Signed-off-by LoisRForgeFlow
2020-06-29 14:22:15 +00:00
Lois Rilo
a35ede9fa5 [13.0][FIX] stock_request: wrong module category reference 2020-06-29 11:25:29 +02:00
OCA-git-bot
cf4eca729b stock_warehouse_calendar 13.0.1.0.1 2020-06-24 20:06:12 +00:00
OCA-git-bot
da8924b844 Merge PR #928 into 13.0
Signed-off-by JordiBForgeFlow
2020-06-24 19:43:24 +00:00
Lois Rilo
1794390e57 [IMP] stock_warehouse_calendar: robustness
when delta argument is a float `plan_days` method can return
unexpected False result. This can lead to silent errors.
Therefore we ensure that delta is a integer in the helper.
2020-06-23 14:19:22 +02:00
OCA-git-bot
2a6ef1a26d stock_move_auto_assign 13.0.1.0.1 2020-06-23 09:05:56 +00:00
OCA-git-bot
c7194be58c [ADD] setup.py 2020-06-23 09:05:56 +00:00
OCA-git-bot
724d600be7 [ADD] icon.png 2020-06-23 09:05:56 +00:00
OCA-git-bot
35cf7c0d53 [UPD] README.rst 2020-06-23 09:05:55 +00:00
oca-travis
0e8623dcde [UPD] Update stock_move_auto_assign.pot 2020-06-23 08:15:56 +00:00
OCA-git-bot
bb2efd44f4 Merge PR #923 into 13.0
Signed-off-by guewen
2020-06-23 08:01:57 +00:00
OCA-git-bot
7c36cd6718 stock_packaging_calculator 13.0.1.2.0 2020-06-22 13:05:22 +00:00
Guewen Baconnier
d3b1dbdd05 Add stock_move_auto_assign
Automatically check availability of stock moves when a move is set to "done".

It uses queue jobs to verify the availability in order to have a minimal impact
on the user operations.

The conditions to trigger the check are:

* A move is marked as done
* The destination locations of the move lines are internal
* The move doesn't have successors in a chain of moves

At this point, jobs are generated:

* One job per product
* Any move waiting for stock in a parent (or same) location of the internal
  destination locations from the done move has its availability checked

Only one job is generated for an identical set of (product, locations).
2020-06-22 14:57:08 +02:00
oca-travis
b06e314e2d [UPD] Update stock_packaging_calculator.pot 2020-06-22 12:42:15 +00:00
OCA-git-bot
3071ec0e7e Merge PR #918 into 13.0
Signed-off-by simahawk
2020-06-22 12:30:16 +00:00
OCA-git-bot
6e00f29d20 stock_move_location 13.0.1.0.3 2020-06-16 10:30:56 +00:00
OCA-git-bot
64a1f92c10 Merge PR #922 into 13.0
Signed-off-by pedrobaeza
2020-06-16 10:05:31 +00:00
Sergio Teruel
dea0f15895 [IMP] stock_move_location: Allow to select any location. 2020-06-11 09:25:14 +02:00
Simone Orsi
7ba93db768 stock_packaging_calculator: make contained mapping computed
Allows to reuse the mapping every time is needed.
2020-06-09 13:15:00 +02:00
OCA-git-bot
a6d061d236 stock_packaging_calculator 13.0.1.1.0 2020-06-09 08:09:47 +00:00
OCA-git-bot
bae259af56 [UPD] README.rst 2020-06-09 08:09:46 +00:00
OCA-git-bot
080f75e00d Merge PR #916 into 13.0
Signed-off-by simahawk
2020-06-09 07:48:01 +00:00
Simone Orsi
e3a1d8910d stock_packaging_calculator: add contained packaging compute
Optionally include contained packaging qty.
2020-06-08 12:04:07 +02:00
OCA Transbot
3f49756f4f Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: stock-logistics-warehouse-13.0/stock-logistics-warehouse-13.0-stock_cycle_count
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_cycle_count/
2020-06-08 08:26:21 +00:00
OCA-git-bot
eebda40802 [ADD] setup.py 2020-06-08 08:25:58 +00:00
OCA-git-bot
a190e9d017 [ADD] icon.png 2020-06-08 08:25:58 +00:00
OCA-git-bot
d64b7fcd49 [UPD] README.rst 2020-06-08 08:25:57 +00:00
Simone Orsi
cad2ae29f5 stock_packaging_calculator: return dict instead of tuple
Allows to ship more information with each element in the list.
2020-06-08 10:18:02 +02:00
oca-travis
6d51220b4b [UPD] Update stock_packaging_calculator.pot 2020-06-08 08:00:41 +00:00
Simone Orsi
cf9bc42bd9 stock_packaging_calculator: make product uom the minimal unit
Customizing the minimal unit was not needed at all.
This way we always assume the precision is the on of the UoM.
2020-06-08 09:56:12 +02:00
OCA-git-bot
0820d044fd Merge PR #911 into 13.0
Signed-off-by simahawk
2020-06-08 07:48:38 +00:00
OCA-git-bot
b5c4df7820 stock_cycle_count 13.0.1.0.1 2020-06-03 08:27:02 +00:00
OCA-git-bot
2881dc63e0 [ADD] setup.py 2020-06-03 08:27:02 +00:00
OCA-git-bot
58588c4430 [UPD] README.rst 2020-06-03 08:27:02 +00:00
oca-travis
35b2ee46cc [UPD] Update stock_cycle_count.pot 2020-06-03 08:01:23 +00:00
OCA-git-bot
6f0da1b354 Merge PR #844 into 13.0
Signed-off-by LoisRForgeFlow
2020-06-03 07:49:18 +00:00
jim.hoefnagels
414c3bc89a [MIG] stock_cycle_count: Migration to 13.0 2020-06-02 13:04:23 +02:00
jim.hoefnagels
186249ba66 [IMP] stock_cycle_count: black, isort 2020-06-02 13:03:33 +02:00
Sergio Teruel
f25fe9152e [IMP] stock_cycle_count: Create test user without password to pass tests with other modules like password_policy 2020-06-02 13:03:33 +02:00
黎伟杰
1e51051b7a Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (127 of 127 strings)

Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_cycle_count
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_cycle_count/zh_CN/
2020-06-02 13:03:33 +02:00
黎伟杰
f24bf12a67 Translated using Weblate (Chinese (Simplified))
Currently translated at 40.2% (51 of 127 strings)

Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_cycle_count
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_cycle_count/zh_CN/
2020-06-02 13:03:33 +02:00
OCA-git-bot
8727672e72 [UPD] README.rst 2020-06-02 13:03:33 +02:00
OCA Transbot
88a806ad50 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_cycle_count
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_cycle_count/
2020-06-02 13:03:33 +02:00