Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions odoo_10_0.robot
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,9 @@ SidebarActionOld [Arguments] ${type} ${id}

old_SidebarAction [Arguments] ${type} ${index}
# open the menu
Click Element xpath=//div[contains(@class,'o_cp_sidebar')]/div/div[@class='o_dropdown' and @data-bt-type='${type}']
Click Element xpath=//div[contains(@class,'o_cp_sidebar')]/div/div[not(contains(@style,'display: none'))]/button
# click on the menuentry
Click Element xpath=//div[contains(@class,'o_cp_sidebar')]/div/div[contains(@class,'o_dropdown') and @data-bt-type='${type}']/ul/li/a[@data-section='${type}' and @data-index='${index}']
Click Element xpath=//div[contains(@class,'o_cp_sidebar')]/div/div[not(contains(@style,'display: none'))]/ul/li/a[@data-section='${type}' and @data-index='${index}']


MainWindowButton [Arguments] ${button_text}
Expand Down