Commit Graph

1414 Commits

Author SHA1 Message Date
oca-travis
63b87c0ddd [UPD] Update stock_inventory_include_exhausted.pot 2021-01-08 15:41:39 +00:00
OCA-git-bot
47a25d4249 Merge PR #1049 into 14.0
Signed-off-by pedrobaeza
2021-01-08 15:36:21 +00:00
Sébastien BEAU
38f3b3cbaa [MIG] stock_packaging_calculator: Migration to 14.0 2021-01-06 15:03:10 +01:00
Sébastien BEAU
02ba4eebfe [IMP] stock_packaging_calculator: black, isort, prettier 2021-01-06 15:03:10 +01:00
OCA-git-bot
5c2e751416 stock_packaging_calculator 13.0.1.6.0 2021-01-06 15:03:05 +01:00
Simone Orsi
e713b1d805 packaging_calculator: allow custom value handler
Use _packaging_values_handler ctx key to pass your own handler
for specific on demand overrides.
2021-01-06 15:03:05 +01:00
Simone Orsi
5d0de4b143 packaging_calculator: fix sorting
Make sure unit is always the last element in the list.
2021-01-06 15:03:05 +01:00
Simone Orsi
50f2fd6880 stock_packaging_calculator 13.0.1.5.0 2021-01-06 15:03:05 +01:00
Akim Juillerat
bac56d52ae stock_packaging_calculator: Add hook on packaging values
Fix tests
2021-01-06 15:03:05 +01:00
Tonow-c2c
37d44c72e6 [IMP][stock_packaging_calculator] Add key is_unit for in the packaging calculator return 2021-01-06 15:03:05 +01:00
OCA-git-bot
06aa718841 stock_packaging_calculator 13.0.1.4.0 2021-01-06 15:03:05 +01:00
Simone Orsi
181228f877 Re-license stock_packaging_calculator w/ LGPL 2021-01-06 15:03:05 +01:00
OCA-git-bot
9a4b3a6c46 stock_packaging_calculator 13.0.1.3.0 2021-01-06 15:03:05 +01:00
Simone Orsi
311c50025a stock_packaging_calculator: add support for custom packaging name 2021-01-06 15:03:05 +01:00
Simone Orsi
423cd926c6 stock_packaging_calculator: add support for packaging filter 2021-01-06 15:03:05 +01:00
OCA-git-bot
e77326a25c stock_packaging_calculator 13.0.1.2.0 2021-01-06 15:03:05 +01:00
oca-travis
860555f498 [UPD] Update stock_packaging_calculator.pot 2021-01-06 15:03:05 +01:00
Simone Orsi
35d3eb7cc2 stock_packaging_calculator: make contained mapping computed
Allows to reuse the mapping every time is needed.
2021-01-06 15:03:05 +01:00
OCA-git-bot
a9beb26ed9 stock_packaging_calculator 13.0.1.1.0 2021-01-06 15:03:05 +01:00
OCA-git-bot
60ba21960f [UPD] README.rst 2021-01-06 15:03:05 +01:00
Simone Orsi
49d45b461c stock_packaging_calculator: add contained packaging compute
Optionally include contained packaging qty.
2021-01-06 15:03:05 +01:00
OCA-git-bot
0b76b06a0f [ADD] icon.png 2021-01-06 15:03:05 +01:00
OCA-git-bot
03a1d8ffc4 [UPD] README.rst 2021-01-06 15:03:05 +01:00
Simone Orsi
3de5642d78 stock_packaging_calculator: return dict instead of tuple
Allows to ship more information with each element in the list.
2021-01-06 15:03:05 +01:00
oca-travis
d411a3ac09 [UPD] Update stock_packaging_calculator.pot 2021-01-06 15:03:05 +01:00
Simone Orsi
b8ef0cbc75 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.
2021-01-06 15:03:05 +01:00
Simone Orsi
0655a516e2 Add stock_packaging_calculator 2021-01-06 15:03:05 +01:00
Sébastien BEAU
7ba6542702 [MIG] stock_inventory_include_exhausted: Migration to 14.0 2021-01-06 15:01:38 +01:00
Sébastien BEAU
345918c071 [IMP] stock_inventory_include_exhausted: black, isort, prettier 2021-01-06 15:01:38 +01:00
OCA Transbot
c59d571e5c 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_inventory_include_exhausted
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_inventory_include_exhausted/
2021-01-06 15:01:33 +01:00
OCA-git-bot
958a791f83 stock_inventory_include_exhausted 13.0.1.0.1 2021-01-06 15:01:33 +01:00
OCA-git-bot
ca825f65a3 [UPD] README.rst 2021-01-06 15:01:33 +01:00
oca-travis
b0383627f7 [UPD] Update stock_inventory_include_exhausted.pot 2021-01-06 15:01:33 +01:00
Carlos Roca
ac62917d30 [ADD] stock_inventory_include_exhausted: New module to create inventory lines including exhausted products 2021-01-06 15:01:33 +01:00
Sébastien BEAU
8bba33a675 [MIG] stock_move_common_dest: Migration to 14.0 2021-01-06 14:39:06 +01:00
Sébastien BEAU
68f11ffcf9 [IMP] stock_move_common_dest: black, isort, prettier 2021-01-06 14:39:06 +01:00
OCA-git-bot
9761ace6c4 stock_move_common_dest 13.0.1.1.0 2021-01-06 14:39:01 +01:00
Guewen Baconnier
b737eb6868 Fix warning in stock_move_common_dest
In this module: https://github.com/OCA/stock-logistics-warehouse/pull/808
A computed field uses "common_dest_move_ids" as dependency:

    @api.depends(
        "picking_type_id.display_completion_info",
        "move_lines.common_dest_move_ids.state",
    )
    def _compute_completion_info(self):

