Add method to group by order in invoice report

Move invoice class in dedicated file
This commit is contained in:
Alexis de Lattre
2018-04-11 15:33:34 +02:00
parent 7cb35a031d
commit e02727e6ee
3 changed files with 109 additions and 68 deletions

View File

@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
from . import sale
from . import account_invoice
from . import product
from . import partner