-
-
Notifications
You must be signed in to change notification settings - Fork 332
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
[16.0][ADD] product_packaging_multi_barcode_stock_menu: view packaging on barcode list #541
base: 16.0
Are you sure you want to change the base?
[16.0][ADD] product_packaging_multi_barcode_stock_menu: view packaging on barcode list #541
Conversation
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.
Cannot do that, product.barcode.packaging_id
field is part of product_packaging_multi_barcode
module, so this doesn't respect the inheritance.
@sebalix Should I make |
@santostelmo no we cannot do that neither sadly. I think the way it has been designed, we have to create a In the long term, as both product and packaging are part of Odoo std ( cc @simahawk |
0a3565e
to
06f1912
Compare
@sebalix I have created the module |
0fa8585
to
30cd8b2
Compare
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.
Thank you, would like to hear another opinion about this though, as I do not know these modules a lot
Ping @santostelmo , Could you help to fix this? |
30cd8b2
to
cc0f210
Compare
@QuocDuong1306 I fixed the points mentioned above. @sebalix could you please check your change requests ? |
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.
LG, can you add (in a separate commit) a ROADMAP.rst entry in product_packaging_multi_barcode
module to merge it in product_multi_barcode
for the next migration, and same for product_packaging_multi_barcode_stock_menu
+ product_multi_barcode_stock_menu
to merge them in a new module product_multi_barcode_stock
.
At the end we'll get only two modules, one depending exclusively on product
, the other one being a glue module extending the first by adding a dependency on stock
.
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.
Not an expert but LGTM
5b37b16
to
13fefcf
Compare
missing script on pre to change module name if its already installed |
13fefcf
to
0d93ab9
Compare
06761f6
to
75d0465
Compare
75d0465
to
7698fda
Compare
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.
@ilyasProgrammer ping
@@ -6,7 +6,7 @@ | |||
"license": "AGPL-3", | |||
"author": "Camptocamp, Odoo Community Association (OCA)", | |||
"category": "Product Management", | |||
"depends": ["product_multi_barcode", "product_multi_barcode_stock_menu"], | |||
"depends": ["product_multi_barcode", "product_multi_barcode_stock"], |
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 need a manual version change here as we'll have to merge the PR w/ nobump
This PR has the |
1 similar comment
This PR has the |
@santostelmo this PR deserves a better description explaining the changes 😉 |
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. |
Show
packaging
field in product barcode tree view