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

[ADD] business_requirement_deliverable_cost #6

Merged

Conversation

victormmtorres
Copy link
Collaborator

@victormmtorres victormmtorres commented Jun 3, 2016


  

victor and others added 7 commits June 3, 2016 11:44
…le_cost

Improved the README.rst and icon for business_requirement_deliverable_cost.
…pricelist based on customer.

and UnitTest regards refactoring.
	modified:   business_requirement_deliverable_cost/models/business.py
	modified:   business_requirement_deliverable_cost/tests/test_br.py
	modified:   business_requirement_deliverable_cost/views/business.xml
@victormmtorres
Copy link
Collaborator Author

@elicoidal also I add button to Update Pricelist so manager can decide if wants to recalculate again.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 86.218% when pulling d1a8b6b on victormartinelicocorp:4_business_requirement_deliverable_cost into af25af1 on OCA:8.0.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 86.218% when pulling d1a8b6b on victormartinelicocorp:4_business_requirement_deliverable_cost into af25af1 on OCA:8.0.

@api.onchange('product_id')
def product_id_change(self):
super(BusinessRequirementResource, self).product_id_change()
unit_price = 0
Copy link
Contributor

Choose a reason for hiding this comment

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

do you really need the 2 steps?

@coveralls
Copy link

Coverage Status

Coverage remained the same at 86.218% when pulling 4ae9ed7 on victormartinelicocorp:4_business_requirement_deliverable_cost into af25af1 on OCA:8.0.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 86.218% when pulling 4ae9ed7 on victormartinelicocorp:4_business_requirement_deliverable_cost into af25af1 on OCA:8.0.

victor and others added 7 commits August 26, 2016 12:55
…pricelist based on customer.

and UnitTest regards refactoring.
	modified:   business_requirement_deliverable_cost/models/business.py
	modified:   business_requirement_deliverable_cost/tests/test_br.py
	modified:   business_requirement_deliverable_cost/views/business.xml
…not passed.

	modified:   business_requirement_deliverable_cost/__openerp__.py
	modified:   business_requirement_deliverable_cost/models/business.py
@victormmtorres victormmtorres force-pushed the 4_business_requirement_deliverable_cost branch from 4ae9ed7 to c442ed1 Compare August 26, 2016 04:58
@coveralls
Copy link

coveralls commented Aug 26, 2016

Coverage Status

Coverage decreased (-4.4%) to 86.218% when pulling c442ed1 on victormartinelicocorp:4_business_requirement_deliverable_cost into 8442e3f on OCA:8.0.

…UT on specific functions.

Fix others comments made by GitHub reviewers.
	modified:   business_requirement_deliverable_cost/models/business.py
	modified:   business_requirement_deliverable_cost/tests/test_br.py
@coveralls
Copy link

coveralls commented Aug 29, 2016

Coverage Status

Coverage decreased (-1.3%) to 89.32% when pulling 9fd81bf on victormartinelicocorp:4_business_requirement_deliverable_cost into 8442e3f on OCA:8.0.

…e Coverall.

	modified:   business_requirement_deliverable_cost/tests/test_br.py
@coveralls
Copy link

coveralls commented Aug 29, 2016

Coverage Status

Coverage increased (+3.2%) to 93.851% when pulling f008d91 on victormartinelicocorp:4_business_requirement_deliverable_cost into 8442e3f on OCA:8.0.

@victormmtorres
Copy link
Collaborator Author

@elicoidal Please review.

@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
Copy link
Contributor

Choose a reason for hiding this comment

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

should be odoo

Copy link
Member

Choose a reason for hiding this comment

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

Not in 8.0

@pedrobaeza
Copy link
Member

Don't put the same icon as the main one. You can use it that one with a "sub-icon" in one corner representing the specific feature this module adds.

@victormmtorres
Copy link
Collaborator Author

Don't put the same icon as the main one. You can use it that one with a "sub-icon" in one corner representing the specific feature this module adds.

@elicoidal ?

@coveralls
Copy link

coveralls commented Sep 12, 2016

Coverage Status

Coverage increased (+3.4%) to 94.006% when pulling f67d0f7 on victormartinelicocorp:4_business_requirement_deliverable_cost into 8442e3f on OCA:8.0.

…ble_cost

4 business requirement deliverable cost
@coveralls
Copy link

coveralls commented Sep 12, 2016

Coverage Status

Coverage increased (+3.4%) to 94.006% when pulling e5611b3 on victormartinelicocorp:4_business_requirement_deliverable_cost into 8442e3f on OCA:8.0.

@victormmtorres
Copy link
Collaborator Author

@gurneyalex Could you help with https://runbot.odoo-community.org/runbot/build/3154238 ?
status killed.

cc @elicoidal

@gurneyalex
Copy link
Member

@victormartinelicocorp I triggered a rebuild after restarting postgresql. ping me if this does not help.

@api.multi
@api.depends(
'deliverable_lines'
)
Copy link
Sponsor Member

Choose a reason for hiding this comment

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

Can we make this a single line?

@api.multi
@api.depends(
'deliverable_lines'
)
Copy link
Sponsor Member

Choose a reason for hiding this comment

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

One line?

@elicoidal elicoidal changed the title [WIP] business_requirement_deliverable_cost business_requirement_deliverable_cost Sep 15, 2016
@elicoidal elicoidal changed the title business_requirement_deliverable_cost [ADD] business_requirement_deliverable_cost Sep 16, 2016
@elicoidal
Copy link
Contributor

@pedrobaeza

Don't put the same icon as the main one. You can use it that one with a "sub-icon" in one corner representing the specific feature this module adds.

Yes: non-blocking but I will work on a set of icon for each of the modules

Victor Martin added 3 commits September 18, 2016 12:27
…ble_cost

4 business requirement deliverable cost
…itHub regards decorator multi.

	modified:   business_requirement_deliverable_cost/models/business.py
	modified:   business_requirement_deliverable_cost/tests/test_br.py
	modified:   business_requirement_deliverable_cost/views/business.xml
…rds python style.

	modified:   business_requirement_deliverable_cost/models/business.py
@victormmtorres
Copy link
Collaborator Author

@elicoidal @dreispt @pedrobaeza Could review?

@elicoidal
Copy link
Contributor

👍

@elicoidal
Copy link
Contributor

@victormartinelicocorp is this one clean to merge?

@victormmtorres
Copy link
Collaborator Author

Yes @elicoidal

@elicoidal
Copy link
Contributor

@dreispt @pedrobaeza can we move forward?

@elicoidal
Copy link
Contributor

Merging for the code sprint

@elicoidal elicoidal merged commit 5ce0696 into OCA:8.0 Oct 4, 2016
elicoidal pushed a commit that referenced this pull request Dec 28, 2016
…case-field

[IMP]business_requirement: add test case field
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants