15 Commits

Author SHA1 Message Date
OCA-git-bot
ff231dee0c [BOT] post-merge updates 2023-11-03 17:32:20 +00:00
Pierre Verkest
25b1669289 FIX stock_move_common_dest: calling _compute_common_dest_move_ids on new record 2023-09-12 15:16:22 +02:00
OCA-git-bot
22ba45483e [UPD] README.rst 2023-09-03 17:18:16 +00:00
mymage
5d3d3c33d3 Translated using Weblate (Italian)
Currently translated at 100.0% (7 of 7 strings)

Translation: stock-logistics-warehouse-14.0/stock-logistics-warehouse-14.0-stock_move_common_dest
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_move_common_dest/it/
2022-10-24 12:43:41 +00:00
mymage
292f65ca28 Added translation using Weblate (Italian) 2022-10-24 10:48:33 +00:00
OCA-git-bot
864bc13011 [UPD] README.rst 2021-04-19 13:32:20 +00:00
oca-travis
ba57eb0daa [UPD] Update stock_move_common_dest.pot 2021-04-19 13:03:33 +00:00
hparfr
dfcb26f7e1 stock_move_common_dest: !fixup flush before SELECT 2021-04-13 23:02:00 +02:00
hparfr
3e8d3230b0 stock_move_common_dest: !fixup use FALSE_DOMAIN 2021-03-05 17:31:36 +01:00
Sébastien BEAU
8bba33a675 [MIG] stock_move_common_dest: Migration to 14.0 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