Availability |
Odoo Online
Odoo.sh
On Premise
|
Technical Name |
report_extended |
License | AGPL-3 |
Website | http://www.adhoc.com.ar |
Report Configurator
This module allows users to define reports of Aeroo for different objects such as invoice or sale order. It creates the menu to the configuration objects in:
Configuration / Personalization / Aeroo Reports / Report Configuration
The parser proved a serie of fields an functions to use in the odt:
o report_configuration: The associated report configuration object. o company: The company object. o logo: If not False it contains the logo of the company. o use_background_image: Boolean indicating if the background image should
be used or not.o background_image: The background image to be used. o format_vat: Function that takes a string an format is as a vat. o address_from_partner: Return the default address from a partner object,
or False.o minus: Given 2 values x1 and x2 returns x1 - x2. o number_to_string: Takes a string of a quantity and returns the textual
representation of the quantity.
- o net_price: Takes a gross quantity and a discount and return the gross
- applying the discount.
Please log in to comment on this module