[MERGE] trunk-improve_config_wizards-rco (use full page for config wizards)

bzr revid: rco@openerp.com-20120706145608-rxdarbopirltc9gm
This commit is contained in:
Raphael Collet 2012-07-06 16:56:08 +02:00
commit e70648a123
8 changed files with 136 additions and 153 deletions

View File

@ -21,7 +21,7 @@
or or
<button string="Cancel" type="object" name="cancel" class="oe_link"/> <button string="Cancel" type="object" name="cancel" class="oe_link"/>
</header> </header>
<sheet>
<field name="has_default_company" invisible="1" /> <field name="has_default_company" invisible="1" />
<field name="has_chart_of_accounts" invisible="1"/> <field name="has_chart_of_accounts" invisible="1"/>
<field name="complete_tax_set" invisible="1"/> <field name="complete_tax_set" invisible="1"/>
@ -134,7 +134,6 @@
<group name="analytic_accounting" invisible="1" string="Analytic Accounting"/> <group name="analytic_accounting" invisible="1" string="Analytic Accounting"/>
</group> </group>
</sheet>
</form> </form>
</field> </field>
</record> </record>

View File

@ -12,29 +12,27 @@
or or
<button string="Cancel" type="object" name="cancel" class="oe_link"/> <button string="Cancel" type="object" name="cancel" class="oe_link"/>
</header> </header>
<sheet> <group string="Company Settings">
<group string="Company Settings"> <group>
<group> <field name="module_multi_company"/>
<field name="module_multi_company"/>
</group>
<group>
<div>
You will also find several configuration options on your company data:
address for the header and footer, overdue payments texts, etc.
</div>
<button type="object" name="open_company" string="Configure Your Company Data" icon="gtk-execute"/>
</group>
</group> </group>
<group string="External Accesses"> <group>
<field name="module_share"/> <div>
<field name="module_portal"/> You will also find several configuration options on your company data:
address for the header and footer, overdue payments texts, etc.
</div>
<button type="object" name="open_company" string="Configure Your Company Data" icon="gtk-execute"/>
</group> </group>
<group string="Others"> </group>
<label for="id" string="Outgoing Mail Servers"/> <group string="External Accesses">
<button type="action" name="%(base.action_ir_mail_server_list)d" <field name="module_share"/>
string="Configure" icon="gtk-execute"/> <field name="module_portal"/>
</group> </group>
</sheet> <group string="Others">
<label for="id" string="Outgoing Mail Servers"/>
<button type="action" name="%(base.action_ir_mail_server_list)d"
string="Configure" icon="gtk-execute"/>
</group>
</form> </form>
</field> </field>
</record> </record>
@ -60,15 +58,13 @@
or or
<button string="Cancel" type="object" name="cancel" class="oe_link"/> <button string="Cancel" type="object" name="cancel" class="oe_link"/>
</header> </header>
<sheet> <field name="module_crm" invisible="1"/>
<field name="module_crm" invisible="1"/> <group name="config_sale"/>
<group name="config_sale"/> <group name="config_fetchmail" string="Emails" attrs="{'invisible': [('module_crm','=',False)]}">
<group name="config_fetchmail" string="Emails" attrs="{'invisible': [('module_crm','=',False)]}"> <field name="module_plugin_thunderbird"/>
<field name="module_plugin_thunderbird"/> <field name="module_plugin_outlook"/>
<field name="module_plugin_outlook"/> </group>
</group> <group name="config_crm"/>
<group name="config_crm"/>
</sheet>
</form> </form>
</field> </field>
</record> </record>

View File

@ -20,34 +20,32 @@
or or
<button string="Cancel" type="object" name="cancel" class="oe_link"/> <button string="Cancel" type="object" name="cancel" class="oe_link"/>
</header> </header>
<sheet> <group string="Additional Features">
<group string="Additional Features"> <group>
<group> <field name="module_hr_expense"/>
<field name="module_hr_expense"/> <field name="module_hr_evaluation"/>
<field name="module_hr_evaluation"/> <field name="module_hr_holidays"/>
<field name="module_hr_holidays"/>
</group>
<group>
<field name="module_hr_recruitment"/>
<field name="module_hr_contract"/>
<label for="module_hr_payroll"/>
<div>
<field name="module_hr_payroll"/>
<button name="%(open_payroll_modules)d" type="action"
string="Install Country-Specific Payroll" icon="gtk-go-forward"
attrs="{'invisible': [('module_hr_payroll','=',False)]}"/>
</div>
</group>
</group> </group>
<group> <group>
<group string="Timesheets"> <field name="module_hr_recruitment"/>
<field name="module_hr_attendance" on_change="onchange_hr_attendance(module_hr_attendance)"/> <field name="module_hr_contract"/>
<field name="module_hr_timesheet" on_change="onchange_hr_timesheet(module_hr_timesheet)"/> <label for="module_hr_payroll"/>
<field name="module_hr_timesheet_sheet"/> <div>
</group> <field name="module_hr_payroll"/>
<group name="config_recruitment"/> <button name="%(open_payroll_modules)d" type="action"
string="Install Country-Specific Payroll" icon="gtk-go-forward"
attrs="{'invisible': [('module_hr_payroll','=',False)]}"/>
</div>
</group> </group>
</sheet> </group>
<group>
<group string="Timesheets">
<field name="module_hr_attendance" on_change="onchange_hr_attendance(module_hr_attendance)"/>
<field name="module_hr_timesheet" on_change="onchange_hr_timesheet(module_hr_timesheet)"/>
<field name="module_hr_timesheet_sheet"/>
</group>
<group name="config_recruitment"/>
</group>
</form> </form>
</field> </field>
</record> </record>

View File

@ -13,19 +13,17 @@
<button string="Cancel" type="object" name="cancel" class="oe_link"/> <button string="Cancel" type="object" name="cancel" class="oe_link"/>
</header> </header>
<sheet> <group>
<group> <group string="Wiki">
<group string="Wiki"> <field name="module_wiki_faq"/>
<field name="module_wiki_faq"/> <field name="module_wiki_quality_manual"/>
<field name="module_wiki_quality_manual"/>
</group>
<group string="Documents">
<field name="module_document"/>
<field name="module_document_ftp"/>
<field name="module_document_webdav"/>
</group>
</group> </group>
</sheet> <group string="Documents">
<field name="module_document"/>
<field name="module_document_ftp"/>
<field name="module_document_webdav"/>
</group>
</group>
</form> </form>
</field> </field>
</record> </record>

View File

@ -12,25 +12,23 @@
or or
<button string="Cancel" type="object" name="cancel" class="oe_link"/> <button string="Cancel" type="object" name="cancel" class="oe_link"/>
</header> </header>
<sheet> <group string="Manufacturing Order">
<group string="Manufacturing Order"> <field name="module_mrp_operations"/>
<field name="module_mrp_operations"/> <field name="module_stock_planning"/>
<field name="module_stock_planning"/> <field name="module_mrp_subproduct"/>
<field name="module_mrp_subproduct"/> <field name="module_mrp_repair"/>
<field name="module_mrp_repair"/> </group>
</group> <group string="Logistics">
<group string="Logistics"> <field name="module_mrp_jit"/>
<field name="module_mrp_jit"/> <field name="module_stock_no_autopicking"/>
<field name="module_stock_no_autopicking"/> </group>
</group> <group string="Bill Of Material">
<group string="Bill Of Material"> <field name="group_mrp_routings"/>
<field name="group_mrp_routings"/> <field name="group_mrp_properties"/>
<field name="group_mrp_properties"/> </group>
</group> <group string="Products">
<group string="Products"> <field name="module_product_manufacturer"/>
<field name="module_product_manufacturer"/> </group>
</group>
</sheet>
</form> </form>
</field> </field>
</record> </record>

View File

