[IMP] add bool is_created_by_warehouse on locations

This commit is contained in:
clementmbr
2024-05-27 20:40:51 -03:00
parent 5023839119
commit c7172a5c7f
8 changed files with 68 additions and 1 deletions

View File

@@ -7,4 +7,4 @@ from odoo import _, api, fields, models
class StockLocation(models.Model):
_inherit = "stock.location"
# TODO
is_created_by_warehouse = fields.Boolean()