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 30d92b40f2
commit dd8bae81be
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