@ -12,28 +12,26 @@
or or
<button string="Cancel" type="object" name="cancel" class="oe_link"/> <button string="Cancel" type="object" name="cancel" class="oe_link"/>
</header> </header>
<sheet> <group string="Project">
<group string="Project"> <group>
<group> <field name="module_project_mrp"/>
<field name="module_project_mrp"/> <field name="module_project_timesheet"/>
<field name="module_project_timesheet"/> <field name="module_pad"/>
<field name="module_pad"/>
</group>
<group>
<field name="group_tasks_work_on_tasks"/>
<field name="group_time_work_estimation_tasks"/>
<field name="group_manage_delegation_task"/>
<field name="time_unit" domain="[('category_id.name','=','Working Time')]"/>
</group>
</group> </group>
<group string="Planning"> <group>
<field name="module_project_long_term"/> <field name="group_tasks_work_on_tasks"/>
<field name="group_time_work_estimation_tasks"/>
<field name="group_manage_delegation_task"/>
<field name="time_unit" domain="[('category_id.name','=','Working Time')]"/>
</group> </group>
<group string="Helpdesk and Support" name="support"> </group>
<field name="module_project_issue"/> <group string="Planning">
<field name="module_project_issue_sheet"/> <field name="module_project_long_term"/>
</group> </group>
</sheet> <group string="Helpdesk and Support" name="support">
<field name="module_project_issue"/>
<field name="module_project_issue_sheet"/>
</group>
</form> </form>
</field> </field>
</record> </record>

View File

@ -12,25 +12,23 @@
or or
<button string="Cancel" type="object" name="cancel" class="oe_link"/> <button string="Cancel" type="object" name="cancel" class="oe_link"/>
</header> </header>
<sheet> <group string="Invoicing">
<group string="Invoicing"> <field name="default_invoice_method"/>
<field name="default_invoice_method"/> <field name="decimal_precision"/>
<field name="decimal_precision"/> </group>
<group string="Purchase Order">
<group>
<field name="group_purchase_pricelist"/>
<field name="group_uom"/>
<field name="group_purchase_delivery_address"/>
</group> </group>
<group string="Purchase Order"> <group>
<group> <field name="module_purchase_double_validation"/>
<field name="group_purchase_pricelist"/> <field name="module_purchase_requisition"/>
<field name="group_uom"/> <field name="module_warning"/>
<field name="group_purchase_delivery_address"/> <field name="module_purchase_analytic_plans"/>
</group>
<group>
<field name="module_purchase_double_validation"/>
<field name="module_purchase_requisition"/>
<field name="module_warning"/>
<field name="module_purchase_analytic_plans"/>
</group>
</group> </group>
</sheet> </group>
</form> </form>
</field> </field>
</record> </record>

View File

@ -13,38 +13,36 @@
or or
<button string="Cancel" type="object" name="cancel" class="oe_link"/> <button string="Cancel" type="object" name="cancel" class="oe_link"/>
</header> </header>
<sheet> <group string="Traceability">
<group string="Traceability"> <field name="group_stock_production_lot"/>
<field name="group_stock_production_lot"/> <field name="group_stock_tracking_lot"/>
<field name="group_stock_tracking_lot"/> <field name="module_product_expiry"
<field name="module_product_expiry" attrs="{'invisible': [('group_stock_production_lot','=',False)]}"/>
attrs="{'invisible': [('group_stock_production_lot','=',False)]}"/> </group>
<group string="Logistics">
<group>
<field name="group_stock_multiple_locations"/>
<field name="module_stock_invoice_directly"/>
</group> </group>
<group string="Logistics"> <group>
<group> <field name="module_stock_location"/>
<field name="group_stock_multiple_locations"/> <field name="decimal_precision"/>
<field name="module_stock_invoice_directly"/>
</group>
<group>
<field name="module_stock_location"/>
<field name="decimal_precision"/>
</group>
</group> </group>
<group string="Products"> </group>
<group> <group string="Products">
<field name="group_stock_packaging"/> <group>
<field name="group_uom"/> <field name="group_stock_packaging"/>
<field name="group_uos"/> <field name="group_uom"/>
</group> <field name="group_uos"/>
<group>
<field name="group_stock_inventory_valuation"/>
<field name="group_product_variant"/>
</group>
</group> </group>
<group string="Partners"> <group>
<field name="module_claim_from_delivery"/> <field name="group_stock_inventory_valuation"/>
<field name="group_product_variant"/>
</group> </group>
</sheet> </group>
<group string="Partners">
<field name="module_claim_from_delivery"/>
</group>
</form> </form>
</field> </field>
</record> </record>