-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
8 changed files
with
503 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
from . import ( | ||
fsm_vehicle, | ||
fsm_order, | ||
stock_request, | ||
product_putaway, | ||
stock_picking, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Copyright (C) 2018 - TODAY, Brian McMaster | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Copyright (C) 2018 Brian McMaster | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
{ | ||
'name': 'Field Service Vehicles - Stock Request', | ||
'summary': 'Link Stock Requests with Field Service Vehicle Inventory', | ||
'version': '12.0.1.0.0', | ||
'category': 'Field Service', | ||
'author': "Open Source Integrators, " | ||
"Brian McMaster, " | ||
"Odoo Community Association (OCA)", | ||
'website': 'https://github.com/OCA/field-service', | ||
'depends': [ | ||
'fieldservice_vehicle_stock', | ||
'fieldservice_stock_request', | ||
'fieldservice_delivery', | ||
], | ||
'data': [ | ||
'views/fsm_order.xml', | ||
], | ||
'installable': True, | ||
'auto_install': True, | ||
'license': 'AGPL-3', | ||
'development_status': 'Beta', | ||
'maintainers': [ | ||
'wolfhall', | ||
'max3903', | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from . import stock_request |
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.