Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[15.0][IMP] sale_planner_calendar: Design improves and new buttons in calendar planner event #3073

Open
wants to merge 1 commit into
base: 15.0
Choose a base branch
from

Conversation

pilarvargas-tecnativa
Copy link
Contributor

@pilarvargas-tecnativa pilarvargas-tecnativa commented Apr 14, 2024

@pilarvargas-tecnativa pilarvargas-tecnativa marked this pull request as ready for review April 15, 2024 09:25
Copy link
Contributor

@CarlosRoca13 CarlosRoca13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on runboat 👍

@pilarvargas-tecnativa pilarvargas-tecnativa force-pushed the 15.0-imp-sale_planner_calendar branch 4 times, most recently from 9db7003 to b44452e Compare April 17, 2024 11:12
Copy link
Member

@chienandalu chienandalu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some code review and light testing:

  • Add a description of tasks done in the commit
  • Also add in the readme the new relevant features and how to use them
  • Testing I came across this error:
    url = partner_latitude + "%2C" + partner_longitude
Exception

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/opt/odoo/odoo/http.py", line 658, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/opt/odoo/odoo/http.py", line 301, in _handle_exception
    raise exception.with_traceback(None) from new_cause
TypeError: unsupported operand type(s) for +: 'float' and 'str'

@pilarvargas-tecnativa pilarvargas-tecnativa force-pushed the 15.0-imp-sale_planner_calendar branch 4 times, most recently from 7d35bbd to ff2e040 Compare April 18, 2024 05:55
…dar planner event

Improvements made:

- Profile for calendar events that will allow an icon to be displayed in the kanban view of the visit. It can also be configured from a recurring event.
- Tree view to edit and add new profiles with their icons which will be fontawesome text strings (e.g fa-user).
- New buttons in the kanban view of the visit: Location, Whatsapp
- Some improvements in the structure to make it responsive with the new addition of buttons that may or may not be visible.

TT48632
@pedrobaeza pedrobaeza added this to the 15.0 milestone Apr 18, 2024
Copy link
Member

@pedrobaeza pedrobaeza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can add a before/after screenshot also for reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants