Add tender importer from CORE; apply tender in CORE POS batch
still some work to be done yet but getting there
This commit is contained in:
parent
3add006b7e
commit
f61ae7a7e0
6 changed files with 132 additions and 2 deletions
|
@ -122,6 +122,15 @@ class SubdepartmentImporter(importing.model.SubdepartmentImporter):
|
|||
}
|
||||
|
||||
|
||||
class TenderImporter(importing.model.TenderImporter):
|
||||
|
||||
extensions = {
|
||||
'_corepos': [
|
||||
'corepos_id',
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
class VendorImporter(importing.model.VendorImporter):
|
||||
|
||||
extensions = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue