mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG+MOV] delivery_fedex_hibou: from Hibou Suite Enterprise for 13.0
This commit is contained in:
8
delivery_fedex_hibou/models/stock.py
Normal file
8
delivery_fedex_hibou/models/stock.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from odoo import api, fields, models
|
||||
|
||||
|
||||
class StockWarehouse(models.Model):
|
||||
_inherit = 'stock.warehouse'
|
||||
|
||||
fedex_account_number = fields.Char(string='FedEx Account Number')
|
||||
fedex_meter_number = fields.Char(string='FedEx Meter Number')
|
||||
Reference in New Issue
Block a user