Is it possible to reconfigure the documents attached and how. Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Buchhaltung
- Lager
- PoS
- Project
- MRP
Diese Frage wurde gekennzeichnet
1.
- You can delete attached document:
- You can add new file with function Add.
- Knowledge / Documents / Documents you can manage all attachments.
2.
If you want to change company's reports header and footer: in OpenERP Settings / Companies / Companies - open company and you can change header and footer in page Header/Footer for all reports.
If you want to change report's design, then read: http://doc.openerp.com/v6.1/developer/05_reports.html#openoffice-org-reports
Thank you for the answer. I'm sorry maybe my question wasn't very clear.In fact my question is on the content of a document it-self (for example a quotation that has been automatically generated by OpenERP, how can i change the header or define other properties).
To modify header and view of automatically-generated OpenERP Report,
You should modify the .rml files.
You can find them in /addons/sale/report/sale_order.rml
Instead of hard-coding the rml, you are able to modify it more comfortably by using OpenOffice then save it to .sxw.
Later, you will have to access /addons/base_report_designer/openerp_sxw2rml/openerp_sxw2rml.py to convert .sxw file to .rml file
Files which are important for reporting :
- /addons/sale/sale_report.xml
- /addons/sale/report/sale_order.rml
- /addons/sale/report/sale_order.sxw
- /addons/sale/report/sale_order.py
- /addons/sale/report/__init__.py
Don't forget to make sure this constrain
- On /addons/sale/__init__.py : import report
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
RegistrierenVerknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
---|---|---|---|---|
|
3
Apr. 19
|
4158 | ||
|
1
Juni 16
|
5220 | ||
|
1
März 15
|
4216 | ||
|
1
Feb. 21
|
3986 | ||
|
1
Jan. 18
|
9637 |