odoo-module-migrator 16
This commit is contained in:
parent
3dffeeba00
commit
3d189d87a1
4 changed files with 8 additions and 9 deletions
|
@ -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.
|
||||
|
|
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue