OCA / server-tools

Tools for Odoo Administrators to improve some technical features on Odoo.
https://odoo-community.org/psc-teams/tools-30
GNU Affero General Public License v3.0
661 stars 1.44k forks source link

[14.0] apps.odoo.com status #2134

Open simahawk opened 2 years ago

simahawk commented 2 years ago
Module base_jsonify already exists for another serie. Please select a free module name or use the right user account.
Module onchange_helper already exists for another serie. Please select a free module name or use the right user account.

Indeed base_jsonify seems published only for v8 https://apps.odoo.com/apps/modules/8.0/base_jsonify same for https://apps.odoo.com/apps/modules/8.0/onchange_helper/ but seems not to be in control of OCA and that's why we cannot publish it for other versions.

@sebastienbeau @bguillot @hparfr can you check?

hparfr commented 2 years ago

@bealdav can you please check ?

simahawk commented 2 years ago

Current status

Module onchange_helper already exists for another serie. Please select a free module name or use the right user account. Module auto_backup for series 14.0 belongs to another repository. Please select a free module name or user the right user account. Module base_jsonify already exists for another serie. Please select a free module name or use the right user account.

@hparfr @bealdav @sebastienbeau we should do something, especially because these modules might be used as base modules for other modules and this state blocks their publishing on the apps store for all them (eg: shopfloor*).

hparfr commented 2 years ago

ping @rvalyi

simahawk commented 2 years ago

@sebastienbeau @rvalyi piiiiiing :)

The module is already published here https://apps.odoo.com/apps/modules/8.0/base_jsonify/ and maybe you registered it manually?

In any case, I'm considering to move base_jsonify code to jsonify_base and make base_jsonify depend on this to preserve v13 and v14. Then in v15 we should kill base_jsonify.

sebastienbeau commented 2 years ago

@rvalyi can you remove it ?

rvalyi commented 2 years ago

@rvalyi can you remove it ?

I answered your email, it seems I have no control over the module in the appstore sadly.

sebastienbeau commented 2 years ago

I found the right person, it was linked to david account. The apps have been removed

sebastienbeau commented 2 years ago

can you try to publish the oca version ?

simahawk commented 2 years ago

still getting the same error "Module base_jsonify already exists for another serie. Please select a free module name or use the right user account." :sob:

bealdav commented 2 years ago

It requires 24h to be taken in account I suppose

simahawk commented 2 years ago

nada, the error is still there :sob:

I'll try to get in touch w/ someone at Odoo SA.

simahawk commented 2 years ago

@bealdav sounds this is not moving anywhere. For base_jsonify I'd opt for renaming the module (eg: jsonifier). To make a test w/ the apps store I have created an empty module to just try it out then I can move all the logic from base_jsonify to it and make it dependent on this new module. Example https://github.com/OCA/server-tools/compare/14.0...camptocamp:14-add-jsonifier?expand=1 If it's ok for you I'll go ahead. CC @sebastienbeau

sebastienbeau commented 2 years ago

@simahawk crazy to have to rename a module, but if it's the only solution to solve it from odoo SA let's do it

simahawk commented 2 years ago

@sebastienbeau OTOH I find jsonifier more captivating :stuck_out_tongue_winking_eye:

simahawk commented 2 years ago

et voilá https://apps.odoo.com/apps/modules/14.0/jsonifier/

simahawk commented 2 years ago

There you go https://github.com/OCA/server-tools/pull/2327