diff --git a/models/__pycache__/__init__.cpython-35.pyc b/models/__pycache__/__init__.cpython-35.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e0212a7b87e679c4597c8a0edfb3363fa5b5ce5c Binary files /dev/null and b/models/__pycache__/__init__.cpython-35.pyc differ diff --git a/models/__pycache__/account_invoice.cpython-35.pyc b/models/__pycache__/account_invoice.cpython-35.pyc new file mode 100644 index 0000000000000000000000000000000000000000..426141a51ad8929cfc7c210611a2c9affee186c0 Binary files /dev/null and b/models/__pycache__/account_invoice.cpython-35.pyc differ diff --git a/models/__pycache__/product.cpython-35.pyc b/models/__pycache__/product.cpython-35.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8da60038f246442687c5ccbe567050a19c10e68e Binary files /dev/null and b/models/__pycache__/product.cpython-35.pyc differ diff --git a/models/__pycache__/res_partner.cpython-35.pyc b/models/__pycache__/res_partner.cpython-35.pyc new file mode 100644 index 0000000000000000000000000000000000000000..93e3328bd663b94df42512d182a01da1e3147503 Binary files /dev/null and b/models/__pycache__/res_partner.cpython-35.pyc differ diff --git a/models/__pycache__/sale.cpython-35.pyc b/models/__pycache__/sale.cpython-35.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c0097e8a9a22c657a4b96cab038f9b1f60523461 Binary files /dev/null and b/models/__pycache__/sale.cpython-35.pyc differ diff --git a/views/report_templates.xml b/views/report_templates.xml index 2c2d8bdbbd3f0d06c525fabf7d185698ffaf1afe..d8326c7e645250716a49a8e8d4612a72da4dc44f 100644 --- a/views/report_templates.xml +++ b/views/report_templates.xml @@ -16,7 +16,12 @@ <div class="col-6"> <img t-if="company.logo" t-att-src="image_data_uri(company.logo)" alt="Logo"/><br/><br/> <t t-if="company.phone">Tel: <span t-field="company.phone"/></t> - - <t t-if="company.email"><a href="mailto:company.email"><span t-field="company.email"/></a></t> + <t t-if="o._name == 'account.invoice'"> + <a href="mailto:gestion@autrement-dit.eu"><span>gestion@autrement-dit.eu</span></a> + </t> + <t t-else=""> + <t t-if="company.email"><a href="mailto:company.email"><span t-field="company.email"/></a></t> + </t> </div> <div class="col-6 text-right mb4"> diff --git a/wizard/__pycache__/__init__.cpython-35.pyc b/wizard/__pycache__/__init__.cpython-35.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9662246d542f1799995d57281e83820fa51b1796 Binary files /dev/null and b/wizard/__pycache__/__init__.cpython-35.pyc differ diff --git a/wizard/__pycache__/sale_make_invoice_advance.cpython-35.pyc b/wizard/__pycache__/sale_make_invoice_advance.cpython-35.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4e34e2970c1a16296546c531399778f46de5cf17 Binary files /dev/null and b/wizard/__pycache__/sale_make_invoice_advance.cpython-35.pyc differ