Skip to content
Snippets Groups Projects
Commit c7f40b55 authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[init] module initialisation

parents
No related branches found
No related tags found
No related merge requests found
.*
*.pyc
!.gitignore
This diff is collapsed.
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl
:alt: License: AGPL-3
=======================
Audies - Invoice Report
=======================
Ce module dépend du module **account** :
* Ajout de la mention obligatoire sur la facture
* Suppression du tableau récapitulatif des Taxes
Credits
=======
Contributors
------------
* Benjamin Rivier <benjamin@le-filament.com>
Maintainer
----------
.. image:: https://le-filament.com/images/logo-lefilament.png
:alt: Le Filament
:target: https://le-filament.com
This module is maintained by Le Filament
# -*- coding: utf-8 -*-
# © 2017 Le Filament (<http://www.le-filament.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# -*- coding: utf-8 -*-
# © 2017 Le Filament (<http://www.le-filament.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Audies - Invoice Template',
'description': 'Modifie les templates de report et Facture',
'author': 'LE FILAMENT',
'license': 'AGPL-3',
'depends': ['account',],
'data': [
'views/account_invoice_template.xml',
],
}
static/description/icon.png

8.95 KiB

<?xml version="1.0" encoding="utf-8"?>
<!--Custom report.-->
<odoo>
<data>
<template id="audies_report_factures" inherit_id="sale.report_invoice_document_inherit_sale">
<xpath expr="//div[@t-if='len(o.tax_line_ids) &gt; 0']" position="attributes">
<attribute name="style">display: none</attribute>
</xpath>
<xpath expr="//p[@t-if='o.fiscal_position_id.note']" position="after">
<p style='font-size: 11px; font-style: italic; color: #555;'>
Escompte pour paiement anticipé : néant. Conformément à l'article L 441-6 du Code de commerce, des pénalités de retard sont dues à défaut de règlement le jour suivant la date de paiement qui figure sur la facture, le taux d'intérêt de ces pénalités de retard est de 3 fois le taux d'intérêt légal. Indemnités pour frais de recouvrement en cas de retard de paiement : 40€ sauf frais supplémentaires.
</p>
</xpath>
</template>
</data>
</odoo>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment