[ADD] bew module stock_location_simple

This commit is contained in:
clementmbr
2024-05-27 18:21:11 -03:00
parent b252bdff34
commit 5023839119
5 changed files with 115 additions and 0 deletions

View File

@@ -0,0 +1 @@
from . import stock_location

View File

@@ -0,0 +1,10 @@
# Copyright 2024 Akretion
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo import _, api, fields, models
class StockLocation(models.Model):
_inherit = "stock.location"
# TODO