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] purchase_sale_inter_company: Migration to 11.0 (from 8.0) WIP #97

Merged
merged 29 commits into from
Sep 26, 2019

Conversation

carlosdauden
Copy link
Contributor

@carlosdauden carlosdauden commented Apr 25, 2018

@carlosdauden carlosdauden force-pushed the 11.0-mig-purchase_sale_inter_company branch from cfcc4b4 to 6fae227 Compare April 25, 2018 14:12
@pedrobaeza
Copy link
Member

Why not starting from #95?

@pedrobaeza
Copy link
Member

Please squash commit history a bit.

@Joaco1980
Copy link

After installing the module it leaves inter company, when trying to configure it when I give to save changes the configuration is not saved correctly and it is
captura

@pedrobaeza pedrobaeza added this to the 11.0 milestone Jun 22, 2018
@carlosdauden carlosdauden force-pushed the 11.0-mig-purchase_sale_inter_company branch 10 times, most recently from 0f3c4a9 to bd63a3d Compare July 3, 2018 16:52
@carlosdauden carlosdauden force-pushed the 11.0-mig-purchase_sale_inter_company branch 2 times, most recently from 4021538 to 8bb95c9 Compare July 11, 2018 23:44
@carlosdauden carlosdauden force-pushed the 11.0-mig-purchase_sale_inter_company branch from 9829fe7 to e3e72f2 Compare August 7, 2018 08:54
@pedrobaeza
Copy link
Member

@carlosdauden, @Joaco1980's comment is addressed?

@Joaco1980
Copy link

After the last commits, it works for me correctly. what I do not understand because it has the dependence on the intercompany_invoice, because if you take out merchandise in the sale and invoices the delivery notes, in company B an invoice is generated but it is not related to the purchase order.

@yajo
Copy link
Member

yajo commented Sep 14, 2018

I added a commit that will make Travis fail until #110 is merged, given this was WIP already...

for order in self.filtered('auto_purchase_order_id'):
for line in order.order_line.sudo():
if line.auto_purchase_line_id:
line.auto_purchase_line_id.price_unit = line.price_unit
Copy link
Member

Choose a reason for hiding this comment

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

Wouldn't it be interesting to update the line qty if it's changed in the SO? (and maybe log the change into the PO chatter)

@pedrobaeza
Copy link
Member

@carlosdauden please fix tests of this module.

@chienandalu chienandalu force-pushed the 11.0-mig-purchase_sale_inter_company branch 3 times, most recently from 3e18c77 to f941497 Compare November 16, 2018 17:41
@chienandalu chienandalu force-pushed the 11.0-mig-purchase_sale_inter_company branch from 9e8aaa2 to b584956 Compare September 4, 2019 11:24
@chienandalu
Copy link
Member

@pedrobaeza Green tests

Copy link
Member

@pedrobaeza pedrobaeza left a comment

Choose a reason for hiding this comment

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

OK, let's merge this finally!

@pedrobaeza
Copy link
Member

/ocabot merge

@OCA-git-bot
Copy link
Contributor

What a great day to merge this nice PR. Let's do it!
Prepared branch 11.0-ocabot-merge-pr-97-by-pedrobaeza-bump-no, awaiting test results.

OCA-git-bot added a commit that referenced this pull request Sep 26, 2019
Signed-off-by pedrobaeza
@OCA-git-bot OCA-git-bot merged commit b628a05 into OCA:11.0 Sep 26, 2019
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at c462b15. Thanks a lot for contributing to OCA. ❤️

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.