-
Notifications
You must be signed in to change notification settings - Fork 1
[16.0] [MIG] queue_management_display: Migration to 16.0 #25
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
Conversation
| ], | ||
| "qweb": ["static/src/xml/queue_management.xml"], | ||
| "demo": ["demo/data.xml"], | ||
| "assets": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
He eliminado la carpeta templates que contenía assets.xml y los he añadido aquí. No se si la estructura de static/src es la correcta. WDYT?
| ) | ||
| self.write(self._call_action_vals(location)) | ||
| action = self._add_action_log("call", location) | ||
| self.env["bus.bus"]._sendmany( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ha pasado de ser una función pública a una función privada. Antes era sendmany() y ahora _sendmany()
0bf4918 to
aafd8dc
Compare
| if display.kind == "notification": | ||
| notifications.append( | ||
| ( | ||
| self.env.user.partner_id, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
He añadido este parámetro porque ahora en la función _sendmany se desempaqueta en 3 variables.
|
ping @etobella |
|
@luisDIXMIT tendriamos que migrar la parte javascript a OWL |
2453f0f to
5639208
Compare
fdd5405 to
9760592
Compare
9760592 to
0832ece
Compare
Migrating