odoo-module-migrator 16
This commit is contained in:
parent
3dffeeba00
commit
3d189d87a1
4 changed files with 8 additions and 9 deletions
|
@ -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