Move account_fiscal_position_translate in account_usability

Update code conventions in base_company_extension
This commit is contained in:
Alexis de Lattre
2016-12-15 11:13:26 +01:00
parent e51d19941b
commit 94fd30c4b3
7 changed files with 13 additions and 148 deletions

View File

@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2015 Akretion (http://www.akretion.com/)
@author Alexis de Lattre <alexis.delattre@akretion.com>
The licence is in the file __openerp__.py
© 2014-2016 Akretion (http://www.akretion.com/)
@author Alexis de Lattre <alexis.delattre@akretion.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
-->
<odoo>
<data>
<record id="view_company_form" model="ir.ui.view">
<field name="name">company.extension.form</field>
@@ -21,6 +19,4 @@
</field>
</record>
</data>
</odoo>