-
Notifications
You must be signed in to change notification settings - Fork 29
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][ADD] product_inventoriable module #242
base: 14.0
Are you sure you want to change the base?
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.
you miss to develop the feature.
We should only add in the inventory the product that have been flag "to_inventory"
|
||
to_inventory = fields.Boolean("To inventory", default=True) | ||
|
||
def write(self, vals): |
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.
Useless
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.
6a391ff
to
ccdd566
Compare
ccdd566
to
c64ad28
Compare
Codecov Report
@@ Coverage Diff @@
## 14.0 #242 +/- ##
==========================================
+ Coverage 79.98% 80.62% +0.64%
==========================================
Files 123 130 +7
Lines 1354 1399 +45
Branches 260 266 +6
==========================================
+ Hits 1083 1128 +45
Misses 232 232
Partials 39 39
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
No description provided.