Migration to version 14.0
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
see https://github.com/OCA/edi/issues/246 before migrate
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.
account_invoice_export migrated in https://github.com/OCA/edi/pull/299
base_business_document_import migrated in https://github.com/OCA/edi/pull/301
sale_order_import migrated in https://github.com/OCA/edi/pull/302
base_ubl migrated in https://github.com/OCA/edi/pull/303
sale_order_import_ubl migrated in https://github.com/OCA/edi/pull/316
sale_order_import_ubl_http migrated in https://github.com/OCA/edi/pull/317
base_ebill_payment_contract migrated in https://github.com/OCA/edi/pull/322
Hello all, I'll migrate the module "account_e-invoice_generate" in v14.
@dsolanki-initos Here it is, ready to review https://github.com/OCA/edi/pull/255
I'll migarte the module "base_ubl_payment" to v14.
Hello, I'll migrate "base_business_document_import" module to v14.
partner_identification_import: https://github.com/OCA/edi/pull/332
I'll migrate purchase_order_ubl to V14
I'll migrate the module 'sale_order_ubl' to v14
Currently migrating purchase_order_import and purchase_order_import_ubl
I'll migrate the module 'edi_storage' in v14.
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
Okay I'll rename the module as edi_storage_oca. Thank You!
@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
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?
You will probably need to do a git rebase origin/14.0, that is something that happened to me too :smile:
Okay. Thank You !
I'll migrate the module 'account_invoice_import' in v14.
I will make migrate module sale_order_customer_free_ref: PR
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.
account_invoice_ubl_email_attachment in https://github.com/OCA/edi/pull/631
account_invoice_ubl_peppol #795