OpenSPP / openspp-modules

OpenSPP Odoo modules
https://openspp.org
GNU Lesser General Public License v3.0
26 stars 11 forks source link

Save button's location distorted in OpenSPP #512

Open anthonymarkQA opened 3 months ago

anthonymarkQA commented 3 months ago

Describe the bug The Save button is skewed when drilling down to a page that has a lengthy name To Reproduce

  1. Go to ACF DEV instance and login as admin
  2. Go to Programs
  3. Create program and name it with a lengthy name ex: Sample program
  4. Create a cycle under that program
  5. Rename the cycle name
  6. Notice the Save and undo buttons are pushed to the right

Expected behavior Should be aligned beside gear/settings icon Screenshots

Image

Additional context

reichie020212 commented 2 months ago

Upon checking, this is an expected behaviour of odoo since the placement of the save and undo buttons is dependent to the length of either the menu breadcrumbs or the record's name. We will need to modify the code of odoo core module to fix or change this behaviour and I suggest that we leave it as it is.

anthonymarkQA commented 2 months ago

Findings: DEVS will not work on this as agreed with @dasunhegoda

This issue will be marked as a known issue. moving this ticket to "won't do"

dasunhegoda commented 2 months ago

It's due to the limitation mentioned by @reichie020212 in the ticket.