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

Migration to version 11.0 #739

Closed
36 of 68 tasks
pedrobaeza opened this issue Oct 3, 2017 · 51 comments
Closed
36 of 68 tasks

Migration to version 11.0 #739

pedrobaeza opened this issue Oct 3, 2017 · 51 comments
Labels
help wanted stale PR/Issue without recent activity, it'll be soon closed automatically. work in progress
Milestone

Comments

@pedrobaeza
Copy link
Member

pedrobaeza commented Oct 3, 2017

Todo

https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-11.0

Modules to migrate

@hgminh95
Copy link
Contributor

hgminh95 commented Oct 7, 2017

Hi, I would like to help migrating some web_widget_* modules, start from web_widget_float_formula.

@pedrobaeza
Copy link
Member Author

Updated main comment. If you are going to migrate any other, please mention for reserving it.

@oihane
Copy link
Contributor

oihane commented Oct 23, 2017

Proposed web_widget_color: #775

@smurf-U
Copy link
Member

smurf-U commented Oct 27, 2017

#779 web_widget_image_download

@bouvyd
Copy link
Contributor

bouvyd commented Oct 29, 2017

#781 web_notify

@JBF91
Copy link
Contributor

JBF91 commented Nov 13, 2017

Hi! I'm working on web_export_view.

Here's the PR #798

@JBF91
Copy link
Contributor

JBF91 commented Nov 15, 2017

I've also migrate web_hide_db_manager_link, It's work fine to me.

#801

UPDATE:
I'm closing the PR, as @yajo told me, there's a built in parameter "--no-database-list" wich does the same. So @pedrobaeza you can strikethrough in the main message as you did with readonly_bypass.

@vcloud9ray
Copy link

