configuration: add setting for product-categories
This commit is contained in:
parent
1b440525ac
commit
5d68a2c2b4
6 changed files with 117 additions and 3 deletions
|
@ -5,11 +5,12 @@
|
|||
|
||||
from trytond.pool import Pool
|
||||
from .document import Incoming
|
||||
from .configuration import Configuration
|
||||
from .configuration import Configuration, ConfigProductcategoryRel
|
||||
|
||||
|
||||
def register():
|
||||
Pool.register(
|
||||
Configuration,
|
||||
ConfigProductcategoryRel,
|
||||
Incoming,
|
||||
module='document_incoming_invoice_xml', type_='model')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue