-
- Downloads
[IMP] account,l10n_generic_coa: add taxes to demo invoice and remove pdf
Task 2206499
We have to call the onchanges manually in order to compute the taxes
We don't want pdf's because they are not consistent with the data.
* Generated pdf would depend on the company details, set during the
demo steps
* Generating a pdf would need to be done through a cron because
wkhtmltopdf needs the web server to be running at install time, which
is not the case. This has been judged too complicated and not worth.
* Hard coded pdf would also depend on the l10n, the date.
closes odoo/odoo#53279
X-original-commit: c41cedef8f0a75ad795a7bd22f96f990e3f0d483
Signed-off-by:
Quentin De Paoli (qdp) <qdp@openerp.com>
Showing
- addons/l10n_generic_coa/demo/account_invoice_demo.xml 41 additions, 92 deletionsaddons/l10n_generic_coa/demo/account_invoice_demo.xml
- addons/l10n_generic_coa/static/src/demo/out_invoice_yourcompany_demo_1.pdf 0 additions, 0 deletions...ic_coa/static/src/demo/out_invoice_yourcompany_demo_1.pdf
- addons/l10n_generic_coa/static/src/demo/out_invoice_yourcompany_demo_2.pdf 0 additions, 0 deletions...ic_coa/static/src/demo/out_invoice_yourcompany_demo_2.pdf
- addons/l10n_generic_coa/static/src/demo/out_invoice_yourcompany_demo_3.pdf 0 additions, 0 deletions...ic_coa/static/src/demo/out_invoice_yourcompany_demo_3.pdf
- addons/l10n_generic_coa/static/src/demo/out_invoice_yourcompany_demo_4.pdf 0 additions, 0 deletions...ic_coa/static/src/demo/out_invoice_yourcompany_demo_4.pdf
Loading
Please register or sign in to comment