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 f50a10c637
commit b0086cf8e0
3 changed files with 11 additions and 50 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>