Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
11
sale_manual_delivery/models/procurement_group.py
Executable file
11
sale_manual_delivery/models/procurement_group.py
Executable file
@@ -0,0 +1,11 @@
|
||||
# Copyright 2017 Denis Leemann, Camptocamp SA
|
||||
# Copyright 2021 Iván Todorovich, Camptocamp SA
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class ProcurementGroup(models.Model):
|
||||
_inherit = "procurement.group"
|
||||
|
||||
date_planned = fields.Date()
|
||||
Reference in New Issue
Block a user