OCA / web

Odoo web client UI related addons
GNU Affero General Public License v3.0
928 stars 1.88k forks source link

Migration to version 17.0 #2661

Open legalsylvain opened 11 months ago

legalsylvain commented 11 months ago

Todo

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

Modules to migrate

Missing module? Check https://github.com/OCA/maintainer-tools/wiki/%5BFAQ%5D-Missing-modules-in-migration-issue-list

rven commented 11 months ago

working on web_environment_ribbon

TesaLazarenko commented 11 months ago

working on web_refresher

moitabenfdz commented 11 months ago

working on web_widget_open_tab #2671

TesaLazarenko commented 10 months ago

working on web_responsive

jeroenev commented 10 months ago

what about web_domain_field? is that no longer needed?

pedrobaeza commented 10 months ago

https://github.com/OCA/maintainer-tools/wiki/%5BFAQ%5D-Missing-modules-in-migration-issue-list

augusto-weiss commented 9 months ago

mig web_ir_actions_act_multi #2704

astirpe commented 9 months ago

web_no_bubble #2708

alielnagar commented 9 months ago

what about web_domain_field!?

john-herholz-dt commented 9 months ago

Regarding web_domain_field, I used this module for a dynamic domain. I just found out, that this seems to work out of the box now in 17.0.

Can somebody confirm this and check the other use cases maybe? Maybe the module is not needed anymore.

cuongnmtm commented 8 months ago

web_remember_tree_column_width https://github.com/OCA/web/pull/2723 (not listed)

taikoaudio-odoo commented 8 months ago

How about web_chatter_position? Can/will it be migrated to 17?

Nikul-OSI commented 8 months ago

@legalsylvain web_notify: #2747

SodexisTeam commented 7 months ago

Migrated web_widget_x2many_2d_matrix #2756

jethavadakshal commented 6 months ago

can anyone please review #2769 thanks

maciej-wichowski commented 6 months ago

web_tree_many2one_clickable #2780

nguyenminhchien commented 6 months ago

Regarding web_domain_field, I used this module for a dynamic domain. I just found out, that this seems to work out of the box now in 17.0.

Can somebody confirm this and check the other use cases maybe? Maybe the module is not needed anymore.

I found this piece of code https://github.com/odoo/odoo/blob/17.0/addons/account/models/account_tax.py#L1606 . prove that we don't need web_domain_field anymore. image image

CRogos commented 6 months ago

web_listview_range_select is now working out of the box.

CRogos commented 6 months ago

web_advanced_search is also now visible in developer mode: image

CRogos commented 6 months ago

web_calendar_slot_duration #2786

SonoDavid commented 5 months ago

is web_chatter_position not needed any more in v17?

peluko00 commented 5 months ago

Migrating:

Paulius11 commented 5 months ago

why web_search_with_and is not added in migrate list?

achulii commented 4 months ago

web_widget_numeric_step #2825

Jp-alitec commented 4 months ago

web_chatter_position #2833

Jp-alitec commented 4 months ago

web_select_all_companies #2834 Approved :+1:

LoanHuynh commented 4 months ago

why web_search_with_and is not added in migrate list?

Same question....

CRogos commented 4 months ago

I think there is more missing and will be added as soon someone starts with the migration. beside web_search_with_and, these modules are also on my wish list: web_m2x_options web_group_expand

mohs8421 commented 4 months ago

@CRogos I have the need for a newer version of web_m2x_options, so I have partly migrated it, will file a PR later with my changes so far. But at the same time I'm a little stuck as I honestly don't really know about Odoo's client code's architecture and even more on what has changed between 16.0 and 17.0 For reference, here is my PR: https://github.com/OCA/web/pull/2848

rven commented 3 months ago

web_m2x_options https://github.com/OCA/web/pull/2847 this PR superseeds https://github.com/OCA/web/pull/2848 and https://github.com/OCA/web/pull/2772

astirpe commented 3 months ago

web_group_expand #2863

joepsanders commented 3 months ago

Working on web_save_discard_button

traitrantrobz commented 2 months ago

Working on web_action_conditionable 2896

siemenv commented 2 months ago

Is web_sheet_full_width no longer needed?

asr-informatique commented 2 weeks ago

Hi, any news for the migration of web_pwa_oca in 17.0 ? I don't see any PR opened/closed

pedrobaeza commented 2 weeks ago

PWA is included in core, so no migration will be done.

asr-informatique commented 2 weeks ago

So my bad. Thank you.