[10.0][FIX] backport of SerpentCS mass_editing v10 port - #820
Conversation
c07f73c to
d4dfde9
Compare
|
@JayVora-SerpentCS I was looking at this while merging the code: What's the reason for not simply using ('model_id', '=', model_id)? I dont really understand what model_list is for since it's just set to [model_id] in the onchange on model_id. EDIT: Nevermind I hadn't looked carefully, it's right there in the code, the parent models are added to model_list, so sometimes it has more than one id. |
| #. module: mass_editing | ||
| ======= | ||
| #: model:ir.model,name:mass_editing.model_ir_model_fields | ||
| >>>>>>> c5fd7e3... Made Mass Editing module v10 compatible |
|
Otherwise it works fine. |
|
is the end of world w/o this module !, is ready to merge ? |
|
Should never ne model_list, rather. It was a backport from old version - #598 (comment) |
|
Hello, can anyone merge this commit please ? |
d4dfde9 to
e384fd0
Compare
|
@sbidoul oops fixed that. I grepped and didnt find any more unresolved conflicts |
|
👍 LGTM Please someone merge this as soon as possible. |
|
This shouldn't have been merged dears! Some edits revert the actual Pr #598 and the old cherry picked commits @pedrobaeza |
|
@JayVora-SerpentCS can you make a new PR ? |
|
I guess better to uncommit this one and correct, otherwise we will go in another loop of complexity. |
|
We cannot uncommit, only revert. Please do another PR. |
|
I meant revert, sorry for the confusion. |
)" This reverts commit ed54cfb.
* Made Mass Editing module v10 compatible * Mass Editing module v10 translations * Update ir_model_fields.py * [FIX] mass_editing v10 port openerp->odoo * [FIX] pep8 * [FIX] remove no-longer supported auto_refresh in view
* Made Mass Editing module v10 compatible * Mass Editing module v10 translations * Update ir_model_fields.py * [FIX] mass_editing v10 port openerp->odoo * [FIX] pep8 * [FIX] remove no-longer supported auto_refresh in view
* Made Mass Editing module v10 compatible * Mass Editing module v10 translations * Update ir_model_fields.py * [FIX] mass_editing v10 port openerp->odoo * [FIX] pep8 * [FIX] remove no-longer supported auto_refresh in view
* Made Mass Editing module v10 compatible * Mass Editing module v10 translations * Update ir_model_fields.py * [FIX] mass_editing v10 port openerp->odoo * [FIX] pep8 * [FIX] remove no-longer supported auto_refresh in view
* Made Mass Editing module v10 compatible * Mass Editing module v10 translations * Update ir_model_fields.py * [FIX] mass_editing v10 port openerp->odoo * [FIX] pep8 * [FIX] remove no-longer supported auto_refresh in view
…obaeza-bump-minor Syncing from upstream OCA/server-tools (14.0-ocabot-merge-pr-2198-by-pedrobaeza-bump-minor)
I merged the v10 port of mass_editing by @JayVora-SerpentCS, found here: https://github.com/JayVora-SerpentCS/MassEditing/tree/10.0.
I split the code from the translations to make review easier.
Commit 4614486 fixes issue #806.