odoo-module-migrator 16

This commit is contained in:
santi 2024-08-28 18:11:36 +00:00
parent 3dffeeba00
commit 3d189d87a1
4 changed files with 8 additions and 9 deletions

View file

@ -2,7 +2,7 @@
'name': 'Product Create Stock Picking',
'category': 'Warehouse',
'summary': 'Add an action to create a stock picking from a selection of products.',
'version': '12.0.0.0.1',
'version': "16.0.1.0.0",
'description': """
Add an action to create a stock picking from a selection of products.

View file

@ -11,7 +11,6 @@ from odoo import tools, models, fields, api, _
class ProductTemplate(models.Model):
_inherit = "product.template"
@api.multi
def create_stock_picking(self):
picking_vals = self.env['stock.picking'].default_get(self.env['stock.picking']._fields.keys())
picking_vals.update({