-
Notifications
You must be signed in to change notification settings - Fork 78
[IMP] util.indirect_references: new field iap_extracted_words #182
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
[IMP] util.indirect_references: new field iap_extracted_words #182
Conversation
57e58d1 to
aacde52
Compare
|
Can you please refer to correct enterprise PR in the commit the message? |
aacde52 to
fc289a0
Compare
Fixed :) Still puzzled by why upgradeci/matt has an error while Runbot's upgrade ci don't 🧐 |
Because there are missing forward ports most probably. Did you ever wonder what the runbot exceptions when adding a field or view in a stable version was about? Well, it was to hide the errors. But the message is still there: Also, upgradeci tests many more version combinations than just the major ones as runbot upgrade CI does ;) |
fc289a0 to
2c8ecb7
Compare
|
Thanks for the explanation ! If I understood correctly there is nothing I should regarding I've refixed the |
|
Ah OK. That's because you need to link here your upgrade PR: https://github.com/odoo/upgrade/pull/7010 |
|
upgradeci retry |
|
Nope, retry won't work. You need to put the linked PRs in the commit message then re-push here. |
It wasn't authorized in the PR description though ? I'm a bit confused, but I'll put in the commit msg then :) |
b00e74e to
bf94a9f
Compare
bf94a9f to
6839ed1
Compare
6839ed1 to
6ec3251
Compare
6ec3251 to
bcc2bf0
Compare
aj-fuentes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@robodoo r+
IAP extracted words are now no longer only linked to `account.move`'s but can be linked to any model using `res_model` and `res_id`. Enterprise: odoo/enterprise#76437 Upgrade: odoo/upgrade#7010
bcc2bf0 to
8127885
Compare
|
@robodoo r+ |
|
@RicGR98 @aj-fuentes linked pull request(s) odoo/enterprise#76437, odoo/upgrade#7010 not ready. Linked PRs are not staged until all of them are ready. |
IAP extracted words are now no longer only linked to `account.move`'s but can be linked to any model using `res_model` and `res_id`. closes #182 Enterprise: odoo/enterprise#76437 Upgrade: odoo/upgrade#7010 Related: odoo/enterprise#76437 Related: odoo/upgrade#7010 Signed-off-by: Alvaro Fuentes Suarez (afu) <afu@odoo.com>
IAP extracted words are now no longer only linked to `account.move`'s but can be linked to any model using `res_model` and `res_id`. closes #182 Enterprise: odoo/enterprise#76437 Upgrade: odoo/upgrade#7010 Related: odoo/enterprise#76437 Related: odoo/upgrade#7010 Signed-off-by: Alvaro Fuentes Suarez (afu) <afu@odoo.com>

IAP extracted words are now no longer only linked to
account.move's but can be linked to any model usingres_modelandres_id.