Commit Graph

5 Commits

Author SHA1 Message Date
OCA-git-bot
7b419fc6fa stock_move_common_dest 13.0.1.1.0 2020-07-17 07:25:54 +00:00
Guewen Baconnier
72ca2c486e 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.
2020-05-06 12:22:36 +02:00
OCA-git-bot
423a4e38fc [ADD] icon.png 2020-04-07 15:00:28 +00:00
oca-travis
205cf421b5 [UPD] Update stock_move_common_dest.pot 2020-04-07 14:11:14 +00:00
Akim Juillerat
09ce022708 Add module stock_move_common_dest 2020-04-07 13:22:04 +02:00