formatting
This commit is contained in:
parent
7667a9b9b9
commit
b43135989c
5 changed files with 15 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- This file is part of the cashbook-module from m-ds for Tryton.
|
<!-- This file is part of the account-invoice-xrechnung-module
|
||||||
The COPYRIGHT file at the top level of this repository contains the
|
from m-ds for Tryton. The COPYRIGHT file at the top level of
|
||||||
full copyright notices and license terms. -->
|
this repository contains the full copyright notices and license terms. -->
|
||||||
<tryton>
|
<tryton>
|
||||||
<data>
|
<data>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- This file is part of the cashbook-module from m-ds for Tryton.
|
<!-- This file is part of the account-invoice-xrechnung-module
|
||||||
The COPYRIGHT file at the top level of this repository contains the
|
from m-ds for Tryton. The COPYRIGHT file at the top level of
|
||||||
full copyright notices and license terms. -->
|
this repository contains the full copyright notices and license terms. -->
|
||||||
<form col="4">
|
<form col="4">
|
||||||
<label name="invoice"/>
|
<label name="invoice"/>
|
||||||
<field name="invoice"/>
|
<field name="invoice"/>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# This file is part of the cashbook-module from m-ds for Tryton.
|
# This file is part of the account-invoice-xrechnung-module
|
||||||
# The COPYRIGHT file at the top level of this repository contains the
|
# from m-ds for Tryton. The COPYRIGHT file at the top level of
|
||||||
# full copyright notices and license terms.
|
# this repository contains the full copyright notices and license terms.
|
||||||
|
|
||||||
from trytond.model import ModelView, fields
|
from trytond.model import ModelView, fields
|
||||||
from trytond.wizard import Wizard, StateView, StateReport, Button
|
from trytond.wizard import Wizard, StateView, StateReport, Button
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- This file is part of the cashbook-module from m-ds for Tryton.
|
<!-- This file is part of the account-invoice-xrechnung-module
|
||||||
The COPYRIGHT file at the top level of this repository contains the
|
from m-ds for Tryton. The COPYRIGHT file at the top level of
|
||||||
full copyright notices and license terms. -->
|
this repository contains the full copyright notices and license terms. -->
|
||||||
<tryton>
|
<tryton>
|
||||||
<data>
|
<data>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- This file is part of the cashbook-module from m-ds for Tryton.
|
<!-- This file is part of the account-invoice-xrechnung-module
|
||||||
The COPYRIGHT file at the top level of this repository contains the
|
from m-ds for Tryton. The COPYRIGHT file at the top level of
|
||||||
full copyright notices and license terms. -->
|
this repository contains the full copyright notices and license terms. -->
|
||||||
<tryton>
|
<tryton>
|
||||||
<data>
|
<data>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue