-
-
Notifications
You must be signed in to change notification settings - Fork 654
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
[14.0][MIG] stock_dangerous_goods #937
[14.0][MIG] stock_dangerous_goods #937
Conversation
4cd8dd5
to
9d551a9
Compare
9d551a9
to
7e010a6
Compare
/ocabot migration stock_dangerous_goods |
Base PR is getting merged 🎉 |
Please avoid plurals on module name. |
@pedrobaeza @mmequignon Can stay as is as 'goods' is unvariable and don't exist at singular form |
Ok, didn't know |
Actually, it looks like "goods" is the plural of "good" |
Hehe didn't know too. Never used it like that |
Yeah, I wasn't sure. I've discussed about this with @gurneyalex . |
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Now the other 2 have merged. This one is next?? |
7e010a6
to
01652bb
Compare
@mmequignon Still WIP or ready? |
just rebased, this is ready :) |
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.
Code review
class ProductProduct(models.Model): | ||
_inherit = "product.product" | ||
|
||
is_lq_product = fields.Boolean( |
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.
I'd prefer explicit names than abbreviations. But nitpicking
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.
we could consider this for v16
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 15f37e7. Thanks a lot for contributing to OCA. ❤️ |
Depends on:
[14.0][MIG] l10n_eu_product_adr community-data-files#109