Which has the following effect when the ORM triggers changes:

odoo.osv.expression: Non-stored field stock.move.common_dest_move_ids cannot be searched.

Implement a search method to prevent this.
2021-01-06 14:39:01 +01:00
OCA-git-bot
efb5d1d006 [ADD] icon.png 2021-01-06 14:39:01 +01:00
oca-travis
b7ea88fe86 [UPD] Update stock_move_common_dest.pot 2021-01-06 14:39:01 +01:00
Akim Juillerat
08ecdf0165 Add module stock_move_common_dest 2021-01-06 14:39:01 +01:00
OCA Transbot
b5b89d5072 [UPD] Update translation files
OCA Transbot updated translations from Transifex
2020-12-28 16:52:35 -03:00
Sergio Teruel
86ca74629e [MIG] stock_inventory_preparation_filter: Migration to v13.0 2020-12-28 16:49:36 -03:00
Sergio Teruel
29a598a5db [IMP] stock_inventory_preparation_filter: black, isort 2020-12-28 16:49:36 -03:00
OCA-git-bot
c25ab2d58f stock_inventory_preparation_filter 12.0.1.1.0 2020-12-28 16:49:36 -03:00
Iván Todorovich
c6ddad4872 [IMP] Add domain filter 2020-12-28 16:49:36 -03:00
xavierpiernas
e013825249 [MIG] stock_inventory_preparation_filter: Migration to 12.0 2020-12-28 16:49:36 -03:00
xavierjimenez
81e28432a4 [MIG][11.0] stock_inventory_preparation_filter 2020-12-28 16:47:40 -03:00
David
5774e76262 [MIG] stock_inventory_preparation_filter: Migration to 10.0 2020-12-28 16:46:16 -03:00
Jos De Graeve
c001b6babf FIX stock_inventory_preparation_filter search EAN13 for scanned products
When using the feature 'allows to make an inventory based on scanned
products', users might expect they can use the EAN13 barcode for
scanning their products.
2020-12-28 16:46:16 -03:00