[MIG+MOV] delivery_fedex_hibou: from Hibou Suite Enterprise for 13.0

This commit is contained in:
Jared Kipe
2020-07-03 16:56:53 -07:00
parent 7c6ddf7a08
commit 4f30d07e4c
7 changed files with 700 additions and 0 deletions

View 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')