Hudson

Results 18 issues of Hudson

Changes: 1. taxes_id -> tax_ids 2. product_packaging_id -> product_uom_id

Dependency PR for module stock_picking_line_sequence: https://github.com/OCA/stock-logistics-workflow/pull/2140

Changed 1 line in purchase_order model: raise ValidationError(_("Document's company and type's company mismatch")) into raise ValidationError(self.env._("Document's company and type's company mismatch")

Changed 1 line: _sql_constraints = [("tag_name_uniq", "unique (name)", "Tag name already exists !")] into models.Constraint("unique (name)", message="Tag name already exists !",)

Dependency PR for module purchase_order_type: OCA/purchase-workflow/pull/2856

Changes: 1. move_ids_without_package --> move_ids (in stock_picking model and stock_picking_views). 2. field[@name='name'] --> field[@name='state'] (in stock_picking_views).

Standard Migration

approved
ready to merge