Randhir Mayatra (OpenERP) has proposed merging
lp:~openerp-commiter/openobject-addons/trunk-red-button-removeclass-rma into
lp:~openerp-dev/openobject-addons/trunk-red-button.
Requested reviews:
Jigar Amin (OpenERP) (jam-openerp)
For more details, see:
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-red-button-removeclass-rma/+merge/111829
Hello,
I have remove the oe_highlight class on button done and close for project and
contract.
Thank you......
--
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-red-button-removeclass-rma/+merge/111829
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-red-button.
=== modified file 'hr_timesheet_invoice/hr_timesheet_invoice_view.xml'
--- hr_timesheet_invoice/hr_timesheet_invoice_view.xml 2012-06-25 04:19:34 +0000
+++ hr_timesheet_invoice/hr_timesheet_invoice_view.xml 2012-06-25 12:43:30 +0000
@@ -25,7 +25,7 @@
<xpath expr="/form/sheet" position='before'>
<header>
<button name="set_pending" string="Pending" type="object" states="open" />
- <button name="set_close" string="Close" type="object" states="open,pending" class="oe_highlight"/>
+ <button name="set_close" string="Close" type="object" states="open,pending" />
<button name="set_open" string="Re-open project" type="object" states="pending,close" />
<button name="set_open" string="Re-open project" type="object" states="cancelled,draft"/>
<button name="set_cancel" string="Cancel" type="object" states="open,pending"/>
=== modified file 'project/project_view.xml'
--- project/project_view.xml 2012-06-25 05:50:39 +0000
+++ project/project_view.xml 2012-06-25 12:43:30 +0000
@@ -20,7 +20,7 @@
<field name="arch" type="xml">
<form string="Project" version="7.0">
<header>
- <button name="set_done" string="Done" type="object" states="open,pending" class="oe_highlight"/>
+ <button name="set_done" string="Done" type="object" states="open,pending" />
<button name="set_open" string="Re-open project" type="object" states="pending" class="oe_highlight"/>
<button name="set_open" string="Re-open project" type="object" states="cancelled,close" />
<button name="set_pending" string="Pending" type="object" states="open" />
@@ -337,7 +337,7 @@
<button name="%(action_project_task_reevaluate)d" string="Reactivate" type="action"
states="cancelled" context="{'button_reactivate':True}"/>
<button name="action_close" string="Done" type="object"
- states="open,draft,pending" class="oe_highlight"/>
+ states="open,draft,pending" />
<button name="do_pending" string="Pending" type="object"
states="open" />
<button name="%(action_project_task_delegate)d" string="Delegate" type="action"
=== modified file 'project/wizard/project_task_delegate_view.xml'
--- project/wizard/project_task_delegate_view.xml 2012-06-25 10:09:01 +0000
+++ project/wizard/project_task_delegate_view.xml 2012-06-25 12:43:30 +0000
@@ -9,7 +9,11 @@
<field name="arch" type="xml">
<form string="Project Task Delegate" version="7.0">
<header>
+<<<<<<< TREE
<button icon="gtk-ok" name="delegate" string="_Delegate" type="object" class="oe_highlight_editable" />
+=======
+ <button icon="gtk-ok" name="delegate" string="_Delegate" type="object" />
+>>>>>>> MERGE-SOURCE
</header>
<group>
<group>
=== modified file 'project_issue/project_issue_view.xml'
--- project_issue/project_issue_view.xml 2012-06-25 04:19:34 +0000
+++ project_issue/project_issue_view.xml 2012-06-25 12:43:30 +0000
@@ -58,7 +58,7 @@
<button name="case_open" string="Open" type="object"
states="draft,pending" class="oe_highlight"/>
<button name="case_close" string="Done" type="object"
- states="open" class="oe_highlight"/>
+ states="open"/>
<button name="case_close" string="Done" type="object"
states="draft,pending"/>
<button name="case_pending" string="Pending" type="object"
=== modified file 'project_long_term/project_long_term_view.xml'
--- project_long_term/project_long_term_view.xml 2012-06-25 04:19:34 +0000
+++ project_long_term/project_long_term_view.xml 2012-06-25 12:43:30 +0000
@@ -144,7 +144,7 @@
<form string="Project Phase" version="7.0">
<header>
<button string="Start Phase" name="set_open" states="pending,draft" class="oe_highlight"/>
- <button string="Done" name="set_done" states="pending,open" class="oe_highlight"/>
+ <button string="Done" name="set_done" states="pending,open" />
<button string="Pending" name="set_pending" states="open" />
<button string="Draft" name="set_draft" states="open" />
<button string="Cancel" name="set_cancel" states="draft,open,pending"/>
_______________________________________________
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