Skip to content
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

[REL] stock_inventory_require_lot to V11. #82

Merged
merged 2 commits into from Jul 17, 2018

Conversation

ValentinoDefelice
Copy link

  • [FIX] Separe models and views in diferent files.
  • [FIX] Update Manifest and README

@coveralls
Copy link

coveralls commented Jun 28, 2018

Coverage Status

Coverage increased (+2.0%) to 48.165% when pulling 3a17140 on adhoc-dev:11.0-t-9726-vd into 983a528 on ingadhoc:11.0.

Copy link
Contributor

@nicomacr nicomacr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Valen!
Thanks for this PR.
I leave some comments below.

:target: https://runbot.adhoc.com.ar/

.. repo_id is available in https://github.com/OCA/maintainer-tools/blob/master/tools/repos_with_ids.txt
.. branch is "9.0" for example

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here you need the part of the configuration, installation and usage.

_inherit = 'stock.change.product.qty'

tracking = fields.Selection(
related='product_id.tracking', readonly=True
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Valen, here it would be much better this way:

tracking = fields.Selection(
related='product_id.tracking',
readonly=True,
)


_inherit = 'stock.inventory.line'

tracking = fields.Selection(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same thing that I put in the previous comment.

Valentino and others added 2 commits July 17, 2018 11:48
* [FIX] Separe models and views in diferent files.
* [FIX] Update Manifest and README
@jjscarafia jjscarafia merged commit aec8b8f into ingadhoc:11.0 Jul 17, 2018
@jjscarafia jjscarafia deleted the 11.0-t-9726-vd branch July 17, 2018 14:57
@codecov-io
Copy link

Codecov Report

Merging #82 into 11.0 will increase coverage by 1.97%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##             11.0      #82      +/-   ##
==========================================
+ Coverage   46.19%   48.16%   +1.97%     
==========================================
  Files           9       11       +2     
  Lines         210      218       +8     
==========================================
+ Hits           97      105       +8     
  Misses        113      113
Impacted Files Coverage Δ
...ventory_require_lot/models/stock_inventory_line.py 100% <100%> (ø)
...ory_require_lot/models/stock_change_product_qty.py 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 983a528...3a17140. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants