Devishree Brahmbhatt (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-fp-notes-apa-remove-layout-dbr into
lp:~openerp-dev/openobject-addons/trunk-fp-notes-apa.
Requested reviews:
Amit Patel (OpenERP) (apa-tiny)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-fp-notes-apa-remove-layout-dbr/+merge/109982
Hello sir,
Remove all layout="..." from view files
so, kindly review it.
Thanks,
DBR
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-fp-notes-apa-remove-layout-dbr/+merge/109982
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-fp-notes-apa.
=== modified file 'account/account_view.xml'
--- account/account_view.xml 2012-06-12 11:48:04 +0000
+++ account/account_view.xml 2012-06-13 05:38:42 +0000
@@ -17,7 +17,7 @@
<button name="create_period3" states="draft" string="Create 3 Months Periods" type="object"/>
<field name="state" widget="statusbar"/>
</header>
- <sheet string="Fiscalyear" layout="auto">
+ <sheet string="Fiscalyear">
<group>
<group>
<field name="name"/>
@@ -1274,7 +1274,7 @@
<button name="button_cancel" states="posted" string="Cancel" type="object"/>
<field name="state" widget="statusbar"/>
</header>
- <sheet string="Journal Entries" layout="auto">
+ <sheet string="Journal Entries">
<group col="4">
<field name="name" readonly="True"/>
<field name="ref"/>
=== modified file 'account_payment/account_payment_view.xml'
--- account_payment/account_payment_view.xml 2012-06-12 11:48:04 +0000
+++ account_payment/account_payment_view.xml 2012-06-13 05:38:42 +0000
@@ -110,7 +110,7 @@
<button name="cancel" states="draft,open" string="Cancel"/>
<field name="state" widget="statusbar" statusbar_visible="draft,open"/>
</header>
- <sheet string="Payment order" layout="auto">
+ <sheet string="Payment order">
<group col="4">
<field name="reference"/>
<field name="mode" widget='selection'/>
=== modified file 'account_voucher/voucher_sales_purchase_view.xml'
--- account_voucher/voucher_sales_purchase_view.xml 2012-06-12 11:48:04 +0000
+++ account_voucher/voucher_sales_purchase_view.xml 2012-06-13 05:38:42 +0000
@@ -89,7 +89,7 @@
<button name="action_cancel_draft" type="object" states="cancel" string="Set to Draft"/>
<field name="state" widget="statusbar" statusbar_visible="draft,posted" statusbar_colors='{"proforma":"blue"}'/>
</header>
- <sheet string="Sales Receipt" layout="auto">
+ <sheet string="Sales Receipt">
<group col="6">
<field name="partner_id" domain="[('customer','=',True)]" required="1" on_change="onchange_partner_id(partner_id, journal_id, amount, currency_id, type, date, context)" string="Customer" context="{'search_default_customer': 1}"/>
<field name="date" on_change="onchange_date(date, currency_id, currency_id, amount, company_id, context)"/>
=== modified file 'crm/wizard/crm_opportunity_to_phonecall_view.xml'
--- crm/wizard/crm_opportunity_to_phonecall_view.xml 2012-06-09 14:18:49 +0000
+++ crm/wizard/crm_opportunity_to_phonecall_view.xml 2012-06-13 05:38:42 +0000
@@ -9,7 +9,7 @@
<field name="model">crm.opportunity2phonecall</field>
<field name="type">form</field>
<field name="arch" type="xml">
- <form string="Schedule/Log a Call" layout="manual" version="7.0">
+ <form string="Schedule/Log a Call" version="7.0">
<header>
<button name="action_schedule" type="object" string="Log call" icon="gtk-ok" attrs="{'invisible' : [('action', '!=', 'log')]}" />
<button name="action_schedule" type="object" string="Schedule Call" icon="gtk-ok" attrs="{'invisible' : [('action', '!=', 'schedule')]}" />
=== modified file 'crm_claim/crm_claim_view.xml'
--- crm_claim/crm_claim_view.xml 2012-06-12 11:48:04 +0000
+++ crm_claim/crm_claim_view.xml 2012-06-13 05:38:42 +0000
@@ -107,7 +107,7 @@
<field name="stage_id" widget="statusbar"
on_change="onchange_stage_id(stage_id)"/>
</header>
- <sheet string="Claims" layout="auto">
+ <sheet string="Claims">
<group>
<field name="name" />
<field name="date"/>
=== modified file 'crm_fundraising/crm_fundraising_view.xml'
--- crm_fundraising/crm_fundraising_view.xml 2012-06-12 11:48:04 +0000
+++ crm_fundraising/crm_fundraising_view.xml 2012-06-13 05:38:42 +0000
@@ -71,7 +71,7 @@
<button name="case_cancel" string="Cancel" states="draft,open,pending" type="object" />
<field name="state" widget="statusbar" statusbar_visible="draft,open,done" statusbar_colors='{"pending":"blue"}'/>
</header>
- <sheet string="Funds Form" layout="auto">
+ <sheet string="Funds Form">
<group col="4">
<field name="name" string="Name"/>
<field name="section_id" colspan="1" widget="selection"/>
=== modified file 'crm_helpdesk/crm_helpdesk_view.xml'
--- crm_helpdesk/crm_helpdesk_view.xml 2012-06-12 11:48:04 +0000
+++ crm_helpdesk/crm_helpdesk_view.xml 2012-06-13 05:38:42 +0000
@@ -44,7 +44,7 @@
states="draft,open,pending"/>
<field name="state" widget="statusbar" statusbar_visible="draft,open,done" statusbar_colors='{"pending":"blue"}'/>
</header>
- <sheet string="Helpdesk Support" layout="auto">
+ <sheet string="Helpdesk Support">
<group col="4" class="oe_form_header">
<field name="name" string="Query"/>
<field name="section_id" widget="selection"/>
=== modified file 'document/board_document_view.xml'
--- document/board_document_view.xml 2012-06-11 09:07:01 +0000
+++ document/board_document_view.xml 2012-06-13 05:38:42 +0000
@@ -54,7 +54,7 @@
<field name="model">board.board</field>
<field name="type">form</field>
<field name="arch" type="xml">
- <form string="Document board" layout="manual" version="7.0">
+ <form string="Document board" version="7.0">
<board style="2-1">
<column>
<action string="Wall of Shame"
=== modified file 'event/event_view.xml'
--- event/event_view.xml 2012-06-12 11:48:04 +0000
+++ event/event_view.xml 2012-06-13 05:38:42 +0000
@@ -361,7 +361,7 @@
<button name="button_reg_cancel" string="Cancel Registration" states="draft,open" type="object"/>
<field name="state" select="1" colspan="2" widget="statusbar" statusbar_visible="draft,open,done"/>
</header>
- <sheet string="Registration" layout="auto">
+ <sheet string="Registration">
<group col="6" colspan="4">
<field name="event_id" on_change="onchange_event(event_id, context)" domain="[('state','in',('draft','confirm'))]"/>
<field name="partner_id" attrs="{'readonly':[('state','!=', 'draft')]}" on_change="onchange_partner_id(partner_id, context)"/>
=== modified file 'hr/hr_board.xml'
--- hr/hr_board.xml 2012-06-09 14:39:04 +0000
+++ hr/hr_board.xml 2012-06-13 05:38:42 +0000
@@ -7,7 +7,7 @@
<field name="model">board.board</field>
<field name="type">form</field>
<field name="arch" type="xml">
- <form string="My Board" layout="manual" version="7.0">
+ <form string="My Board" version="7.0">
<board style="2-1">
<column/>
<column/>
@@ -34,7 +34,7 @@
<field name="model">board.board</field>
<field name="type">form</field>
<field name="arch" type="xml">
- <form string="HR Manager Board" layout="manual" version="7.0">
+ <form string="HR Manager Board" version="7.0">
<board style="2-1">
<column/>
<column/>
=== modified file 'hr_holidays/hr_holidays_view.xml'
--- hr_holidays/hr_holidays_view.xml 2012-06-13 05:17:53 +0000
+++ hr_holidays/hr_holidays_view.xml 2012-06-13 05:38:42 +0000
@@ -72,7 +72,7 @@
<button string="Reset to New" name="set_to_draft" states="refuse,validate" type="object" groups="base.group_hr_user"/>
<field name="state" widget="statusbar" statusbar_visible="draft,confirm,validate" statusbar_colors='{"confirm":"blue","validate1":"blue","refuse":"red"}'/>
</header>
- <sheet string="Leave Request" layout="auto">
+ <sheet string="Leave Request">
<group col="8" colspan="4">
<field name="name" attrs="{'readonly':[('state','!=','draft'),('state','!=','confirm')]}"/>
<field name="holiday_type" on_change="onchange_type(holiday_type)" attrs="{'readonly':[('state','!=','draft')]}" width="130" string="Mode" groups="base.group_hr_user"/>
=== modified file 'knowledge/res_config_view.xml'
--- knowledge/res_config_view.xml 2012-06-11 16:10:14 +0000
+++ knowledge/res_config_view.xml 2012-06-13 05:38:42 +0000
@@ -11,7 +11,7 @@
<button string="Apply" type="object" name="execute"/>
<button string="Cancel" special="cancel"/>
</header>
- <sheet layout="auto">
+ <sheet>
<separator string="Wiki" colspan="4"/>
<field name="module_wiki_faq"/>
<newline/>
=== modified file 'marketing_campaign/marketing_campaign_view.xml'
--- marketing_campaign/marketing_campaign_view.xml 2012-06-12 11:48:04 +0000
+++ marketing_campaign/marketing_campaign_view.xml 2012-06-13 05:38:42 +0000
@@ -141,7 +141,7 @@
<button name="state_cancel_set" string="Cancel" states="running"/>
<field name="state" readonly="1" widget="statusbar" statusbar_visible="draft,running,done"/>
</header>
- <sheet string="Segments" layout="auto">
+ <sheet string="Segments">
<group>
<group string="Segment">
<field name="name"/>
=== modified file 'mrp/res_config_view.xml'
--- mrp/res_config_view.xml 2012-06-11 09:07:01 +0000
+++ mrp/res_config_view.xml 2012-06-13 05:38:42 +0000
@@ -11,7 +11,7 @@
<button string="Apply" type="object" name="execute"/>
<button string="Cancel" special="cancel"/>
</header>
- <sheet layout="auto">
+ <sheet>
<group col="4" string="Manufacturing Order">
<field name="module_mrp_operations"/>
<field name="module_stock_planning"/>
=== modified file 'product/product_view.xml'
--- product/product_view.xml 2012-06-12 13:09:55 +0000
+++ product/product_view.xml 2012-06-13 05:38:42 +0000
@@ -68,7 +68,7 @@
<field name="type">form</field>
<field eval="7" name="priority"/>
<field name="arch" type="xml">
- <form string="Product" layout="auto" version="7.0">
+ <form string="Product" version="7.0">
<field name="product_image" widget='image' class="oe_form_avatar oe_right"/>
<label for="name" class="oe_form_readonly_hidden"/>
<h1><field name="name"/></h1>
=== modified file 'project/project_view.xml'
--- project/project_view.xml 2012-06-13 05:17:53 +0000
+++ project/project_view.xml 2012-06-13 05:38:42 +0000
@@ -29,7 +29,7 @@
<button name="set_cancel" string="Cancel" type="object" states="open,pending"/>
<field name="state" widget="statusbar" statusbar_visible="open,close" statusbar_colors='{"pending":"blue"}' readonly="1"/>
</header>
- <sheet string="Project" layout="auto">
+ <sheet string="Project">
<field name="analytic_account_id" invisible="1" required="0"/>
<label for="name" class="oe_form_readonly_hidden" string="Project Name"/>
<h1>
=== modified file 'sale/board_sale_view.xml'
--- sale/board_sale_view.xml 2012-06-11 09:07:01 +0000
+++ sale/board_sale_view.xml 2012-06-13 05:38:42 +0000
@@ -92,7 +92,7 @@
<field name="model">board.board</field>
<field name="type">form</field>
<field name="arch" type="xml">
- <form string="Sales Manager Dashboard" layout="manual" version="7.0">
+ <form string="Sales Manager Dashboard" version="7.0">
<board style="2-1">
<column>
<action name="%(sale.action_quotation_for_sale)d" string="Quotations" creatable="true"/>
=== modified file 'stock_planning/stock_planning_view.xml'
--- stock_planning/stock_planning_view.xml 2012-06-11 16:10:14 +0000
+++ stock_planning/stock_planning_view.xml 2012-06-13 05:38:42 +0000
@@ -86,7 +86,7 @@
<button name="action_validate" string="Approve" states="draft" type="object" />
<field name="state" widget="statusbar"/>
</header>
- <sheet string="Stock and Sales Forecast" layout="auto">
+ <sheet string="Stock and Sales Forecast">
<group colspan = "4" col = "4" class="oe_form_header">
<group colspan = "2" col="2" >
<field name="company_id" select="1"
=== modified file 'survey/survey_view.xml'
--- survey/survey_view.xml 2012-06-12 11:48:04 +0000
+++ survey/survey_view.xml 2012-06-13 05:38:42 +0000
@@ -1064,7 +1064,7 @@
<button name="survey_req_cancel" string="Cancel" states="waiting_answer" type="object"/>
<field name="state" widget="statusbar" statusbar_visible="draft,waiting_answer"/>
</header>
- <sheet string="Survey Request" layout="auto">
+ <sheet string="Survey Request">
<group class="oe_form_header">
<field name="date_deadline"/>
<field name="survey_id"/>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp