Partners auto-created when you create a user should have customer=False and supplier=True

This commit is contained in:
Alexis de Lattre
2018-03-09 11:22:28 +01:00
committed by Raphaël Valyi
parent bd9979a87d
commit dc287c243b
2 changed files with 21 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
from . import users
from . import partner
from . import company
from . import mail