Skip to content
Extraits de code Groupes Projets
Valider cabf5aa6 rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

Fix according coding rules

parent 888e8437
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
# -*- coding: utf-8 -*-
# © 2018 Le Filament (<http://www.le-filament.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{ {
'name': 'Le Filament - Account', 'name': 'Le Filament - Account',
'summary': "Generic Account Invoice views update by Le Filament", 'summary': "Generic Account Invoice views update by Le Filament",
'version': '10.0.1.0', 'version': '10.0.1.0.0',
'license': 'AGPL-3', 'license': 'AGPL-3',
'author': 'LE FILAMENT', 'author': 'LE FILAMENT',
'category': 'Account', 'category': 'Account',
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<odoo> <odoo>
<!-- Account Invoice Form - Trigger validation --> <!-- Account Invoice Form - Trigger validation -->
<record model="ir.ui.view" id="lf_invoice_form"> <record model="ir.ui.view" id="lf_invoice_form">
<field name="inherit_id" ref="account.invoice_form"/> <field name="inherit_id" ref="account.invoice_form"/>
...@@ -24,5 +23,4 @@ ...@@ -24,5 +23,4 @@
</xpath> </xpath>
</field> </field>
</record> </record>
</odoo> </odoo>
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter