mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Initial commit of stock_delivery_route fro 11.0
This commit is contained in:
committed by
Connor Christian
parent
1054f20119
commit
6110452ef8
7
stock_delivery_route/models/partner.py
Normal file
7
stock_delivery_route/models/partner.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class Partner(models.Model):
|
||||
_inherit = 'res.partner'
|
||||
|
||||
delivery_route_ids = fields.Many2many('stock.warehouse.delivery.route', string="Delivery Routes")
|
||||
Reference in New Issue
Block a user