[REM] removed sheet tag from configuration of modules under setting Menu

bzr revid: bde@tinyerp.com-20120615064406-1i8mjsbxjbmrpzk8
This commit is contained in:
Bharat Devnani (OpenERP) 2012-06-15 12:14:06 +05:30
parent fbdabac83e
commit 571f72a29b
8 changed files with 96 additions and 110 deletions

View File

@ -42,22 +42,20 @@
<button string="Apply" type="object" name="execute"/> <button string="Apply" type="object" name="execute"/>
<button string="Cancel" special="cancel"/> <button string="Cancel" special="cancel"/>
</header> </header>
<sheet> <group>
<group> <group name="config_sale" colspan="4"/>
<group name="config_sale" colspan="4"/>
<!-- this part is necessary to allow the plugins to extend the view --> <!-- this part is necessary to allow the plugins to extend the view -->
<field name="module_crm" invisible="1"/> <field name="module_crm" invisible="1"/>
<group name="config_fetchmail" colspan="2" attrs="{'invisible': [('module_crm','=',False)]}"> <group name="config_fetchmail" colspan="2" attrs="{'invisible': [('module_crm','=',False)]}">
<separator string="Emails"/> <separator string="Emails"/>
</group>
<field name="module_plugin_thunderbird" attrs="{'invisible': [('module_crm','=',False)]}"/>
<newline/>
<field name="module_plugin_outlook" attrs="{'invisible': [('module_crm','=',False)]}"/>
<group name="config_crm" colspan="2"/>
</group> </group>
</sheet> <field name="module_plugin_thunderbird" attrs="{'invisible': [('module_crm','=',False)]}"/>
<newline/>
<field name="module_plugin_outlook" attrs="{'invisible': [('module_crm','=',False)]}"/>
<group name="config_crm" colspan="2"/>
</group>
</form> </form>
</field> </field>
</record> </record>

View File

@ -19,27 +19,25 @@
<button string="Apply" type="object" name="execute"/> <button string="Apply" type="object" name="execute"/>
<button string="Cancel" special="cancel"/> <button string="Cancel" special="cancel"/>
</header> </header>
<sheet> <group col="4">
<group col="4"> <separator string="Additional Features" colspan="4"/>
<separator string="Additional Features" colspan="4"/> <field name="module_hr_expense"/>
<field name="module_hr_expense"/> <field name="module_hr_recruitment"/>
<field name="module_hr_recruitment"/> <field name="module_hr_evaluation"/>
<field name="module_hr_evaluation"/> <field name="module_hr_contract"/>
<field name="module_hr_contract"/> <field name="module_hr_holidays"/>
<field name="module_hr_holidays"/> <newline/>
<newline/> <field name="module_hr_payroll"/>
<field name="module_hr_payroll"/> <button colspan="2" name="%(open_payroll_modules)d" type="action"
<button colspan="2" name="%(open_payroll_modules)d" type="action" string="Install Country-Specific Payroll" icon="gtk-go-forward"/>
string="Install Country-Specific Payroll" icon="gtk-go-forward"/>
<separator string="Timesheets" colspan="4"/> <separator string="Timesheets" colspan="4"/>
<field name="module_hr_attendance"/> <field name="module_hr_attendance"/>
<field name="module_hr_timesheet"/> <field name="module_hr_timesheet"/>
<field name="module_hr_timesheet_sheet"/> <field name="module_hr_timesheet_sheet"/>
<group name="config_recruitment" colspan="4"/> <group name="config_recruitment" colspan="4"/>
</group> </group>
</sheet>
</form> </form>
</field> </field>
</record> </record>

View File

@ -11,19 +11,18 @@
<button string="Apply" type="object" name="execute"/> <button string="Apply" type="object" name="execute"/>
<button string="Cancel" special="cancel"/> <button string="Cancel" special="cancel"/>
</header> </header>
<sheet layout="auto"> <newline/>
<separator string="Wiki" colspan="4"/> <separator string="Wiki" colspan="4"/>
<field name="module_wiki_faq"/> <field name="module_wiki_faq"/>
<newline/> <newline/>
<field name="module_wiki_quality_manual"/> <field name="module_wiki_quality_manual"/>
<separator string="Documents" colspan="4"/> <separator string="Documents" colspan="4"/>
<field name="module_document"/> <field name="module_document"/>
<newline/> <newline/>
<field name="module_document_ftp"/> <field name="module_document_ftp"/>
<newline/> <newline/>
<field name="module_document_webdav"/> <field name="module_document_webdav"/>
</sheet>
</form> </form>
</field> </field>
</record> </record>

View File

