[12.0][FIX] excel_import_excel: fix adding new row in excel for pre-defined row and add extend attribute
Before this commit, if we export excel with multiple rows (eg.sale order line) that has pre-defined row with attributes in excel file(eg. line rule and font), the first output row will only affect the attributes and the attributes of the rest is none because the system insert new rows after added the first row. After this commit, the above problem will be solved and inserting new row will work when we enable extend attribute (reference from v13.0).
Please see the reference. This is the default excel file for exporting. sale_order.xlsx
This is the export excel before this commit. SO007(8).xlsx
This is the export excel after commit. SO007(20).xlsx
@qrtl
Hi @kittiu, some modules you are maintaining are being modified, check this out!
@kittiu Can you please review this PR?
Function review: it works as expected. What is this Travis error?
What is this Travis error?
@kanda999 I don't know what is the reason why travis failed? I think we need to change CI from travis to github in 12.0 branch.
I think we need to change CI from travis to github in 12.0 branch.
@AungKoKoLin1997 Please work on this yourself if you can. Expect to have several hiccups in the process. See how it went for 13.0 here: https://github.com/OCA/server-tools/pull/2518
@AungKoKoLin1997 Maybe rebase this as well
@thomaspaulb Done!
There hasn't been any activity on this pull request in the past 4 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 PR to never become stale, please ask a PSC member to apply the "no stale" label.