Add COPYRIGHT advice and indent correctly

This commit is contained in:
Guillem Barba 2014-06-03 16:44:04 +02:00
parent e9f49d5ea4
commit 7be4674ad3
2 changed files with 205 additions and 212 deletions

View file

@ -1,7 +1,6 @@
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
from trytond.pool import Pool
from .model import *

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tryton>
<data noupdate="0">
<!-- Filters -->
<!-- Opportunities -->
<record model="babi.filter" id="all_opportunities">
<field name="name">All Opportunities</field>
@ -41,9 +41,6 @@
<!--
Expressions
-->
<!-- sale.opportunity -->
<record model="babi.expression" id="sale_opportunity_id">
<field name="ttype">float</field>
@ -175,9 +172,7 @@
<!--
Reports
-->
<!-- sale.opportunity -->
<!-- Year Closed - Origin | Count -->
<record model="babi.report" id="opportunity_yearclosed_origin">
<field name="parent_menu" ref="babi.menu_babi"/>
@ -211,7 +206,6 @@
<field name="aggregate">sum</field>
<field name="sequence">2</field>
</record>
</data>
</tryton>