@ -11,13 +11,11 @@
<button string="Apply" type="object" name="execute"/> <button string="Apply" type="object" name="execute"/>
<button string="Cancel" special="cancel"/> <button string="Cancel" special="cancel"/>
</header> </header>
<sheet> <group col="4" string="Campaigns">
<group col="4" string="Campaigns"> <field name="module_marketing_campaign"/>
<field name="module_marketing_campaign"/> <field name="module_marketing_campaign_crm_demo"/>
<field name="module_marketing_campaign_crm_demo"/> <field name="module_crm_profiling"/>
<field name="module_crm_profiling"/> </group>
</group>
</sheet>
</form> </form>
</field> </field>
</record> </record>

View File

@ -11,22 +11,21 @@
<button string="Apply" type="object" name="execute"/> <button string="Apply" type="object" name="execute"/>
<button string="Cancel" special="cancel"/> <button string="Cancel" special="cancel"/>
</header> </header>
<sheet layout="auto"> <newline/>
<group col="4" string="Manufacturing Order"> <group col="4" 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" col="4"> <group string="Logistics" col="4">
<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" col="4"> <group string="Bill Of Material" col="4">
<field name="group_mrp_routings"/> <field name="group_mrp_routings"/>
<field name="group_mrp_properties"/> <field name="group_mrp_properties"/>
</group> </group>
</sheet>
</form> </form>
</field> </field>
</record> </record>

View File

@ -12,25 +12,23 @@
<button string="Apply" type="object" name="execute"/> <button string="Apply" type="object" name="execute"/>
<button string="Cancel" special="cancel"/> <button string="Cancel" special="cancel"/>
</header> </header>
<sheet> <group col="4">
<group col="4"> <separator string="Project" colspan="4"/>
<separator string="Project" colspan="4"/> <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"/> <field name="group_tasks_work_on_tasks"/>
<field name="group_tasks_work_on_tasks"/> <field name="group_time_work_estimation_tasks"/>
<field name="group_time_work_estimation_tasks"/> <field name="group_manage_delegation_task"/>
<field name="group_manage_delegation_task"/>
<separator string="Planning" colspan="4"/> <separator string="Planning" colspan="4"/>
<field name="module_project_long_term"/> <field name="module_project_long_term"/>
<separator string="Helpdesk and Support" colspan="4"/> <separator string="Helpdesk and Support" colspan="4"/>
<field name="module_project_issue"/> <field name="module_project_issue"/>
<field name="module_project_issue_sheet"/> <field name="module_project_issue_sheet"/>
<group name="support" colspan="4"/> <group name="support" colspan="4"/>
</group> </group>
</sheet>
</form> </form>
</field> </field>
</record> </record>

View File

@ -11,7 +11,6 @@
<button string="Apply" type="object" name="execute"/> <button string="Apply" type="object" name="execute"/>
<button string="Cancel" special="cancel"/> <button string="Cancel" special="cancel"/>
</header> </header>
<sheet>
<group col="4"> <group col="4">
<separator string="Invoicing" colspan="4"/> <separator string="Invoicing" colspan="4"/>
<field name="default_invoice_method"/> <field name="default_invoice_method"/>
@ -28,7 +27,6 @@
<separator string="Products" colspan="4"/> <separator string="Products" colspan="4"/>
<field name="module_product_manufacturer"/> <field name="module_product_manufacturer"/>
</group> </group>
</sheet>
</form> </form>
</field> </field>
</record> </record>

View File

@ -12,32 +12,30 @@
<button string="Apply" type="object" name="execute"/> <button string="Apply" type="object" name="execute"/>
<button string="Cancel" special="cancel"/> <button string="Cancel" special="cancel"/>
</header> </header>
<sheet> <group col="4">
<group col="4"> <separator string="Traceability" colspan="4"/>
<separator string="Traceability" colspan="4"/> <field name="group_stock_production_lot"/>
<field name="group_stock_production_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)]}"/> <newline/>
<newline/> <field name="group_stock_tracking_lot"/>
<field name="group_stock_tracking_lot"/>
<separator string="Logistics" colspan="4"/> <separator string="Logistics" colspan="4"/>
<field name="group_stock_multiple_locations"/> <field name="group_stock_multiple_locations"/>
<field name="module_stock_location"/> <field name="module_stock_location"/>
<field name="module_stock_invoice_directly"/> <field name="module_stock_invoice_directly"/>
<field name="decimal_precision"/> <field name="decimal_precision"/>
<separator string="Products" colspan="4"/> <separator string="Products" colspan="4"/>
<field name="group_stock_packaging"/> <field name="group_stock_packaging"/>
<field name="group_stock_inventory_valuation"/> <field name="group_stock_inventory_valuation"/>
<field name="group_uom"/> <field name="group_uom"/>
<field name="group_uos"/> <field name="group_uos"/>
<field name="group_product_variant"/> <field name="group_product_variant"/>
<separator string="Partners" colspan="4"/> <separator string="Partners" colspan="4"/>
<field name="module_claim_from_delivery"/> <field name="module_claim_from_delivery"/>
</group> </group>
</sheet>
</form> </form>
</field> </field>
</record> </record>