Skip to content

Commit

Permalink
[8.0][FIX] Wizard to generate the project (OCA#42)
Browse files Browse the repository at this point in the history
* [FIX]Move when button to generate the project appears. It should get displayed when the stage is set to Stakeholder approval (rename to Approved by Stakeholders)

* [FIX]Move when button to generate the project appears. It should get displayed when the stage is set to Stakeholder approval (rename to Approved by Stakeholders)

* [Fix] Fix unit test

* [IMP] Improved the UT to fix the Travis.

* [IMP] Improved UT for increase Code Coverage.

* [IMP] Added UT to increase coveralls.

* [IMP] Added UT to increase coveralls.

* [IMP] Added UT to increase coveralls.

* [FIX] stakeholder_approval

* [FIX] stakeholder_approval
  • Loading branch information
kl-adonze authored and Ruter Lv committed Mar 15, 2019
1 parent 0c95953 commit 0a20ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion business_requirement/views/business_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<button name="action_button_confirm" states="draft" string="Confirm" type="object" groups="business_requirement.group_business_requirement_user" class="oe_highlight"/>
<button name="action_button_back_draft" string="Back To Draft" type="object" attrs="{'invisible': [('state', 'in', ('draft','done'))]}" groups="business_requirement.group_business_requirement_user" class="oe_highlight"/>
<button name="action_button_approve" states="confirmed" string="Approve" type="object" groups="business_requirement.group_business_requirement_manager" class="oe_highlight"/>
<button name="action_button_stakeholder_approval" states="approved" string="Stakeholder Approval" type="object" groups="business_requirement.group_business_requirement_stakeholder" class="oe_highlight"/>
<button name="action_button_stakeholder_approval" states="approved" string="Stakeholder Approval" type="object" groups="business_requirement.group_business_requirement_manager" class="oe_highlight"/>
<button name="action_button_in_progress" states="stakeholder_approval" string="In Progress" type="object" groups="business_requirement.group_business_requirement_manager" class="oe_highlight"/>
<button name="action_button_done" states="in_progress" string="Done" type="object" groups="business_requirement.group_business_requirement_manager" class="oe_highlight"/>
<button name="action_button_cancel" string="Cancel" type="object" attrs="{'invisible': [('state', 'in', ('done','cancel'))]}" groups="business_requirement.group_business_requirement_user" class="oe_highlight"/>
Expand Down

0 comments on commit 0a20ea7

Please sign in to comment.