-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ADD] Window Isntaller: Adding the refered module
Summary: Implemented Chassis Installer app for managing window/chassis installation projects. Features/App: Project management: Conceptualization to execution CRM: Manage customer opportunities Quotation: Create and send detailed quotations Document management: Centralize project documents Inventory: Track materials and deliveries Project tracking: Monitor progress and resources Invoicing: Generate down payments and invoices Customer service: Handle queries via Helpdesk Resource management: Manage employees, equipment, and fleet task-4060439
- Loading branch information
Showing
59 changed files
with
1,831 additions
and
39 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 |
---|---|---|
@@ -0,0 +1,59 @@ | ||
{ | ||
'name': 'Window Installation', | ||
'version': '17.4', | ||
'category': 'Services', | ||
'description': """ | ||
This industry is ideal for window installation businesses proficient in managing projects from conception to completion, | ||
focusing on accurate quoting, efficient planning, seamless execution, and excellent customer service, ... | ||
""", | ||
'depends': [ | ||
'crm_enterprise', | ||
'documents', | ||
'helpdesk', | ||
'hr_fleet', | ||
'industry_fsm', | ||
'knowledge', | ||
'maintenance', | ||
'purchase_stock', | ||
'sale_crm', | ||
'sale_margin', | ||
'sale_project_forecast', | ||
'sign', | ||
'mrp', | ||
], | ||
'data': [ | ||
'data/documents_folder.xml', | ||
'data/stock_location.xml', | ||
'data/ir_attachment_pre.xml', | ||
'data/knowledge_cover.xml', | ||
'data/knowledge_article.xml', | ||
'data/knowledge_article_favorite.xml', | ||
'data/product_category.xml', | ||
'data/project_project.xml', | ||
'data/project_task_type.xml', | ||
'data/product_template.xml', | ||
'data/mail_message.xml', | ||
'data/product_attribute.xml', | ||
'data/product_attribute_value.xml', | ||
'data/product_template_attribute_line.xml', | ||
'data/product_template_attribute_value.xml', | ||
'data/product_product.xml', | ||
], | ||
'demo': [ | ||
'demo/account_analytic_account.xml', | ||
'demo/res_partner.xml', | ||
'demo/hr_employee.xml', | ||
'demo/crm_lead.xml', | ||
'demo/project_task_stage_personal.xml', | ||
'demo/planning_recurrency.xml', | ||
'demo/planning_slot.xml', | ||
'demo/purchase_order.xml', | ||
'demo/purchase_order_line.xml', | ||
'demo/sale_order.xml', | ||
'demo/sale_order_line.xml', | ||
'demo/product_supplierinfo.xml', | ||
'demo/project_task.xml', | ||
], | ||
'license': 'OPL-1', | ||
'images': ['images/main.png'], | ||
} |
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,19 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<odoo> | ||
<record id="documents_folder_9" model="documents.folder"> | ||
<field name="parent_folder_id" ref="documents_project.documents_project_folder"/> | ||
<field name="name">Internal</field> | ||
</record> | ||
<record id="documents_folder_11" model="documents.folder" forcecreate="1"> | ||
<field name="parent_folder_id" ref="documents_project.documents_project_folder"/> | ||
<field name="name">Project Template</field> | ||
</record> | ||
<record id="documents_folder_12" model="documents.folder" forcecreate="1"> | ||
<field name="parent_folder_id" ref="documents_project.documents_project_folder"/> | ||
<field name="name">S00001 - VDK Project</field> | ||
</record> | ||
<record id="documents_folder_17" model="documents.folder"> | ||
<field name="parent_folder_id" ref="documents_project.documents_project_folder"/> | ||
<field name="name">S00004 - Project Template</field> | ||
</record> | ||
</odoo> |
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,7 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<odoo noupdate="1"> | ||
<record id="ir_attachment_872" model="ir.attachment"> | ||
<field name="name">site.jpg</field> | ||
<field name="datas" type="base64" file="window_installer/static/src/binary/ir_attachment/site.jpg"/> | ||
</record> | ||
</odoo> |
Oops, something went wrong.