Big MESS (UNCOMMIT PLEASE)

bzr revid: jean-baptiste.aubort@camptocamp.com-20080829135327-ni4y8r8j2kjiqsiw
This commit is contained in:
Jean-Baptiste Aubort 2008-08-29 15:53:27 +02:00
parent f71b47b4a8
commit 21037c3be3
15 changed files with 39 additions and 11 deletions

View File

@ -38,7 +38,9 @@
],
"demo_xml" : [
],
"update_xml" : ["model_wizard.xml","account_analytic_plans_view.xml",
"update_xml" : [
"ir.model.access.csv",
"model_wizard.xml","account_analytic_plans_view.xml",
"account_analytic_plans_report.xml"],
"active": False,

View File

@ -22,7 +22,9 @@
"depends" : ["account"],
"init_xml" : [],
"demo_xml" : [],
"update_xml" : ["crossovered_budget_view.xml","crossovered_budget_report.xml","crossovered_budget_workflow.xml"],
"update_xml" : [
"ir.model.access.csv",
"crossovered_budget_view.xml","crossovered_budget_report.xml","crossovered_budget_workflow.xml"],
"active": False,
"installable": True
}

View File

@ -20,6 +20,8 @@
"init_xml" : [],
"demo_xml" : [],
"update_xml" : [
"ir.model.access.csv",
"account_invoice_layout_view.xml",
"account_invoice_layout_report.xml",
],

View File

@ -9,6 +9,8 @@
"init_xml" : [ ],
"demo_xml" : [ ],
"update_xml" : [
"ir.model.access.csv",
"account_view.xml",
"account_report.xml",
"account_data.xml",

View File

@ -3,7 +3,9 @@
"name" : "Auction module",
"version" : "1.0",
"depends" : ["base","account","l10n_be","hr"],
"update_xml" : ["auction_view.xml", "auction_report.xml", "auction_wizard.xml"],
"update_xml" : [
"ir.model.access.csv",
"auction_view.xml", "auction_report.xml", "auction_wizard.xml"],
"demo_xml" : [
"auction_demo.xml"
],

View File

@ -22,7 +22,9 @@
"depends" : ["base"],
"init_xml" : [],
"demo_xml" : [],
"update_xml" : ['base_contact_view.xml'],
"update_xml" : [
"ir.model.access.csv",
'base_contact_view.xml'],
"active": False,
"installable": True
}

View File

@ -27,7 +27,9 @@ How to use it:
"depends" : ["base"],
"init_xml" : [ ],
"demo_xml" : [ ],
"update_xml" : [ "base_module_record_wizard.xml" ],
"update_xml" : [
"ir.model.access.csv",
"base_module_record_wizard.xml" ],
"installable": True
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -26,6 +26,8 @@
"crm_opportunity_data.xml"
],
"update_xml" : [
"ir.model.access.csv",
"crm_bugs_demo.xml",
"crm_jobs_demo.xml",
"crm_lead_demo.xml",

View File

@ -24,6 +24,8 @@
"demo_xml" : ["event_demo.xml"],
"init_xml" : ["event_data.xml"],
"update_xml" : [
"ir.model.access.csv",
"event_wizard.xml","event_view.xml","event_sequence.xml"
],
"active" : False,

View File

@ -35,9 +35,9 @@
<record id="employee1" model="hr.employee">
<field name="name">Fabien Pinckaers</field>
<field name="regime">45</field>
<!--<field name="regime">45</field>-->
<field model="res.users" name="user_id" search="[('login','=','root')]"/>
<field name="holiday_max">25</field>
<!--<field name="holiday_max">25</field>-->
</record>
<record model="hr.timesheet">

View File

@ -27,7 +27,9 @@
"depends" : ["hr","crm_configuration"],
"init_xml" : [],
"demo_xml" : ["hr_bel_holidays_2008.xml",],
"update_xml" : ["hr_workflow.xml","hr_view.xml","hr_holidays_report.xml","hr_holidays_wizard.xml",],
"update_xml" : [
"ir.model.access.csv",
"hr_workflow.xml","hr_view.xml","hr_holidays_report.xml","hr_holidays_wizard.xml",],
"active": False,
"installable": True
}

View File

@ -9,7 +9,9 @@
"depends" : ['base'],
"init_xml" : [ ],
"demo_xml" : [ ],
"update_xml" : ['idea_view.xml', 'idea_workflow.xml'],
"update_xml" : [
"ir.model.access.csv",
'idea_view.xml', 'idea_workflow.xml'],
"installable": True
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -15,6 +15,8 @@
"membership_data.xml",
],
"update_xml" : [
"ir.model.access.csv",
"membership_view.xml","membership_wizard.xml"
],
"active" : False,

View File

@ -18,7 +18,9 @@ Main features :
"depends": ["sale", "purchase", "account", "account_tax_include"],
"init_xml": [],
"demo_xml": [],
"update_xml": ["pos_report.xml", "pos_wizard.xml", "pos_view.xml", "pos_sequence.xml", "pos_data.xml", "pos_workflow.xml"],
"update_xml": [
"ir.model.access.csv",
"pos_report.xml", "pos_wizard.xml", "pos_view.xml", "pos_sequence.xml", "pos_data.xml", "pos_workflow.xml"],
"installable": True,
}

View File

@ -8,7 +8,9 @@
"description": "",
"init_xml" : [],
"demo_xml" : ["project_gtd_demo.xml"],
"update_xml": ["project_gtd_view.xml","project_gtd_wizard.xml"],
"update_xml": [
"ir.model.access.csv",
"project_gtd_view.xml","project_gtd_wizard.xml"],
"active": False,
"installable": True
}