OCA / edi

GNU Affero General Public License v3.0
119 stars 301 forks source link

Migration to version 14.0 #242

Open OCA-git-bot opened 3 years ago

OCA-git-bot commented 3 years ago

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 commented 3 years ago

see https://github.com/OCA/edi/issues/246 before migrate

alexis-via commented 3 years ago

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.

phuctranfxvn commented 3 years ago

account_invoice_export migrated in https://github.com/OCA/edi/pull/299

phuctranfxvn commented 3 years ago

base_business_document_import migrated in https://github.com/OCA/edi/pull/301

phuctranfxvn commented 3 years ago

sale_order_import migrated in https://github.com/OCA/edi/pull/302

phuctranfxvn commented 3 years ago

base_ubl migrated in https://github.com/OCA/edi/pull/303

phuctranfxvn commented 3 years ago

sale_order_import_ubl migrated in https://github.com/OCA/edi/pull/316

phuctranfxvn commented 3 years ago

sale_order_import_ubl_http migrated in https://github.com/OCA/edi/pull/317

phuctranfxvn commented 3 years ago

base_ebill_payment_contract migrated in https://github.com/OCA/edi/pull/322

dsolanki-initos commented 3 years ago

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

alexis-via commented 3 years ago

@dsolanki-initos Here it is, ready to review https://github.com/OCA/edi/pull/255

dsolanki-initos commented 3 years ago

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

fshah-initos commented 3 years ago

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

dzungtran89 commented 3 years ago
rconjour commented 3 years ago

I'll migrate purchase_order_ubl to V14

fshah-initos commented 3 years ago

I'll migrate the module 'sale_order_ubl' to v14

rconjour commented 3 years ago

Currently migrating purchase_order_import and purchase_order_import_ubl

fshah-initos commented 3 years ago

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

simahawk commented 3 years ago

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

This depends on edi and we should rename it. See https://github.com/OCA/edi/issues/246#issuecomment-822223379

fshah-initos commented 3 years ago

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

etobella commented 3 years ago

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

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 commented 3 years ago

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 commented 3 years ago

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

fshah-initos commented 3 years ago

Okay. Thank You !

dsolanki-initos commented 3 years ago

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

hiepnh97 commented 2 years ago

I will make migrate module sale_order_customer_free_ref: PR

github-actions[bot] commented 2 years ago

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.

bosd commented 2 years ago

account_invoice_ubl_email_attachment in https://github.com/OCA/edi/pull/631

bosd commented 1 year ago

account_invoice_ubl_peppol #795