Readme and Legal notice

This commit is contained in:
resteve 2012-08-27 12:35:30 +02:00
parent c056765eb7
commit fcc6e3c371
7 changed files with 22 additions and 9 deletions

View File

@ -1 +1,2 @@
* Readme and Legal notice
* Initial release * Initial release

View File

@ -1,4 +1,4 @@
opyright (C) 2012 NaN Projectes de Programari Lliure, S.L. Copyright (C) 2012 NaN Projectes de Programari Lliure, S.L.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

8
README
View File

@ -13,6 +13,14 @@ If you encounter any problems please use bitbucket bugtracker:
https://bitbucket.org/albertnan/account_invoice_consecutive/issues https://bitbucket.org/albertnan/account_invoice_consecutive/issues
If you encounter any problems with Tryton, please don't hesitate to ask
questions on the Tryton bug tracker, mailing list, wiki or IRC channel:
http://bugs.tryton.org/
http://groups.tryton.org/
http://wiki.tryton.org/
irc://irc.freenode.net/tryton
Documentation Documentation
------------- -------------

View File

@ -1,4 +1,5 @@
#This file is part of Tryton. The COPYRIGHT file at the top level of #This file is part account_invoice_consecutive module for Tryton.
#this repository contains the full copyright notices and license terms. #The COPYRIGHT file at the top level of this repository contains
#the full copyright notices and license terms.
from .invoice import * from .invoice import *

View File

@ -1,5 +1,6 @@
#This file is part of Tryton. The COPYRIGHT file at the top level of #This file is part account_invoice_consecutive module for Tryton.
#this repository contains the full copyright notices and license terms. #The COPYRIGHT file at the top level of this repository contains
#the full copyright notices and license terms.
{ {
'name': 'Account Invoice Consecutive', 'name': 'Account Invoice Consecutive',
'version': '2.3.0', 'version': '2.3.0',

View File

@ -1,5 +1,6 @@
#This file is part of Tryton. The COPYRIGHT file at the top level of #This file is part account_invoice_consecutive module for Tryton.
#this repository contains the full copyright notices and license terms. #The COPYRIGHT file at the top level of this repository contains
#the full copyright notices and license terms.
from trytond.model import Workflow, ModelView, ModelSQL from trytond.model import Workflow, ModelView, ModelSQL
from trytond.transaction import Transaction from trytond.transaction import Transaction
from trytond.pool import Pool from trytond.pool import Pool

View File

@ -1,6 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
#This file is part of Tryton. The COPYRIGHT file at the top level of #This file is part account_invoice_consecutive module for Tryton.
#this repository contains the full copyright notices and license terms. #The COPYRIGHT file at the top level of this repository contains
#the full copyright notices and license terms.
from setuptools import setup from setuptools import setup
import re import re