- Set a default Document template for all companies. (
web.external_layout_standard
) - change the default footer and header for all the reports. (sale orders, invoices, ....)
- Add a field
price_total_displayed
onaccount.invoice.line
, that will be the price subtotal without taxes, if taxes are price excluded, or the price subtotal with taxes, if taxes are price included. This field is displayed on theaccount.invoice
report. - When generating invoices from delivered sale orders, add the date of the delivery for each
account.invoice.line
. - Add
valuation
onstock.inventory
report. - Add a new
product.print.category
forproduct.product
and associated qweb templates.
- Add a new template for
product.product
to print sheet of barcodes.
Add extra information on PoS Tickets.
- Add detailled lines for taxes. (Name / Base / amount)
- Add customer name
- Add the pricelist name. (if not the default one)
Table of contents
Adding valuation
on stock.inventory
should be done in the module stock_inventory_valuation
.
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
- GRAP
- Quentin DUPONT <https://twitter.com/pondupont>
- Sylvain LE GAL (https://www.twitter.com/legalsylvain)
This module is part of the grap/grap-odoo-custom project on GitHub.
You are welcome to contribute.