Tried to install help_online in v11.

  1. Ran 2to3 and made suggested changes to the wizard/*.py files (library name changes)

  2. Commented out an XML error (field PAGE does not exist)

<field name="page" string="Website Page?" readonly="1" attrs="{'invisible': [('type', '!=', 'qweb')]}"/>

  1. Tried to resolve a JavaScript Error "TypeError: this.rpc is not a function" by using the v11 version "this._rpc" and the 'route:' and 'params:' prefixes.

Although I got no further errors - something is still broken as I can't get to the backend anymore.

I turned around and saw behind me in the distance, almost at the horizon, a line I should never have crossed.

@pedrobaeza
Copy link
Member Author

@vcloud9ray, well, you have tried, which is the important thing!

@astirpe
Copy link
Member

astirpe commented Jan 25, 2018

Module support_branding for V11 could be moved into https://github.com/OCA/server-brand/ repository IMO.

@pedrobaeza
Copy link
Member Author

Yeah, good idea

@simahawk
Copy link
Contributor

web_widget_x2many_2d_matrix #871

@simahawk
Copy link
Contributor

@pedrobaeza web_tree_many2one_clickable is not needed anymore on v11. See #872

@astirpe
Copy link
Member

astirpe commented Feb 20, 2018

@simahawk what module web_tree_many2one_clickable does is also to enable the "clickable many2ones" system wide:

You can also define a system parameter to have this behaviour for all the
existing many2one fields in tree views.

@simahawk
Copy link
Contributor

@astirpe we can cherry-pick that and should be much easier (see #872).

@qtheuret
Copy link
Contributor

web_dialog_size : #869

@MaxyMoos
Copy link

web_widget_many2many_tags_multi_selection : #892

@OpenCode
Copy link
Contributor

web_search_with_and: #895

@huyly0909
Copy link

I will work on web_timeline

@pedrobaeza
Copy link
Member Author

@huyly0909 as v11 changes JS views a lot, and timeline JS lib has proven several flaws (like no dependencies for example), maybe you can work on replacing it by https://github.com/frappe/gantt

@Maartincm
Copy link
Contributor

Maartincm commented Apr 10, 2018

I'm working on web_timeline too! And I've got to a pretty decent point.
I'll try to move the js lib to the one baeza recommended.
Maybe We should keep in touch huyly0909

@huyly0909
Copy link

huyly0909 commented Apr 11, 2018

Ok @Maartincm , Let me know how I can help.

@aldo774
Copy link
Member

aldo774 commented Apr 11, 2018

web_listview_range_select: #910

This was referenced Apr 13, 2018
@aldo774
Copy link
Member

aldo774 commented May 15, 2018

web_group_expand: #928

@andreati
Copy link

@Maartincm : some inputs: 1. order of task may switch by it self if you scroll left and right. 2. does not appear on smartphone.

@vcloud9ray
Copy link

Anyone working on web_widget_timepicker?

@SalahAdDin
Copy link

SalahAdDin commented Jun 8, 2018

web_shortcut and web_last_viewed_records for Odoo 11.

@JBF91
Copy link
Contributor

JBF91 commented Jun 14, 2018

Didnt't write it here, but I'm working on PR's for web_advance_search_wildcard and web_advance_search_x2x I'm going as fast as I can so don't get nervous :)

@pedrobaeza
Copy link
Member Author

Great, thanks!

@bud-e
Copy link
Member

bud-e commented Jun 21, 2018

web_widget_image_webcam - #964

@pedrobaeza
Copy link
Member Author

@xavierjimenez it was you who started to work on the migration of web_advanced_search_x2x?

@xavierjimenez
Copy link
Contributor

No, I haven't worked on that module, I think it was @JBF91

@pedrobaeza
Copy link
Member Author

Yeah, right, thanks for the pointer. I didn't remember who was. @JBF91, how is the work on that?

@JBF91
Copy link
Contributor

JBF91 commented Jul 4, 2018

@pedrobaeza Yeah It's mine. I've been studying this month sorry, I may have it PR'd probably by the weekend

@pedrobaeza
Copy link
Member Author

Great. My colleague @yajo has been investigating also a bit and determine that we need odoo/odoo#25594 for this to work.

@JBF91
Copy link
Contributor

JBF91 commented Jul 4, 2018

I didn't need it actually, instead I've extend the Char field implementation which comes with just the basics and it can be accesed trough search_filters_registry don't know if this is the proper way, but I just have to find a way without PRing odoo master 😄

@JBF91
Copy link
Contributor

JBF91 commented Jul 8, 2018

@pedrobaeza New PR's

@MeetKD
Copy link

MeetKD commented Jul 29, 2018

@pedrobaeza web_listview_invert_selection -> #1004

@nikul-serpentcs
Copy link
Member

@pedrobaeza web_tree_image -> #1006

@Maartincm
Copy link
Contributor

Maartincm commented Aug 10, 2018

@pedrobaeza Should we migrate web_domain_field? (I don't see it in the list)

@pedrobaeza
Copy link
Member Author

@Maartincm if it's not in the list it's because it has landed after the 11.0 branch creation and thus it wasn't gathered by the automatic issue creator, but yes, if you still think it's needed in this version, go ahead and we add it manually here.

@Maartincm
Copy link
Contributor

@pedrobaeza There we go...
web_domain_field -> #1019

@pedrobaeza
Copy link
Member Author

Noted

@simahawk
Copy link
Contributor

FTR web_send_message_popup done here #1051

@emagdalenaC2i
Copy link
Contributor

@pedrobaeza I think you can check web_advanced_search _x2x - By @yajo #999 it is Merged in e764017

Please check web_editor_background_color - By @yajo - #1074

web_hide_db_manager_link - By @JBF91 - #801 is closed and I think this migration is no loger needed

Please check web_tree_image - By @nikul-serpentcs - #1006

Please, could you move up web_widget_bokeh_chart in the list so that it is sorted correctly in alphabetical order

Please add to the list web_advanced_search_wildcard - By @JBF91 - #985

Please add to the list web_drop_target - By @grindtildeath - #974

There is a PR for web_widget_slick - By @MeetKD - #958

@Tardo
Copy link
Member

Tardo commented Feb 3, 2019

I will work on web_widget_timepicker

@Tardo
Copy link
Member

Tardo commented Feb 9, 2019

I will work on web_widget_text_markdown

@emagdalenaC2i
Copy link
Contributor

Please, check web_drop_target - By @grindtildeath - #974 that is already merged

You can check and strikethrough web_hide_db_manager_link that is already include in Odoo 11

Please, check web_listview_invert_selection - By @MeetKD - #1004 that is already merged

Please, check web_widget_timepicker - By @Tardo - #1173 that is already merged

@MohsenWaleed
Copy link

I will work on web_shortcut

@github-actions
Copy link

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label May 29, 2022
@github-actions github-actions bot closed this as completed Jul 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted stale PR/Issue without recent activity, it'll be soon closed automatically. work in progress
Projects
None yet
Development

No branches or pull requests