add configuration
This commit is contained in:
parent
313c811ac3
commit
8a48fb7236
5 changed files with 70 additions and 0 deletions
|
@ -5,9 +5,11 @@
|
|||
|
||||
from trytond.pool import Pool
|
||||
from .document import Incoming
|
||||
from .configuration import Configuration
|
||||
|
||||
|
||||
def register():
|
||||
Pool.register(
|
||||
Configuration,
|
||||
Incoming,
|
||||
module='document_incoming_invoice_xml', type_='model')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue