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

[MIG] mrp_bom_version: migrated from odoomrp-wip #40

Merged
merged 22 commits into from Oct 26, 2015
Merged

[MIG] mrp_bom_version: migrated from odoomrp-wip #40

merged 22 commits into from Oct 26, 2015

Conversation

oihane
Copy link
Contributor

@oihane oihane commented Oct 1, 2015

No description provided.

@@ -2,7 +2,7 @@
<openerp>
<data>

<record id="mrp_bom_tree_view" model="ir.ui.view">
<record id="mrp.mrp_bom_tree_parent_view" model="ir.ui.view">
Copy link
Contributor Author

Choose a reason for hiding this comment

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

By doing this we create a base view so that both modules can be installed separatelly and they won't collide between each other.

Correct option will be to have the view in mrp module but, as it is not, I think this is the best option.

@oihane
Copy link
Contributor Author

oihane commented Oct 2, 2015

This is how it looks now
image

This module provides a state in the BoM whether to allow their use in
manufacturing, to do the following states are defined:

* **Draft**:
Copy link
Member

Choose a reason for hiding this comment

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

Can you move this explanation to Usage section?

@pedrobaeza
Copy link
Member

👍

@oihane
Copy link
Contributor Author

oihane commented Oct 26, 2015

@pedrobaeza something goes akward... it seems to not to execute coveralls.

@pedrobaeza
Copy link
Member

The link is not put in this PR, but it's executing it.

alfredo and others added 20 commits October 26, 2015 10:19
[DEL mrp_bom_version, NEW mrp_bom_state]
[IMP] mrp_bom_version: fix flake8

[IMP]mrp_bom_version: fix travis
Updated to follow OCA conventions

Explained in
https://github.com/OCA/maintainer-tools/tree/master/template/module

Update README.rst

Update README.rst
…ion, and historical. Create _copy_bom, _update_bom_state_after_copy functions.

[ADD] mrp_bom_new_version_when_component_change: Create a new version of BoM when are you going to change a component.
[IMP] mrp_bom_component_change: Include folder "tests", and programming improvements.
* When passing back to draft mantain active according to company definition
* SQL sentence for state update in post-init-hook.
* _bom_find with context state so that only those in state=active are taken
  into account
* Tests
* api.one deprecated

[IMP] <mrp_bom_version> Little required changes

[IMP] <mrp_bom_version> from api.one to api.multi

[IMP] <mrp_bom_version> New tests added
* mrp_bom_reference_selection : Changed view id to enable use in other modules
* mrp_bom_version : View copied to match the one in other modules
@mikelarre
Copy link

👍

1 similar comment
@CarlosMolinaP
Copy link

👍

pedrobaeza added a commit that referenced this pull request Oct 26, 2015
[MIG] mrp_bom_version: migrated from odoomrp-wip
@pedrobaeza pedrobaeza merged commit b5c103e into OCA:8.0 Oct 26, 2015
@pedrobaeza pedrobaeza deleted the 8.0-mrp_bom_version branch October 26, 2015 15:48
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

7 participants