-
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.
- Loading branch information
1 parent
81b3fd5
commit 3192165
Showing
77 changed files
with
1,603 additions
and
1,813 deletions.
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
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
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
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 |
---|---|---|
@@ -1,67 +1,59 @@ | ||
# Copyright (C) 2018 - TODAY, Open Source Integrators | ||
# Copyright (C) 2020 Open Source Integrators | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
{ | ||
'name': 'Field Service', | ||
'summary': 'Manage Field Service Locations, Workers and Orders', | ||
'version': '12.0.2.3.3', | ||
'category': 'Field Service', | ||
'author': 'Open Source Integrators, Odoo Community Association (OCA)', | ||
'website': 'https://github.com/OCA/field-service', | ||
'depends': [ | ||
'base_geolocalize', | ||
'mail', | ||
'web_timeline', | ||
'resource', | ||
'contacts', | ||
'partner_fax' | ||
"name": "Field Service", | ||
"summary": "Manage Field Service Locations, Workers and Orders", | ||
"version": "13.0.1.0.0", | ||
"category": "Field Service", | ||
"author": "Open Source Integrators, Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/field-service", | ||
"depends": [ | ||
"base_territory", | ||
"base_geolocalize", | ||
"web_timeline", | ||
"resource", | ||
"contacts", | ||
"partner_fax", | ||
], | ||
'data': [ | ||
'data/ir_sequence.xml', | ||
'data/mail_message_subtype.xml', | ||
'data/module_category.xml', | ||
'data/fsm_stage.xml', | ||
'data/fsm_team.xml', | ||
'security/res_groups.xml', | ||
'security/ir.model.access.csv', | ||
'security/ir_rule.xml', | ||
'report/fsm_order_report_template.xml', | ||
'views/res_config_settings.xml', | ||
'views/fsm_territory.xml', | ||
'views/fsm_branch.xml', | ||
'views/fsm_district.xml', | ||
'views/fsm_region.xml', | ||
'views/fsm_stage.xml', | ||
'views/fsm_tag.xml', | ||
'views/res_partner.xml', | ||
'views/fsm_location.xml', | ||
'views/fsm_location_person.xml', | ||
'views/fsm_person.xml', | ||
'views/fsm_order.xml', | ||
'views/fsm_order_type.xml', | ||
'views/fsm_route.xml', | ||
'views/fsm_schedule.xml', | ||
'views/fsm_category.xml', | ||
'views/fsm_equipment.xml', | ||
'views/fsm_template.xml', | ||
'views/fsm_team.xml', | ||
'views/menu.xml', | ||
'wizard/fsm_wizard.xml', | ||
"data": [ | ||
"data/ir_sequence.xml", | ||
"data/mail_message_subtype.xml", | ||
"data/module_category.xml", | ||
"data/fsm_stage.xml", | ||
"data/fsm_team.xml", | ||
"security/res_groups.xml", | ||
"security/ir.model.access.csv", | ||
"security/ir_rule.xml", | ||
"report/fsm_order_report_template.xml", | ||
"views/res_config_settings.xml", | ||
"views/res_territory.xml", | ||
"views/fsm_stage.xml", | ||
"views/fsm_tag.xml", | ||
"views/res_partner.xml", | ||
"views/fsm_location.xml", | ||
"views/fsm_location_person.xml", | ||
"views/fsm_person.xml", | ||
"views/fsm_order.xml", | ||
"views/fsm_order_type.xml", | ||
"views/fsm_schedule.xml", | ||
"views/fsm_category.xml", | ||
"views/fsm_equipment.xml", | ||
"views/fsm_template.xml", | ||
"views/fsm_team.xml", | ||
"views/fsm_order_type.xml", | ||
"views/menu.xml", | ||
"wizard/fsm_wizard.xml", | ||
], | ||
'demo': [ | ||
'demo/fsm_demo.xml', | ||
'demo/fsm_equipment.xml', | ||
'demo/fsm_location.xml', | ||
'demo/fsm_person.xml', | ||
], | ||
'qweb': [ | ||
'static/src/xml/*.xml', | ||
], | ||
'application': True, | ||
'license': 'AGPL-3', | ||
'development_status': 'Beta', | ||
'maintainers': [ | ||
'wolfhall', | ||
'max3903', | ||
"demo": [ | ||
"demo/fsm_demo.xml", | ||
"demo/fsm_equipment.xml", | ||
"demo/fsm_location.xml", | ||
"demo/fsm_person.xml", | ||
], | ||
"qweb": ["static/src/xml/*.xml"], | ||
"application": 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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<odoo noupdate="1"> | ||
|
||
<record id="fsm_team_default" model="fsm.team"> | ||
|
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
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
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<odoo> | ||
|
||
<record id="fsm" model="ir.module.category"> | ||
|
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
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
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
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
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
Oops, something went wrong.