Hello,
Search an solution to my problem of invoice. My schematic is as follows:
Sale Order -> Delivery -> Invoice
My customers are invoiced at the end of the month, so there's several delivery order I group the delivery order of a single invoice, but I want the invoice separate block with a total under each delivery order.
example:
--- delivery order 1
---- Product 1
---- Product 2
---- Product 3
--- Sub Total delivery order 1 / Date / Customer Reference Order
--- delivery order 2
---- Product 1
---- Product 2
---- Product 3
--- Sub Total delivery order 2 / Date / Customer Reference Order
....
I use OPENERP 7 / Aeroo for printing and I am new to OpenERP so the language PYTHON I discovered.
Thank you for your help
Problem solved, I created several modules to accomplish my goal. Thank you for your help ... If the modules interressent someone, I'm willing to share. They are very personalized but putting hands in codes is not difficult.
Soon I will clean the modules and publish for distribution companies.
Hello. I want to view you modules. It is possible I get a copy of them? Tanks.
Hello, I am going to clean the modules, because there's dependencies on my business modules. I'm changing modules this weekend and I'll post it!