ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-odoo-migration
useOdooMigration
Function useOdooMigration
useOdooMigration
()
:
{
tables
:
OdooTable
[]
;
loading
:
boolean
;
error
:
string
|
null
;
selectedTables
:
string
[]
;
exporting
:
boolean
;
exportProgress
:
number
;
exportResults
:
ExportResult
[]
;
exportSummary
:
ExportSummary
|
null
;
loadTables
:
()
=>
Promise
<
void
>
;
selectTable
:
(
tableName
:
string
,
checked
:
boolean
)
=>
void
;
selectAllTables
:
(
tables
:
OdooTable
[]
)
=>
void
;
exportTables
:
(
tableNames
:
string
[]
)
=>
Promise
<
void
>
;
clearError
:
()
=>
void
;
resetExport
:
()
=>
void
;
}
Returns
{
tables
:
OdooTable
[]
;
loading
:
boolean
;
error
:
string
|
null
;
selectedTables
:
string
[]
;
exporting
:
boolean
;
exportProgress
:
number
;
exportResults
:
ExportResult
[]
;
exportSummary
:
ExportSummary
|
null
;
loadTables
:
()
=>
Promise
<
void
>
;
selectTable
:
(
tableName
:
string
,
checked
:
boolean
)
=>
void
;
selectAllTables
:
(
tables
:
OdooTable
[]
)
=>
void
;
exportTables
:
(
tableNames
:
string
[]
)
=>
Promise
<
void
>
;
clearError
:
()
=>
void
;
resetExport
:
()
=>
void
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...