modified terp files

bzr revid: solanki.priyesh@gmail.com-20080929084056-35wl5hygi2b5ny30
This commit is contained in:
Priyesh 2008-09-29 14:10:56 +05:30
parent 5c02f5e44e
commit ce6f095b2d
9 changed files with 20 additions and 23 deletions

View File

@ -29,7 +29,7 @@
{
"name" : "Accounting and financial management",
"version" : "1.0",
"depends" : ["product", "base"],
"depends" : ["product", "base", "process"],
"author" : "Tiny",
"description": """Financial and accounting module that covers:
General accounting
@ -66,6 +66,8 @@
"project/project_report.xml",
"product_view.xml",
"account_assert_test.xml",
"process/invoice_process.xml"
"process/statement_process.xml"
],
"translations" : {
"fr": "i18n/french_fr.csv"

View File

@ -43,7 +43,7 @@ Lots of reporting on time and employee tracking are provided.
It is completly integrated with the cost accounting module. It allows you
to set up a management by affair.
""",
"depends" : ["account", "hr", "base", "hr_attendance"],
"depends" : ["account", "hr", "base", "hr_attendance", "process"],
"init_xml" : ["hr_timesheet_data.xml"],
"demo_xml" : ["hr_timesheet_demo.xml",],
"update_xml" : [
@ -51,6 +51,7 @@ to set up a management by affair.
"hr_timesheet_view.xml",
"hr_timesheet_report.xml",
"hr_timesheet_wizard.xml",
"process/hr_timesheet_process.xml"
],
"active": False,
"installable": True

View File

@ -51,13 +51,14 @@ The validation can be configured in te company:
* Period size (day, week, month, year)
* Maximal difference between timesheet and attendances
""",
"depends" : ["hr_timesheet", "hr_timesheet_invoice"],
"depends" : ["hr_timesheet", "hr_timesheet_invoice", "process"],
"init_xml" : [],
"demo_xml" : ["hr_timesheet_sheet_demo.xml",],
"update_xml" : [
"security/ir.model.access.csv",
"hr_timesheet_sheet_view.xml",
"hr_timesheet_workflow.xml"
"hr_timesheet_workflow.xml",
"process/hr_timesheet_sheet_process.xml"
],
"active": False,
"installable": True

View File

@ -32,7 +32,7 @@
"author" : "Tiny",
"website" : "http://tinyerp.com/module_mrp.html",
"category" : "Generic Modules/Production",
"depends" : ["stock", "hr", "purchase", "product"],
"depends" : ["stock", "hr", "purchase", "product", "process"],
"description": """
This is the base module to manage the manufacturing process in Tiny ERP.
@ -70,6 +70,7 @@
"mrp_wizard.xml",
"mrp_report.xml",
"company_view.xml",
"process/procurement_process.xml"
],
"active": False,
"installable": True

View File

@ -10,19 +10,7 @@ This module allows you to manage your process for the end-users.
""",
"depends" : ["base", "sale"],
"init_xml" : [],
# "demo_xml" : ['process_demo.xml'],
"demo_xml" : [
'../sale/process/sale_process.xml',
'../hr_timesheet_sheet/process/hr_timesheet_sheet_process.xml',
'../account/process/invoice_process.xml',
'../account/process/statement_process.xml',
'../project/process/task_process.xml',
'../hr_timesheet/process/hr_timesheet_process.xml',
'../purchase/process/purchase_process.xml',
'../product/process/product_process.xml',
'../mrp/process/procurement_process.xml',
]
"demo_xml" : ['process_demo.xml'],
"update_xml" : [
"security/ir.model.access.csv",
'process_view.xml',

View File

@ -31,7 +31,7 @@
"version" : "1.0",
"author" : "Tiny",
"category" : "Generic Modules/Inventory Control",
"depends" : ["base"],
"depends" : ["base", "process"],
"init_xml" : [],
"demo_xml" : ["product_demo.xml"],
"description": """
@ -57,7 +57,8 @@
"security/ir.model.access.csv",
"product_data.xml","product_report.xml",
"product_view.xml", "pricelist_view.xml",
"partner_view.xml", "product_wizard.xml"],
"partner_view.xml", "product_wizard.xml",
"process/product_process.xml"],
"active": False,
"installable": True
}

View File

@ -32,7 +32,7 @@
"author" : "Tiny",
"website" : "http://tinyerp.com/module_project.html",
"category" : "Generic Modules/Projects & Services",
"depends" : ["product", "account", "hr"],
"depends" : ["product", "account", "hr", "process"],
"description": "Project management module that track multi-level projects, tasks, works done on tasks, eso. It is able to render planning, order tasks, eso.",
"init_xml" : [],
"demo_xml" : ["project_demo.xml"],
@ -43,6 +43,7 @@
"project_wizard.xml",
"project_view.xml",
"project_report.xml",
"process/task_process.xml"
],
"active": False,
"installable": True

View File

@ -31,7 +31,7 @@
"version" : "1.0",
"author" : "Tiny",
"website" : "http://tinyerp.com/module_purchase.html",
"depends" : ["base", "account", "stock"],
"depends" : ["base", "account", "stock", "process"],
"category" : "Generic Modules/Sales & Purchases",
"init_xml" : [],
"demo_xml" : ["purchase_demo.xml",
@ -48,6 +48,7 @@
"purchase_wizard.xml",
"stock_view.xml",
"partner_view.xml"
"process/purchase_process.xml"
],
"active": False,
"installable": True

View File

@ -31,7 +31,7 @@
"version" : "1.0",
"author" : "Tiny",
"website" : "http://tinyerp.com/module_sale.html",
"depends" : ["product", "stock", "mrp"],
"depends" : ["product", "stock", "mrp", "process"],
"category" : "Generic Modules/Sales & Purchases",
"init_xml" : [],
"demo_xml" : ["sale_demo.xml"],
@ -62,6 +62,7 @@
"sale_report.xml",
"sale_wizard.xml",
"stock_view.xml",
"process/sale_process.xml"
],
"active": False,
"installable": True