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

Migration to version 10.0 #194

Closed
20 of 34 tasks
pedrobaeza opened this issue Oct 11, 2016 · 17 comments
Closed
20 of 34 tasks

Migration to version 10.0 #194

pedrobaeza opened this issue Oct 11, 2016 · 17 comments
Labels
help wanted stale PR/Issue without recent activity, it'll be soon closed automatically. work in progress
Milestone

Comments

@pedrobaeza
Copy link
Member

pedrobaeza commented Oct 11, 2016

Todo

https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-10.0

Modules to migrate

@leemannd
Copy link

leemannd commented Apr 4, 2017

@pedrobaeza Port of account_invoice_rounding here #212

@pedrobaeza
Copy link
Member Author

OK

@leemannd
Copy link

leemannd commented Apr 4, 2017

@pedrobaeza Sorry, it's https://github.com/grindtildeath/ who is doing it.

@pedrobaeza
Copy link
Member Author

OK, fixed

@misern2
Copy link

misern2 commented Apr 14, 2017

@pedrobaeza I think that account_invoice_zero_autopay module is no longer needed in V10.

@pedrobaeza
Copy link
Member Author

@misern2 can you point to the code in Odoo that makes that?

@misern2
Copy link

misern2 commented Apr 14, 2017

Reviewing the code, I found out the reconciled field in the account model. This field is a computed field according the following function :

https://github.com/odoo/odoo/blob/ea2faefe0d6a4a6063d48fc2cda8d7071d9eefa4/addons/account/models/account_invoice.py#L88-L107

After that, the _write function marks as paid all the reconcilied invoices.

https://github.com/odoo/odoo/blob/ea2faefe0d6a4a6063d48fc2cda8d7071d9eefa4/addons/account/models/account_invoice.py#L352-L361

Am I Right or I'm missing something ?

@Jerther
Copy link
Member

Jerther commented May 10, 2017

I believe invoice_shipping_address should be obsolete and not migrated in v10 (v9 also?) since Odoo can already do this. See here.

@pedrobaeza
Copy link
Member Author

@Jerther it's not the same feature. Please check module readme.

@Jerther
Copy link
Member

Jerther commented May 10, 2017

Oh, you're right. The field itself, Odoo takes care of it but I missed the sale.py and stock.py modules which could be migrated indeed.

@angedras
Copy link

angedras commented May 22, 2017

Started migration of product_customer_code_invoice for 10.0
Depends on: #236

@AaronHForgeFlow
Copy link
Contributor

account_invoice_customer_ref_unique: #257

@ThomasBinsfeld
Copy link
Contributor

@pedrobaeza account_invoice_merge is merged (#238)

@pedrobaeza
Copy link
Member Author

Right, updated!

@Montxu
Copy link

Montxu commented Nov 29, 2018

purchase_batch_invoicing #456

@legalsylvain
Copy link
Contributor

account_invoice_supplierinfo_update_discount available here.
#468

BT-dherreros pushed a commit to BT-dherreros/account-invoicing that referenced this issue Apr 29, 2019
Syncing from upstream OCA/account-invoicing (12.0)
@github-actions
Copy link

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Jan 30, 2022
@github-actions github-actions bot closed this as completed Mar 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted stale PR/Issue without recent activity, it'll be soon closed automatically. work in progress
Projects
None yet
Development

No branches or pull requests

9 participants