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 14.0 #242

Open
21 of 36 tasks
OCA-git-bot opened this issue Oct 4, 2020 · 29 comments
Open
21 of 36 tasks

Migration to version 14.0 #242

OCA-git-bot opened this issue Oct 4, 2020 · 29 comments
Labels
help wanted no stale Use this label to prevent the automated stale action from closing this PR/Issue. work in progress
Milestone

Comments

@OCA-git-bot
Copy link
Contributor

OCA-git-bot commented Oct 4, 2020

Todo

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

Modules to migrate

Missing module? Check https://github.com/OCA/maintainer-tools/wiki/%5BFAQ%5D-Missing-modules-in-migration-issue-list

@bealdav
Copy link
Member

bealdav commented Nov 5, 2020

see #246 before migrate

@alexis-via
Copy link
Contributor

FYI, the module account_e-invoice_generate will be renamed account_einvoice_generate (removal of the dash in the module name, which can be a problem for XMLIDs). I'll take care of this.

@StefanRijnhart StefanRijnhart pinned this issue Nov 30, 2020
@phuctranfxvn
Copy link
Contributor

phuctranfxvn commented Dec 18, 2020

account_invoice_export migrated in #299

@phuctranfxvn
Copy link
Contributor

base_business_document_import migrated in #301

@phuctranfxvn
Copy link
Contributor

sale_order_import migrated in #302

@phuctranfxvn
Copy link
Contributor

base_ubl migrated in #303

@phuctranfxvn
Copy link
Contributor

sale_order_import_ubl migrated in #316

@phuctranfxvn
Copy link
Contributor

sale_order_import_ubl_http migrated in #317

@phuctranfxvn
Copy link
Contributor

base_ebill_payment_contract migrated in #322

@dsolanki-initos
Copy link
Contributor

Hello all,
I'll migrate the module "account_e-invoice_generate" in v14.

@alexis-via
Copy link
Contributor

@dsolanki-initos Here it is, ready to review #255

@dsolanki-initos
Copy link
Contributor

I'll migarte the module "base_ubl_payment" to v14.

@fshah-initos
Copy link
Contributor

Hello,
I'll migrate "base_business_document_import" module to v14.

@dzungtran89
Copy link
Contributor

dzungtran89 commented Feb 23, 2021

@rconjour
Copy link
Contributor

I'll migrate purchase_order_ubl to V14

@fshah-initos
Copy link
Contributor

I'll migrate the module 'sale_order_ubl' to v14

@rconjour
Copy link
Contributor

rconjour commented Apr 6, 2021

Currently migrating purchase_order_import and purchase_order_import_ubl

@fshah-initos
Copy link
Contributor

I'll migrate the module 'edi_storage' in v14.

@simahawk
Copy link
Contributor

simahawk commented May 4, 2021

I'll migrate the module 'edi_storage' in v14.

This depends on edi and we should rename it. See #246 (comment)

@fshah-initos
Copy link
Contributor

Okay I'll rename the module as edi_storage_oca.
Thank You!

@etobella
Copy link
Member

etobella commented May 5, 2021

@fshah-initos When you rename it, you should rename history too 😉

You can use filter-branch, the code I used to rename edi to edi_oca was the following:

git filter-branch -f --index-filter '
git ls-files --stage | \
sed "s:edi/:edi_oca/:" | \
GIT_INDEX_FILE=$GIT_INDEX_FILE.new \
git update-index --index-info && \
mv "$GIT_INDEX_FILE.new" "$GIT_INDEX_FILE"
' HEAD

I did it before executing pre-commit or migrate the real code

@fshah-initos
Copy link
Contributor

Hi @etobella ,
Thank you for letting me know about this command to rename the module.

When I create a PR it shows that entirely different commit histories and I am not able to create it. So is there anything else to do here?

@etobella
Copy link
Member

etobella commented May 5, 2021

You will probably need to do a git rebase origin/14.0, that is something that happened to me too 😄

@fshah-initos
Copy link
Contributor

Okay. Thank You !

@dsolanki-initos
Copy link
Contributor

I'll migrate the module 'account_invoice_import' in v14.

@hiepnh97
Copy link

hiepnh97 commented Sep 28, 2021

I will make migrate module sale_order_customer_free_ref: PR

@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 Apr 17, 2022
@simahawk simahawk reopened this May 26, 2022
@bosd
Copy link
Contributor

bosd commented Jul 16, 2022

account_invoice_ubl_email_attachment in #631

@simahawk simahawk reopened this Jul 28, 2022
@simahawk simahawk added no stale Use this label to prevent the automated stale action from closing this PR/Issue. and removed stale PR/Issue without recent activity, it'll be soon closed automatically. labels Jul 28, 2022
@bosd
Copy link
Contributor

bosd commented Jun 27, 2023

account_invoice_ubl_peppol #795

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted no stale Use this label to prevent the automated stale action from closing this PR/Issue. work in progress
Projects
None yet
Development

No branches or pull requests