[MOV] delivery_fedex_hibou: from hibou-suite-enterprise:11.0

This commit is contained in:
Jared Kipe
2020-10-29 12:40:01 -07:00
parent d7234aebe3
commit 0e5166965e
7 changed files with 626 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')