mejora el stock picking batch de odoo desde OCA/stock_logistics_workflow
This commit is contained in:
parent
8a755662d7
commit
448f889f12
41 changed files with 6541 additions and 0 deletions
11
stock_picking_batch_extended/models/product_product.py
Normal file
11
stock_picking_batch_extended/models/product_product.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Copyright 2012-2014 Alexandre Fayolle, Camptocamp SA
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class Product(models.Model):
|
||||
_inherit = "product.product"
|
||||
# TODO: Integrate in existent field
|
||||
description_warehouse = fields.Text('Warehouse Description',
|
||||
translate=True)
|
||||
Loading…
Add table
Add a link
Reference in a new issue