Add importer for tax rates from CORE
This commit is contained in:
parent
6ef2e67f76
commit
cf90ca5704
5 changed files with 122 additions and 1 deletions
|
@ -131,6 +131,15 @@ class SubdepartmentImporter(importing.model.SubdepartmentImporter):
|
|||
}
|
||||
|
||||
|
||||
class TaxImporter(importing.model.TaxImporter):
|
||||
|
||||
extensions = {
|
||||
'_corepos': [
|
||||
'corepos_id',
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
class TenderImporter(importing.model.TenderImporter):
|
||||
|
||||
extensions = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue