Conversation
…een edi and account without components
Currently translated at 100.0% (20 of 20 strings) Translation: edi-framework-18.0/edi-framework-18.0-edi_account_core_oca Translate-URL: https://translation.odoo-community.org/projects/edi-framework-18-0/edi-framework-18-0-edi_account_core_oca/it/
|
This PR has the |
etobella
left a comment
There was a problem hiding this comment.
@JordiMForgeFlow as we are on a new migration, I think we should rename this module as edi_account_oca, the original one is not required anymore.
Can you handle the merge on openupgrade?
| @@ -0,0 +1,10 @@ | |||
| def pre_init_hook(env): | |||
|
@etobella then I assume we also have to merge the listeners added in #265 to this one right? @JasminSForgeFlow could you attend the changes when possible? |
|
Wait! I assumed that the other one had no code inside, if it has, we should not merge them, as this module should never require listeners, components or queue. maybe the right new should be "edi_account_listener_oca" and "edi_account_oca", however, I think it doesn't make sense to do it now. |
|
Exactly, the edi_account_oca is depending on component to add the listeners, just like edi_stock_oca or edi_purchase_oca. For me it is fine to keep it as it is then. |
|
For me the names could be improved to avoid mistakes.... |
|
Hmm do we really need 2 modules? |
Standard Migration
@ForgeFlow