edi icon indicating copy to clipboard operation
edi copied to clipboard

Migration to version 14.0

Open OCA-git-bot opened this issue 5 years ago • 29 comments

Todo

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

Modules to migrate

  • [x] account_e-invoice_generate -> account_einvoice_generate - #255 by @alexis-via
  • [x] account_invoice_export - #299 by @phuctranerp
  • [x] account_invoice_facturx - #288 by @alexis-via
  • [x] account_invoice_facturx_py3o - #326 by @alexis-via
  • [x] account_invoice_import - #387 by @alexis-via
  • [x] account_invoice_import_facturx - #335 by @alexis-via
  • [x] account_invoice_import_invoice2data - #336 by @alexis-via
  • [x] account_invoice_ubl - #330 by @fshah-initos
  • [ ] account_invoice_import_ubl - #334 by @alexis-via
  • [ ] account_invoice_ubl_email_attachment - By @bosd - #631
  • [x] account_invoice_ubl_peppol - By @bosd - #795
  • [x] base_business_document_import - #301 by @phuctranerp
  • [ ] base_ebill_payment_contract - #322 by @phuctranerp
  • [x] base_edi - #370 @etobella
  • [x] base_ubl - #303 by @phuctranerp
  • [x] base_ubl_payment - #333 by @dsolanki-initos
  • [x] edi_oca - #371 by @etobella
  • [x] edi_account_oca #376 by @etobella
  • [x] edi_exchange_template_oca #388 @etobella
  • [x] edi_storage_oca #372 @fshah-initos
  • [ ] edi_voxel
  • [ ] edi_voxel_account_invoice
  • [ ] edi_voxel_sale_order_import
  • [ ] edi_voxel_secondary_unit
  • [ ] edi_voxel_stock_picking
  • [ ] edi_voxel_stock_picking_secondary_unit
  • [x] edi_webservice_oca #382
  • [ ] edi_xml_oca - By @simahawk - #634
  • [ ] partner_identification_import - #332 by @dzungtran89
  • [x] purchase_order_ubl - #352 by @rconjour
  • [ ] purchase_stock_ubl
  • [ ] sale_order_import - #302 by @phuctranerp
  • [ ] sale_order_import_ubl - #316 by @phuctranerp
  • [ ] sale_order_import_ubl_http - #317 by @phuctranerp
  • [x] sale_order_ubl - #356 by @fshah-initos
  • [x] webservice #375 by @etobella

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

OCA-git-bot avatar Oct 04 '20 10:10 OCA-git-bot

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

bealdav avatar Nov 05 '20 17:11 bealdav

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.

alexis-via avatar Nov 23 '20 11:11 alexis-via

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

phuctranfxvn avatar Dec 18 '20 07:12 phuctranfxvn

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

phuctranfxvn avatar Jan 02 '21 13:01 phuctranfxvn

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

phuctranfxvn avatar Jan 02 '21 14:01 phuctranfxvn

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

phuctranfxvn avatar Jan 03 '21 13:01 phuctranfxvn

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

phuctranfxvn avatar Jan 09 '21 16:01 phuctranfxvn

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

phuctranfxvn avatar Jan 09 '21 17:01 phuctranfxvn

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

phuctranfxvn avatar Feb 07 '21 08:02 phuctranfxvn

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

dsolanki-initos avatar Feb 18 '21 04:02 dsolanki-initos

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

alexis-via avatar Feb 18 '21 08:02 alexis-via

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

dsolanki-initos avatar Feb 18 '21 09:02 dsolanki-initos

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

fshah-initos avatar Feb 18 '21 12:02 fshah-initos

  • partner_identification_import: https://github.com/OCA/edi/pull/332

dzungtran89 avatar Feb 23 '21 09:02 dzungtran89

I'll migrate purchase_order_ubl to V14

rconjour avatar Mar 18 '21 08:03 rconjour

I'll migrate the module 'sale_order_ubl' to v14

fshah-initos avatar Mar 25 '21 10:03 fshah-initos

Currently migrating purchase_order_import and purchase_order_import_ubl

rconjour avatar Apr 06 '21 10:04 rconjour

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

fshah-initos avatar May 04 '21 12:05 fshah-initos

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

simahawk avatar May 04 '21 12:05 simahawk

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

fshah-initos avatar May 05 '21 04:05 fshah-initos

@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

etobella avatar May 05 '21 08:05 etobella

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?

fshah-initos avatar May 05 '21 10:05 fshah-initos

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

etobella avatar May 05 '21 14:05 etobella

Okay. Thank You !

fshah-initos avatar May 06 '21 04:05 fshah-initos

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

dsolanki-initos avatar May 17 '21 09:05 dsolanki-initos

I will make migrate module sale_order_customer_free_ref: PR

hiepnh97 avatar Sep 28 '21 03:09 hiepnh97

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[bot] avatar Apr 17 '22 12:04 github-actions[bot]

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

bosd avatar Jul 16 '22 17:07 bosd

account_invoice_ubl_peppol #795

bosd avatar Jun 27 '23 16:06 bosd