[8.0][base_custom_info] New module to have custom information associated to any model#313
[8.0][base_custom_info] New module to have custom information associated to any model#313pedrobaeza merged 14 commits intoOCA:8.0from yajo:custom-info
Conversation
base_custom_info/__openerp__.py
Outdated
There was a problem hiding this comment.
This category is not a standard one
|
All fixed (what needed to be fixed). |
|
Well, now. |
|
Please @sergio-incaser @carlos-incaser @pedrobaeza @antespi could you review? Thanks |
|
When try enter into a product |
|
Could you try now please? |
|
Travis fails |
|
Should be fixed now. |
|
Very nice! Ready! @carlos-incaser @sergio-incaser @pedrobaeza. |
|
The last two commits are not related witdh this module. |
|
They're there to get Travis 💚 |
|
👍 thanks! |
|
Hi, please, this PR is ready to be merged, could any manager take a look? thanks! |
|
@yajo, you have merged the latest changes from 8.0 branch instead of rebasing. Please remove latest commit, and make a proper rebase, and then I'll merge. |
|
Is there any real difference? |
|
Yes, see the commits and the diffs. They are reversed |
|
Commits and diffs are OK, I don't know what do you mean... When you rebase you have to solve conflicts one by one for each problematic commit, and it is a potentially dangerous operation that destroys history. With merge history goes always forward and you only need to solve conflicts once. That's why I usually prefer merges unless for squashing or something like that: less work, less danger, and at the end you get exactly the same result, so IMHO it's OK as it is 😉 |
|
They are not correct, see https://github.com/Yajo/server-tools/commit/be0981ad0202131ac499c4fa144cfe9b1018010f. It's not a question of preferences, it's a question of not messing up the commit history. |
|
I'll rebase. ✌️ |
|
Rebased |
|
Thanks. 👍 |
[8.0][base_custom_info] New module to have custom information associated to any model
Syncing from upstream OCA/server-tools (9.0)
This module does nothing by itself, so don't lose time doing functional reviews. It is the base module that was sent in OCA/product-attribute#120 (comment).
It just adds a base to make other modules able to add a custom attribute list in any model with 2 LOC.
@carlos-incaser @rafaelbn @pedrobaeza.